mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 10:25:17 +00:00
9f0c660a8c
* TD-138: github actions, openapi 3.0 * Fix .gitignore * Fix pom.xml * Fix signature.yaml * Fix path * Fix openapi.yaml * Fix openapi.yaml * Removed property 'name' * Added 404 error * Change server to client * Feedback fixes Co-authored-by: Inal Arsanukaev <inalarsanukaev@192.168.1.5>
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
|