docs: add versioning to tutorial (#1413)

* docs: add versioning to tutorial

* docs: address Endilie's comments
This commit is contained in:
Yangshun Tay 2019-04-29 09:51:42 -07:00 committed by GitHub
parent 6f16335fa9
commit 2fe73edc22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 118 additions and 20 deletions

View file

@ -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