Commit bba43a9
authored
Cleanup doc build (#1115)
<!--
Before submitting:
- Read CONTRIBUTING.md for workflow
- Read AGENTS.md for architecture (especially if AI-generated)
Air's design principles: semantic APIs with clear docstrings,
concise docs mindful of context window sizes, max readability,
less code is better, zero config is ideal. — airwebframework.org
-->
## What
This fixes the build of the doc system.
Fixes issue #1111
## Pattern
Cleaned up per how mkdocs expects things to be.
## Reviewer Focus
<!-- What's the riskiest part? What are you uncertain about? Where
should reviewers pay special attention? -->
## Checklist
- [x] Diff contains only changes for this task — no unrelated
refactoring or cleanup
- [x] Addresses exactly one issue or feature
- [ ] New or changed behavior has test coverage
- [x] This is the simplest viable approach
- [x] AI provenance section removed or accurate2 files changed
+0
-5
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
0 commit comments