From 80c0b16e181c1e357227bd1a08b501eebf12ac16 Mon Sep 17 00:00:00 2001 From: Iury Lenon Alves Date: Fri, 13 Feb 2026 14:06:29 +0000 Subject: [PATCH] docs(integrations): add mention of backstage-openapi backend module Signed-off-by: Iury Lenon Alves --- docs/integrations/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/integrations/index.md b/docs/integrations/index.md index 00463a810f..89f8e044c3 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -26,3 +26,9 @@ integrations: See documentation for each type of integration for full details on configuration. + +## Backstage OpenAPI Module + +If you want to integrate the OpenAPI specifications from your Backstage instance itself into the catalog, you can use the `catalog-backend-module-backstage-openapi`. This module helps discover and ingest OpenAPI definitions from Backstage plugins. + +For more details, see the [module documentation](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-backstage-openapi).