doc(README): update content structure
This commit is contained in:
12
README.md
12
README.md
@@ -56,12 +56,14 @@ toc = false # Enable table of contents
|
|||||||
## Content Structure
|
## Content Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
content/
|
docs/
|
||||||
├── _index.md # Homepage
|
├── _index.md # Homepage
|
||||||
├── about.md # Standalone page → /about.html
|
├── getting-started.md # Page → /getting-started.html
|
||||||
└── blog/
|
├── configuration.md # Page → /configuration.html
|
||||||
├── _index.md # Section index → /blog/index.html
|
└── features/
|
||||||
└── my-post.md # Post → /blog/my-post.html
|
├── _index.md # Section index → /features/index.html
|
||||||
|
└── templates.md # Page → /features/templates.html
|
||||||
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user