19 lines
469 B
YAML
19 lines
469 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:
|
|
# See https://redocly.com/docs/api-reference-docs/configuration/functionality/
|
|
openapi:
|
|
disableSearch: true
|
|
# See https://redocly.com/docs/api-reference-docs/configuration/theming/
|
|
theme:
|
|
colors:
|
|
primary:
|
|
main: '#32329f'
|