Ichiloto documentation is split into two lanes so you can move at the right level of detail.
- The Manual & Guide explains the workflow for creating a project, shaping a world, authoring events, and iterating from the terminal.
- The Scripting API documents the engine surface you will touch once you begin extending the runtime, composing scenes, or driving systems directly in PHP.
Use the guide when you are still deciding how to build something. Use the API when you already know what you want to build and need the exact classes, concepts, and responsibilities involved.
The docs are sourced from markdown files inside the Docs/Content tree, so the route structure and the file structure stay in lockstep. That keeps the docs easy to grow, easy to version, and easy to move through from the sidebar.