WIP: EOL
This commit is contained in:
parent
7ed1e05284
commit
49e05cac10
23 changed files with 613 additions and 253 deletions
25
redocly.yaml
Normal file
25
redocly.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# See https://redocly.com/docs/cli/configuration/
|
||||
|
||||
extends:
|
||||
- recommended
|
||||
|
||||
apis:
|
||||
backoffice@v1:
|
||||
root: ./api/v1/openapi.yaml
|
||||
rules:
|
||||
no-ambiguous-paths: error
|
||||
|
||||
rules:
|
||||
no-unused-components: error
|
||||
operation-singular-tag: warn
|
||||
boolean-parameter-prefixes:
|
||||
severity: error
|
||||
prefixes: ["can", "is", "has"]
|
||||
|
||||
theme:
|
||||
openapi:
|
||||
generateCodeSamples:
|
||||
languages:
|
||||
- lang: curl
|
||||
- lang: JavaScript
|
||||
- lang: Go
|
||||
Reference in a new issue