mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
docs(v2): add docs skeleton and structure (#1412)
* docs(v2): add docs skeleton and structure * docs(v2): add on * docs(v2): move motivation into contributing
This commit is contained in:
parent
f34d6ec4cb
commit
5d6dc49bcd
35 changed files with 443 additions and 63 deletions
16
website/docs/project-structure.md
Normal file
16
website/docs/project-structure.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: project-structure
|
||||
title: Project Structure
|
||||
---
|
||||
|
||||
```
|
||||
// TODO: Display project directory structure
|
||||
```
|
||||
|
||||
- TODO: Explain what each directory and files are about.
|
||||
- TODO: Explain default page routing.
|
||||
|
||||
#### References
|
||||
|
||||
- https://docusaurus.io/docs/en/site-creation
|
||||
- https://v1.vuepress.vuejs.org/guide/directory-structure.html
|
Loading…
Add table
Add a link
Reference in a new issue