docs: move backstage openapi docs to configuration.md and add install steps

Signed-off-by: Iury Lenon Alves <iuryalves.uk@gmail.com>
This commit is contained in:
Iury Lenon Alves
2026-02-23 20:37:58 +00:00
parent 80c0b16e18
commit f75764c717
2 changed files with 6 additions and 6 deletions
@@ -371,6 +371,12 @@ backend.add(eventsModuleCatalogErrors);
The **OpenAPI Catalog Backend Module** registers a JSON Schema placeholder resolver for the `openapi` (and `asyncapi`) placeholder keys. This enables you to use `$openapi` and `$asyncapi` references in your catalog entities, while having all underlying `$ref` pointers resolved and bundled as part of the schema processing.
## Backstage OpenAPI Module
As Backstage increasingly uses OpenAPI to define its core APIs (such as the Catalog and Scaffolder), discovering and interacting with these APIs is essential for integrating external tools.
You can install the **Backstage OpenAPI Module** to easily expose the OpenAPI specifications for your Backstage instance plugins directly into the catalog.
### Installation
1. Add the package to your backend: