This file defines the canonical tutorial layout and current structure status.
tutorials/<tutorial-name>/
README.md
01-*.md
02-*.md
...
08-*.md
| Pattern | Count |
|---|---|
root_only |
203 |
docs_only |
0 |
index_only |
0 |
mixed |
0 |
- New tutorials should use the canonical top-level chapter layout.
- Existing tutorials should avoid introducing new
docs/chapter structures. - Index files must not contain dead local links.
- Placeholder index summaries are disallowed.
- Structural and link health are enforced by CI (
Docs Healthworkflow).
- Keep tutorial indexes aligned with published chapter reality.
- Maintain canonical naming for new chapter files (
01-...mdto08-...md). - Regenerate machine-readable artifacts after structural/content updates:
tutorials/tutorial-manifest.json- discoverability assets (
discoverability/tutorial-index.json,llms.txt, etc.)
- Re-run docs health checks before merge.