From 2c7b694a89c2c8f344236db1649a19e60a8156c7 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:00:22 +0900 Subject: [PATCH] feat: add redocly language support --- docs/redocly.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/redocly.yaml b/docs/redocly.yaml index fc8c6bc5b..3f07f9b99 100644 --- a/docs/redocly.yaml +++ b/docs/redocly.yaml @@ -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 \ No newline at end of file