docs: add required app-config for backstage-openapi module

Signed-off-by: Iury Lenon Alves <iuryalves.uk@gmail.com>
This commit is contained in:
Iury Lenon Alves
2026-02-23 21:44:36 +00:00
parent f75764c717
commit d4199a9d28
@@ -408,3 +408,14 @@ spec:
definition:
$openapi: ./spec/openapi.yaml # by using $openapi Backstage will now resolve all $ref instances
```
3. Add the configuration to your `app-config.yaml`:
```yaml title="app-config.yaml"
catalog:
providers:
backstageOpenapi:
plugins:
- catalog
- scaffolder
```