mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
chore(v2): upgrade examples to beta.2 (#5057)
This commit is contained in:
parent
ec2486d2c9
commit
8e386e0244
13 changed files with 4514 additions and 4470 deletions
|
@ -28,12 +28,11 @@ Docusaurus automatically **creates a sidebar** from the `docs` folder.
|
|||
|
||||
Add metadatas to customize the sidebar label and position:
|
||||
|
||||
```diff title="docs/hello.md"
|
||||
+ ---
|
||||
+ sidebar_label: "Hi!"
|
||||
+ sidebar_position: 3
|
||||
+ ---
|
||||
|
||||
```md title="docs/hello.md" {1-4}
|
||||
---
|
||||
sidebar_label: 'Hi!'
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Hello
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue