mirror of
https://github.com/valitydev/swag-organizations.git
synced 2024-11-06 10:05:23 +00:00
15 lines
309 B
YAML
15 lines
309 B
YAML
# See https://docs.redoc.ly/cli/configuration/ for more information.
|
|
apiDefinitions:
|
|
core: "openapi/openapi.yaml"
|
|
lint:
|
|
extends:
|
|
- recommended
|
|
rules:
|
|
tag-description: off
|
|
referenceDocs:
|
|
showConsole: true
|
|
layout:
|
|
scope: section
|
|
routingStrategy: browser
|
|
htmlTemplate: ./web/index.html
|