doc(README): update content structure

This commit is contained in:
Timothy DeHerrera
2026-02-01 11:21:49 -07:00
parent 73459e5d17
commit 96275b0751

View File

@@ -56,12 +56,14 @@ toc = false # Enable table of contents
## Content Structure
```
content/
docs/
├── _index.md # Homepage
├── about.md # Standalone page → /about.html
── blog/
├── _index.md # Section index → /blog/index.html
── my-post.md # Post → /blog/my-post.html
├── getting-started.md # Page → /getting-started.html
── configuration.md # Page → /configuration.html
└── features/
── _index.md # Section index → /features/index.html
└── templates.md # Page → /features/templates.html
...
```
## Documentation