mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Some checks failed
Argos CI / take-screenshots (push) Has been cancelled
Build Hash Router / Build Hash Router (push) Has been cancelled
Canary Release / Publish Canary (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Continuous Releases / Continuous Releases (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (18.0) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (22) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Has been cancelled
E2E Tests / E2E — npm (push) Has been cancelled
E2E Tests / E2E — pnpm (push) Has been cancelled
25 lines
530 B
Plaintext
25 lines
530 B
Plaintext
# 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).
|
|
|
|
:::
|