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:
Alexey Pyltsyn 2021-10-15 16:31:01 +03:00 committed by GitHub
parent 1361a5a38e
commit 877373e108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
103 changed files with 13646 additions and 134 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).
:::