mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 19:48:54 +02:00
docs(website): fix duplicate anchor id typo (#11311)
This commit is contained in:
parent
4c3daab18b
commit
e0524a5c84
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue