docs: add required app-config for backstage-openapi module
Signed-off-by: Iury Lenon Alves <iuryalves.uk@gmail.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user