mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +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
|
||||
├── package.json
|
||||
├── pages
|
||||
│ ├── index.js
|
||||
│ ├── users.js
|
||||
│ └── help.js
|
||||
│ └── en
|
||||
│ ├── help.js
|
||||
│ ├── index.js
|
||||
│ └── users.js
|
||||
├── sidebars.json
|
||||
├── siteConfig.js
|
||||
└── static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue