docs(v2): refactor docs for better outline and welcoming PRs (#1641)

* docs(v2): refactor docs for better outline and welcoming PRs

* docs(v2): update docs
This commit is contained in:
Wei Gao 2019-07-08 14:14:49 +08:00 committed by Yangshun Tay
parent e5e085b33d
commit 95fde5f827
31 changed files with 435 additions and 253 deletions

View file

@ -9,7 +9,7 @@ In this section, we will learn about creating ad-hoc pages in Docusaurus using R
<!-- TODO: What will the user see if pages/ is empty? -->
In the `pages` directory, create a file called `hello.js` with the following contents:
In the `src/pages` directory, create a file called `hello.js` with the following contents:
```jsx
import React from 'react';