chore: docs for Docusaurus 3.0.1 (#9597)

This commit is contained in:
Sébastien Lorber 2023-11-30 19:46:19 +01:00 committed by GitHub
parent dc3584c2aa
commit d59ea067ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 40 additions and 1 deletions

View file

@ -0,0 +1,24 @@
# Playground
Playgrounds allow you to run Docusaurus **in your browser, without installing anything**!
They are mostly useful for:
- Testing Docusaurus
- Reporting bugs
Use [docusaurus.new](https://docusaurus.new) as an easy-to-remember shortcut.
Choose one of the available options below.
```mdx-code-block
import {PlaygroundCardsRow} from '@site/src/components/Playground';
<PlaygroundCardsRow />
```
:::tip
For convenience, we'll remember your choice next time you visit [docusaurus.new](https://docusaurus.new).
:::