Skip to content

Commit

Permalink
fix redocly available props link doc (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
serut committed Jun 21, 2024
1 parent d6dfbd7 commit a4977bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/getting-started/theme-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/redocly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a4977bf

Please sign in to comment.