From a4977bfea5094ac53648b4c6e98297a03919e95c Mon Sep 17 00:00:00 2001 From: serut Date: Fri, 21 Jun 2024 18:47:49 +0200 Subject: [PATCH] fix redocly available props link doc (#355) --- website/docs/getting-started/theme-options.md | 2 +- website/redocly.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/getting-started/theme-options.md b/website/docs/getting-started/theme-options.md index c97602d3..1ed985ab 100644 --- a/website/docs/getting-started/theme-options.md +++ b/website/docs/getting-started/theme-options.md @@ -35,7 +35,7 @@ Deprecated: Use `redocly.yaml` to specify `theme.options`. See [example](https:/ Override redoc options passed to [RedocStandalone](https://redoc.ly/docs/redoc/quickstart/react/) component. See the defaults [here](https://github.com/rohit-gohri/redocusaurus/blob/main/packages/docusaurus-theme-redoc/src/redocData.ts#L5-L12). -Available properties [here](https://redocly.com/docs/api-reference-docs/configuration/functionality/#featuresopenapi-schema). +Available properties [here](https://redocly.com/docs/redoc/config/). You cannot set theme property using this property, use `theme` option above instead. diff --git a/website/redocly.yaml b/website/redocly.yaml index fc8c6bc5..9c58a0c1 100644 --- a/website/redocly.yaml +++ b/website/redocly.yaml @@ -8,7 +8,7 @@ rules: no-unused-components: error theme: - # See https://redocly.com/docs/api-reference-docs/configuration/functionality/ + # See https://redocly.com/docs/redoc/config/ openapi: disableSearch: true # See https://redocly.com/docs/api-reference-docs/configuration/theming/