chore: regenerate beta.22 examples (#7742)

This commit is contained in:
Sébastien Lorber 2022-07-08 19:08:17 +02:00 committed by GitHub
parent f0f97f29f9
commit e62d5e3f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 4885 additions and 5300 deletions

View file

@ -12,7 +12,7 @@ Documents are **groups of pages** connected through:
## Create your first Doc
Create a markdown file at `docs/hello.md`:
Create a Markdown file at `docs/hello.md`:
```md title="docs/hello.md"
# Hello
@ -20,7 +20,7 @@ Create a markdown file at `docs/hello.md`:
This is my **first Docusaurus document**!
```
A new document is now available at `http://localhost:3000/docs/hello`.
A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello).
## Configure the Sidebar