mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
* Upgrade playground shortcut domain to docusaurus.new * update generateExamples * update generateExamples + re-generate with stackblitz config * test * test * test * test * test * update examples * upgrade lockfile * fix yarnlock * fix yarnlock
24 lines
530 B
Text
24 lines
530 B
Text
# 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).
|
|
|
|
:::
|