Technical documentation for the Wheel of Heaven knowledge base ecosystem.
| Topic | Description |
|---|---|
| Architecture Overview | System design and data flow |
| Local Development | Getting started guide |
| Content Guide | Writing and organizing content |
| Deployment | Hosting and CI/CD |
| Site | URL | Purpose |
|---|---|---|
| www | wheelofheaven.world | Main knowledge base |
| api | api.wheelofheaven.world | JSON API |
| assets | assets.wheelofheaven.world | CDN for images |
wheelofheaven/
├── www.wheelofheaven.io # Main Zola site
├── api.wheelofheaven.io # JSON API (Zola)
├── bifrost # Zola theme
├── data-content # Markdown content (submodule)
├── data-library # Book JSON data (submodule)
├── data-images # Image processing pipeline
├── docs # This documentation
└── .claude # AI assistant context
- Static Site Generator: Zola v0.22.0
- Hosting: Cloudflare Pages
- CDN: Cloudflare (assets subdomain)
- Task Runner: mise
- Languages: 10 (en, de, es, fr, ja, ko, ru, zh, zh-Hant, he)
docs/
├── architecture/ # System design
├── sites/ # Site-specific docs
├── theme/ # Bifrost theme
├── content/ # Content authoring
├── library/ # Book/library system
├── pipelines/ # Build & deploy
├── hosting/ # Infrastructure
├── development/ # Local setup
└── reference/ # Glossary & tools
- Clone the docs repo
- Create/edit markdown files
- Follow existing conventions
- Submit PR for review
CC0-1.0 (Public Domain)