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 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