mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
16 lines
557 B
Markdown
Generated
16 lines
557 B
Markdown
Generated
# Docusaurus examples
|
|
|
|
These example projects are generated with the init CLI:
|
|
|
|
```bash
|
|
npx @docusaurus/init@latest init examples/<templateName> <templateName>`
|
|
```
|
|
|
|
You can run them in CodeSandbox:
|
|
|
|
- [classic](https://codesandbox.io/s/github/facebook/docusaurus/tree/main/examples/classic)
|
|
- [classic-typescript](https://codesandbox.io/s/github/facebook/docusaurus/tree/main/examples/classic-typescript)
|
|
|
|
**Tip**: use the [new.docusaurus.io](https://new.docusaurus.io) shortcut.
|
|
|
|
**Note**: We update these examples regularly with `yarn examples:generate`
|