mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
Update directory tree (#696)
This commit is contained in:
parent
d143b3f87e
commit
454e3d359f
2 changed files with 20 additions and 16 deletions
|
@ -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:
|
Along with previously existing files and directories, your root directory will now contain a structure similar to:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
root-of-repo
|
root-directory
|
||||||
├── docs-examples-from-docusaurus
|
├── docs-examples-from-docusaurus
|
||||||
│ ├── doc1.md
|
│ ├── doc1.md
|
||||||
│ ├── doc2.md
|
│ ├── doc2.md
|
||||||
|
@ -31,10 +31,12 @@ root-of-repo
|
||||||
└── website
|
└── website
|
||||||
├── blog-examples-from-docusaurus
|
├── blog-examples-from-docusaurus
|
||||||
│ ├── 2016-03-11-blog-post.md
|
│ ├── 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
|
├── core
|
||||||
│ └── Footer.js
|
│ └── Footer.js
|
||||||
├── node_modules
|
|
||||||
├── package.json
|
├── package.json
|
||||||
├── pages
|
├── pages
|
||||||
├── sidebars.json
|
├── sidebars.json
|
||||||
|
|
|
@ -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:
|
As shown after you [installed Docusaurus](getting-started-installation.md), the initialization script created a directory structure similar to:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
root-of-repo
|
root-directory
|
||||||
├── docs-examples-from-docusaurus
|
├── docs-examples-from-docusaurus
|
||||||
│ ├── doc1.md
|
│ ├── doc1.md
|
||||||
│ ├── doc2.md
|
│ ├── doc2.md
|
||||||
│ ├── doc3.md
|
│ ├── doc3.md
|
||||||
│ ├── exampledoc4.md
|
│ ├── exampledoc4.md
|
||||||
│ └── exampledoc5.md
|
│ └── exampledoc5.md
|
||||||
├── website
|
└── website
|
||||||
│ ├── blog-examples-from-docusaurus
|
├── blog-examples-from-docusaurus
|
||||||
│ │ ├── 2016-03-11-blog-post.md
|
│ ├── 2016-03-11-blog-post.md
|
||||||
│ │ └── 2017-04-10-blog-post-two.md
|
│ ├── 2017-04-10-blog-post-two.md
|
||||||
│ ├── core
|
│ ├── 2017-09-25-testing-rss.md
|
||||||
│ │ └── Footer.js
|
│ ├── 2017-09-26-adding-rss.md
|
||||||
│ ├── node_modules
|
│ └── 2017-10-24-new-version-1.0.0.md
|
||||||
│ ├── package.json
|
├── core
|
||||||
│ ├── pages
|
│ └── Footer.js
|
||||||
│ ├── sidebars.json
|
├── package.json
|
||||||
│ ├── siteConfig.js
|
├── pages
|
||||||
│ └── static
|
├── 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).
|
> 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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue