The playbook is the operational layer of the site. It keeps the runnable guides together so that readers can move from first build to profiling and hardening without re-learning the repository layout.
Use the playbook when you know what you need to do but not yet which file or page carries the command. It regroups existing guides without physically moving them, which keeps links stable while giving the site a clearer expert-facing narrative.
| Need | Start here | Outcome |
|---|---|---|
| confirm toolchain and platform assumptions | Prerequisites | a correct local environment before builds start |
| install dependencies and produce binaries | Installation | a configured repository with fetched dependencies |
| reach the first verified run | Quick Start | a baseline build and test pass |
| study modules in sequence | Learning Path | a guided reading order across topics |
| diagnose a hot path | Profiling Guide | profiler-first evidence for the next change |
| choose an optimization tactic | Optimization Decision Tree | a narrowed set of candidate interventions |
| harden low-level code before closure | Validation & Sanitizers | memory, race, and UB checks |
| review project-wide habits | Best Practices | durable rules that stay aligned with the repository posture |
- Run Prerequisites and Installation once.
- Use Quick Start to prove the repository builds cleanly.
- Choose a topic via the Academy or Learning Path.
- When optimizing, switch to Profiling Guide and Optimization Decision Tree.
- Before declaring victory, run Validation & Sanitizers.
- Exercises remain available for deliberate practice, especially when you want to reproduce a concept in isolation.
- AI Workflow remains a contributor-facing route rather than part of the core reader journey.
- Reference is the right place to land when you already know the topic and need exact commands or API details.
A whitepaper without runnable routes risks becoming ornamental. The playbook keeps that from happening. It is the operational proof that the architectural and research pages are attached to a live repository, not merely to a polished narrative.