eclipse-tractusx / sig-infra

Apache License 2.0
2 stars 2 forks source link

TRG New: Rework OpenAPI spec hosting #376

Open Siegfriedk opened 7 months ago

Siegfriedk commented 7 months ago

We still use the OpenAPI Plugin on eclipse website which is behind Docusaurus development. Due to this plugin being the only real problem, we wanted to migrate to Swagger Hub. We discovered that this is not possible and have to rethink our solution.

We therefore create our own Swagger Hub / OpenAPI hosting through a similar workflow as the helm chart repository does: We scan the repositories for openAPI Specs and render out a static github page.

AC:

Hint: