Skip to content

wheelofheaven/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wheel of Heaven Documentation

Technical documentation for the Wheel of Heaven knowledge base ecosystem.

Quick Links

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

Sites

Site URL Purpose
www wheelofheaven.world Main knowledge base
api api.wheelofheaven.world JSON API
assets assets.wheelofheaven.world CDN for images

Repository Map

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

Technology Stack

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

Documentation Structure

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

Contributing

  1. Clone the docs repo
  2. Create/edit markdown files
  3. Follow existing conventions
  4. Submit PR for review

License

CC0-1.0 (Public Domain)

Sponsor this project

Contributors