Improve directory file tree (#614)

This commit is contained in:
Yangshun Tay 2018-04-27 22:47:14 -07:00 committed by GitHub
parent 38f93e750a
commit 327ef85770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 92 additions and 92 deletions

View file

@ -12,22 +12,22 @@ As shown after you [installed Docusaurus](getting-started-installation.md), the
```bash
root-of-repo
├── docs-examples-from-docusaurus
── doc1.md
── doc2.md
── doc3.md
── exampledoc4.md
── doc1.md
── doc2.md
── doc3.md
── exampledoc4.md
│ └── exampledoc5.md
── website
── blog-examples-from-docusaurus
── 2016-03-11-blog-post.md
└── 2017-04-10-blog-post-two.md
── core
└── Footer.js
── node_modules
── package.json
── pages
── sidebars.json
── siteConfig.js
── website
── blog-examples-from-docusaurus
│ ├── 2016-03-11-blog-post.md
└── 2017-04-10-blog-post-two.md
── core
└── Footer.js
── node_modules
── package.json
── pages
── sidebars.json
── siteConfig.js
│ └── static
```