Commit acf3cc7
fix: Resolve MkDocs build failures in strict mode (#976)
- Create missing docs/design/INDEX.md referenced in mkdocs.yml nav
- Fix nested code fences in landing-page-strategy.md causing sections 6
and 7 to be rendered inside code blocks instead of as proper headings
The nested ```bash block inside section 5.5's outer ``` block was causing
parsing issues. Using 4 backticks for the outer block allows proper nesting.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent d4b7ca0 commit acf3cc7
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
0 commit comments