From e0524a5c845d221df2d617cd8a3a6616ac4e8128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Mon, 7 Jul 2025 12:04:30 +0200 Subject: [PATCH] docs(website): fix duplicate anchor id typo (#11311) --- website/docs/guides/docs/sidebar/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/docs/sidebar/index.mdx b/website/docs/guides/docs/sidebar/index.mdx index 307d836fb3..82cf0499ae 100644 --- a/website/docs/guides/docs/sidebar/index.mdx +++ b/website/docs/guides/docs/sidebar/index.mdx @@ -191,7 +191,7 @@ To pass in custom props to a sidebar item, add the optional `customProps` object }; ``` -## Passing a unique key {#passing-custom-props} +## Passing a unique key {#passing-unique-key} Passing a unique `key` attribute can help uniquely identify a sidebar item. Sometimes other attributes (such as `label`) are not enough to distinguish two sidebar items from each other.