Commit 7ad811f
committed
Fix summary TOC
Newer versions of mdbook does not allow two identical links apparently.
This splits the BMO features into separate pages to avoid breaking this
rule.
```
mdbook build docs/user-guide
2025-10-13 12:11:36 [ERROR] (mdbook::utils): Error: Summary parsing failed for file="/workdir/docs/user-guide/src/SUMMARY.md"
2025-10-13 12:11:36 [ERROR] (mdbook::utils): Caused By: Duplicate file in SUMMARY.md: "bmo/features.md"
make: *** [Makefile:51: build] Error 101
```
Signed-off-by: Lennart Jern <[email protected]>1 parent 8f43ca6 commit 7ad811f
File tree
3 files changed
+12
-11
lines changed- docs/user-guide/src
- bmo
3 files changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
0 commit comments