Merge pull request #17535 from sennyeya/api-docs-new-backend

[PRFC] API Docs for the whole backend
This commit is contained in:
Patrik Oldsberg
2023-10-24 11:56:56 +02:00
committed by GitHub
22 changed files with 694 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-backstage-openapi': minor
---
Adds a new catalog module for ingesting Backstage plugin OpenAPI specs into the catalog for display as an API entity.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-openapi-utils': minor
---
Adds a new route, `/openapi.json` to validated routers for displaying their full OpenAPI spec in a standard endpoint.