mirror of
https://github.com/valitydev/swag-gambit.git
synced 2024-11-06 02:35:19 +00:00
19 lines
392 B
YAML
19 lines
392 B
YAML
# See https://docs.redoc.ly/cli/configuration/ for more information.
|
|
apiDefinitions:
|
|
core: 'openapi/openapi.yaml'
|
|
lint:
|
|
plugins:
|
|
- './plugins/local.js'
|
|
extends:
|
|
- recommended
|
|
rules:
|
|
tag-description: off
|
|
preprocessors:
|
|
local/merge-schemas: on
|
|
referenceDocs:
|
|
showConsole: true
|
|
layout:
|
|
scope: section
|
|
routingStrategy: browser
|
|
htmlTemplate: ./web/index.html
|