docs: fix admonition on config page (#2452)

This commit is contained in:
Adam Altman 2023-11-13 04:16:32 -06:00 committed by GitHub
parent 7b2931dc91
commit 8c04c02ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@ Each deployment type has documentation on how to configure options for that type
**Versions: 2.x**
:::success Client-side configuration
{% admonition type="success" name="Client-side configuration" %}
Using Redoc as a standalone (HTML or React) tool, these options must be presented in [kebab case](https://en.wikipedia.org/wiki/Letter_case#Kebab_case).
For example, `scrollYOffset` becomes `scroll-y-offset`, and `expandResponses` becomes `expand-responses`.
:::
{% /admonition %}
## Functional settings