mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
docs: fix typo in website/pages folder structure (#1506)
This commit is contained in:
parent
b1698e2195
commit
1282df063c
1 changed files with 4 additions and 3 deletions
|
@ -24,9 +24,10 @@ root-directory
|
||||||
│ └── Footer.js
|
│ └── Footer.js
|
||||||
├── package.json
|
├── package.json
|
||||||
├── pages
|
├── pages
|
||||||
│ ├── index.js
|
│ └── en
|
||||||
│ ├── users.js
|
│ ├── help.js
|
||||||
│ └── help.js
|
│ ├── index.js
|
||||||
|
│ └── users.js
|
||||||
├── sidebars.json
|
├── sidebars.json
|
||||||
├── siteConfig.js
|
├── siteConfig.js
|
||||||
└── static
|
└── static
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue