Wiki Map
EchoWiki is organized like a contributor manual, not like a blog. The left sidebar is the main route through the material.
How The Sidebar Works
Section titled “How The Sidebar Works”The structure follows a documentation pattern used by mature engine manuals: first get oriented, then follow tutorials, then use the manual and reference sections when you need exact boundaries.
| Sidebar area | Use it when |
|---|---|
| Getting Started | You are new to the repository or trying to find the right door. |
| Tutorials | You want a guided feature slice or a concrete worked example. |
| Manual | You need the big-picture architecture and runtime system explanations. |
| Leitmotif | You want to work on the choreography authoring app and its screenshots. |
| Reference | You need exact file boundaries, tools, assets, and diagnostics. |
| Contributing And Operations | You are preparing a change, verifying it, or deploying the wiki. |
Recommended Reading Paths
Section titled “Recommended Reading Paths”First Hour
Section titled “First Hour”First Tiny Feature
Section titled “First Tiny Feature”Runtime Work
Section titled “Runtime Work”Tooling Or Release Work
Section titled “Tooling Or Release Work”Leitmotif Work
Section titled “Leitmotif Work”- Leitmotif Overview
- Leitmotif Screenshots
- Leitmotif Getting Started
- Leitmotif Usage
- Leitmotif Moddability
- Leitmotif Architecture
- Leitmotif Contributor Slices
Page Granularity
Section titled “Page Granularity”Pages are intentionally small enough to answer one contributor question:
- “Where does this code live?”
- “What owns this behavior?”
- “Which data file should I edit?”
- “Which command verifies the change?”
- “What must degrade gracefully if content is missing?”
When adding a page, prefer a practical contributor route over a large essay. If a page starts covering more than one workflow, split it and add the new page under the right sidebar dropdown.