mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 19:57:25 +02:00
* Prepare to renaming master branch to main * Update CONTRIBUTING.md * Update packages/docusaurus-migrate/src/__tests__/__fixtures__/missing_version_website/website/package.json * Update packages/docusaurus-migrate/src/__tests__/__fixtures__/complex_website/website/package.json * Update packages/docusaurus-migrate/src/__tests__/__fixtures__/simple_website/website/package.json * missing master -> main replaces * useless char * For GH Pages org deploy, DEPLOYMENT_BRANCH env is now required * fix versioning page * fix vercel links * update deployment.mdx Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: slorber <lorber.sebastien@gmail.com>
17 lines
629 B
Markdown
17 lines
629 B
Markdown
# Docusaurus examples
|
|
|
|
These example projects are generated with the init CLI:
|
|
|
|
```
|
|
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)
|
|
- [bootstrap](https://codesandbox.io/s/github/facebook/docusaurus/tree/main/examples/bootstrap)
|
|
- [facebook](https://codesandbox.io/s/github/facebook/docusaurus/tree/main/examples/facebook)
|
|
|
|
**Tip**: use the [new.docusaurus.io](https://new.docusaurus.io) shortcut.
|
|
|
|
**Note**: We update these examples regularly with `yarn examples:generate`
|