mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 02:15:22 +00:00
19 lines
374 B
YAML
19 lines
374 B
YAML
# See https://docs.redoc.ly/cli/configuration/ for more information.
|
|
extends:
|
|
- recommended
|
|
apis:
|
|
core:
|
|
root: ./openapi/openapi.yaml
|
|
plugins:
|
|
- './plugins/local.js'
|
|
rules:
|
|
tag-description: off
|
|
preprocessors:
|
|
local/merge-schemas: on
|
|
theme:
|
|
openapi:
|
|
showConsole: true
|
|
layout: three-panel
|
|
routingStrategy: browser
|
|
htmlTemplate: ./web/index.html
|