From 8c04c02ab02dadacb3fcaf4c02e56ed2b5839b88 Mon Sep 17 00:00:00 2001 From: Adam Altman Date: Mon, 13 Nov 2023 04:16:32 -0600 Subject: [PATCH] docs: fix admonition on config page (#2452) --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index b034ed6e..9a668892 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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