Skip to content

Commit

Permalink
Update directory tree (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed May 24, 2018
1 parent d143b3f commit 454e3d3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
8 changes: 5 additions & 3 deletions docs/getting-started-installation.md
Expand Up @@ -21,7 +21,7 @@ After Docusaurus is installed, moving forward, you can check your current versio
Along with previously existing files and directories, your root directory will now contain a structure similar to:

```bash
root-of-repo
root-directory
├── docs-examples-from-docusaurus
│ ├── doc1.md
│ ├── doc2.md
Expand All @@ -31,10 +31,12 @@ root-of-repo
└── website
├── blog-examples-from-docusaurus
│ ├── 2016-03-11-blog-post.md
│ └── 2017-04-10-blog-post-two.md
│ ├── 2017-04-10-blog-post-two.md
│ ├── 2017-09-25-testing-rss.md
│ ├── 2017-09-26-adding-rss.md
│ └── 2017-10-24-new-version-1.0.0.md
├── core
│ └── Footer.js
├── node_modules
├── package.json
├── pages
├── sidebars.json
Expand Down
28 changes: 15 additions & 13 deletions docs/getting-started-preparation.md
Expand Up @@ -10,25 +10,27 @@ After [installing Docusaurus](getting-started-installation.md), you now have a s
As shown after you [installed Docusaurus](getting-started-installation.md), the initialization script created a directory structure similar to:

```bash
root-of-repo
root-directory
├── docs-examples-from-docusaurus
│ ├── 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
│ └── static
└── website
├── blog-examples-from-docusaurus
│ ├── 2016-03-11-blog-post.md
│ ├── 2017-04-10-blog-post-two.md
│ ├── 2017-09-25-testing-rss.md
│ ├── 2017-09-26-adding-rss.md
│ └── 2017-10-24-new-version-1.0.0.md
├── core
│ └── Footer.js
├── package.json
├── pages
├── sidebars.json
├── siteConfig.js
└── static
```

> You may have already renamed the example blog (`website/blog-examples-from-docusaurus`) and document (`docs-examples-from-docusaurus`) directories when you [verified the installation](getting-started-installation.md##verifying-installation).
Expand Down

0 comments on commit 454e3d3

Please sign in to comment.