mirror of
https://github.com/valitydev/openapi-transfer.git
synced 2024-11-06 01:45:18 +00:00
20 lines
383 B
YAML
20 lines
383 B
YAML
# See https://docs.redoc.ly/cli/configuration/ for more information.
|
|
apis:
|
|
core:
|
|
root: "openapi/openapi.yaml"
|
|
plugins:
|
|
- './plugins/local.js'
|
|
extends:
|
|
- recommended
|
|
rules:
|
|
tag-description: off
|
|
preprocessors:
|
|
local/merge-schemas: on
|
|
theme:
|
|
openapi:
|
|
showConsole: true
|
|
layout:
|
|
scope: section
|
|
routingStrategy: browser
|
|
htmlTemplate: ./web/index.html
|