From 96275b075192f0d37c16eaf76c1c108ea0e6f17f Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 1 Feb 2026 11:21:49 -0700 Subject: [PATCH] doc(README): update content structure --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b5196ff..dda929f 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,14 @@ toc = false # Enable table of contents ## Content Structure ``` -content/ -├── _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 +docs/ +├── _index.md # Homepage +├── 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