mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 10:52:35 +02:00
Improve directory file tree (#614)
This commit is contained in:
parent
38f93e750a
commit
327ef85770
5 changed files with 92 additions and 92 deletions
|
@ -14,15 +14,15 @@ Your site structure looks like the following:
|
|||
```bash
|
||||
root-of-repo
|
||||
├── docs
|
||||
└── website
|
||||
│ └── blog
|
||||
│ └── core
|
||||
│ └── Footer.js
|
||||
│ └── node_modules
|
||||
│ └── package.json
|
||||
│ └── pages
|
||||
│ └── sidebars.json
|
||||
│ └── siteConfig.js
|
||||
├── website
|
||||
│ ├── blog
|
||||
│ ├── core
|
||||
│ │ └── Footer.js
|
||||
│ ├── node_modules
|
||||
│ ├── package.json
|
||||
│ ├── pages
|
||||
│ ├── sidebars.json
|
||||
│ ├── siteConfig.js
|
||||
│ └── static
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue