chore(v2): upgrade examples to beta.2 (#5057)

This commit is contained in:
Sébastien Lorber 2021-06-24 20:02:57 +02:00 committed by GitHub
parent 339974e191
commit f8a7b2440d
7 changed files with 1532 additions and 1514 deletions

View file

@ -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