Skip to content

Commit acf3cc7

Browse files
abrichrclaude
andauthored
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

File tree

docs/design/INDEX.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Design Documents
2+
3+
This section contains design documents and specifications for OpenAdapt features and components.
4+
5+
## Documents
6+
7+
- [System Tray App](openadapt-tray.md) - Design specification for the OpenAdapt system tray application
8+
- [Tray Logging](tray-logging.md) - Logging architecture for the tray application
9+
- [Telemetry](telemetry-design.md) - Telemetry and analytics design
10+
- [Landing Page Strategy](landing-page-strategy.md) - Website landing page strategy and messaging
11+
- [Repo Rename Analysis](repo-rename-analysis.md) - Analysis for repository renaming considerations

docs/design/landing-page-strategy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ No vendor lock-in, ever.
371371

372372
### 5.5 For Developers Section
373373

374-
```
374+
````
375375
## Built for Developers
376376
377377
### Modular Architecture
@@ -404,7 +404,7 @@ Integrated with Windows Agent Arena (WAA), WebArena, and OSWorld.
404404
Compare your models against published baselines.
405405
406406
[View Documentation] [GitHub Repository]
407-
```
407+
````
408408

409409
### 5.6 For Enterprise Section
410410

0 commit comments

Comments
 (0)