Commit 1606afe
fix(docs): make mdBook SUMMARY parse — part titles, not a text list item
The first CI book build (run 26030811774) failed: `- Tutorials` was a
plain-text list item with nested children, which mdbook rejects
("nested chapters' parent must be a hyperlink"). Latent until now
because the book was never built in CI. Use mdbook part-title headers
(Tutorials / Reference) instead. Verified with mdbook v0.4.40:
builds clean, all tutorial + reference pages generated.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c5f4b58 commit 1606afe
1 file changed
Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
0 commit comments