Documentation Structure¶
Text Only
docs/
├── user/ # Public site (gzkit.org) - served by MkDocs
│ ├── index.md
│ ├── charter.md
│ ├── lineage.md
│ └── ...
├── developer/ # Internal docs - NOT published
│ ├── deployment.md
│ └── ...
└── README.md # This file
Editing¶
- Public docs: Edit
docs/user/, runuv run mkdocs serveto preview - Internal docs: Edit
docs/developer/, no build needed