Skip to content

Commit bba43a9

Browse files
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 accurate
2 parents e7132c1 + 95925ba commit bba43a9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

‎docs/api/models.md‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎mkdocs.yaml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ nav:
1313
- Forms: learn/forms.md
1414
- Jinja: learn/jinja.md
1515
- Layouts: learn/layouts.md
16-
- SQLModel + Air: learn/sqlmodel.md
1716
- Cookbook:
1817
- learn/cookbook/index.md
1918
- app.page decorator: learn/cookbook/page-decorator.md
@@ -34,7 +33,6 @@ nav:
3433
- Forms: api/forms.md
3534
- Layouts: api/layouts.md
3635
- Middleware: api/middleware.md
37-
- Models: api/models.md
3836
- Requests: api/requests.md
3937
- Responses: api/responses.md
4038
- Routing: api/routing.md

0 commit comments

Comments
 (0)