swag-organizations/.redocly.yaml
Andrew Mayorov 4c52ecbef0
Add plugin w/ mergeSchemas preprocessor (#13)
Proven to be usable when you need to work around some OAS toolset
quirks, namely openapi-codegen often implies that `allOf` means
_inheritance_ for some reason (which is obviously too far-fetched
implication).
2020-11-20 14:11:15 +03:00

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