mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore: prepare v2.0.0-beta.7 release (#5713)
* chore: prepare v2.0.0-beta.7 release * v2.0.0-beta.7
This commit is contained in:
parent
1361a5a38e
commit
877373e108
103 changed files with 13646 additions and 134 deletions
24
website/versioned_docs/version-2.0.0-beta.7/playground.mdx
Normal file
24
website/versioned_docs/version-2.0.0-beta.7/playground.mdx
Normal 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).
|
||||
|
||||
:::
|
Loading…
Add table
Add a link
Reference in a new issue