mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: fix typo in website/pages folder structure (#1506)
This commit is contained in:
parent
b1698e2195
commit
1282df063c
|
|
@ -24,9 +24,10 @@ root-directory
|
|||
│ └── Footer.js
|
||||
├── package.json
|
||||
├── pages
|
||||
│ ├── index.js
|
||||
│ ├── users.js
|
||||
│ └── help.js
|
||||
│ └── en
|
||||
│ ├── help.js
|
||||
│ ├── index.js
|
||||
│ └── users.js
|
||||
├── sidebars.json
|
||||
├── siteConfig.js
|
||||
└── static
|
||||
|
|
|
|||
Loading…
Reference in New Issue