Skip to content

Commit 1606afe

Browse files
mahabubul470claude
andcommitted
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

File tree

docs/book/src/SUMMARY.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
- [Introduction](./intro.md)
44
- [Installation](./install.md)
55
- [Concepts](./concepts.md)
6-
- Tutorials
7-
- [Migrating from Git to gpp](./tut-migrate.md)
8-
- [Setting up Graphex for your project](./tut-graphex.md)
9-
- [Connecting AI agents via MCP](./tut-mcp.md)
10-
- [Compliance for regulated industries](./tut-compliance.md)
11-
- [Using gpp with GitHub](./tut-github.md)
12-
- [Setting up a relay node](./tut-relay.md)
6+
7+
# Tutorials
8+
9+
- [Migrating from Git to gpp](./tut-migrate.md)
10+
- [Setting up Graphex for your project](./tut-graphex.md)
11+
- [Connecting AI agents via MCP](./tut-mcp.md)
12+
- [Compliance for regulated industries](./tut-compliance.md)
13+
- [Using gpp with GitHub](./tut-github.md)
14+
- [Setting up a relay node](./tut-relay.md)
15+
16+
# Reference
17+
1318
- [Command reference](./cli.md)

0 commit comments

Comments
 (0)