feat: add redocly language support

This commit is contained in:
hieu-jan 2023-11-21 12:00:22 +09:00
parent 5983984414
commit 2c7b694a89

View File

@ -8,11 +8,11 @@ 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'
schemaExpansionLevel: 2
generateCodeSamples:
languages:
- lang: curl
- lang: Python
- lang: JavaScript
- lang: Node.js