mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101)
This commit is contained in:
parent
2d8281fc03
commit
c125f7a272
146 changed files with 21297 additions and 228 deletions
24
website/versioned_docs/version-3.3.2/playground.mdx
Normal file
24
website/versioned_docs/version-3.3.2/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