mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
docs: add versioning to tutorial (#1413)
* docs: add versioning to tutorial * docs: address Endilie's comments
This commit is contained in:
parent
6f16335fa9
commit
2fe73edc22
9 changed files with 118 additions and 20 deletions
|
@ -9,9 +9,13 @@ In this section we'll get our Docusaurus site up and running for local developme
|
|||
|
||||
## Scaffold the Site
|
||||
|
||||
1. Execute the `docusaurus-init` command.
|
||||
1. Execute the `docusaurus-init` command in your terminal.
|
||||
|
||||
The following contents will be created for you in the directory you are in (TODO).
|
||||
```sh
|
||||
docusaurus-init
|
||||
```
|
||||
|
||||
The following contents will be created for you in the directory you are in.
|
||||
|
||||
```sh
|
||||
├── Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue