18 lines
383 B
YAML
18 lines
383 B
YAML
# NOTE: Only supports options marked as "Supported in Redoc CE"
|
|
# See https://redocly.com/docs/cli/configuration/ for more information.
|
|
|
|
extends:
|
|
- recommended
|
|
|
|
rules:
|
|
no-unused-components: error
|
|
|
|
theme:
|
|
openapi:
|
|
schemaExpansionLevel: 2
|
|
generateCodeSamples:
|
|
languages:
|
|
- lang: curl
|
|
- lang: Python
|
|
- lang: JavaScript
|
|
- lang: Node.js |