docs: add all missing pages to mkdocs nav and fix absolute link
Some checks failed
CI / ruff (push) Successful in 9s
CI / architecture (push) Has been cancelled
CI / dependency-scanning (push) Has been cancelled
CI / audit (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / pytest (push) Has been cancelled

- Add 32 pages to nav: architecture (9), modules (1), migrations (1),
  testing (3), proposals (8), archive (11)
- Fix absolute link in jinja-macros.md that mkdocs couldn't validate
- Exclude mkdocs.yml from check-yaml hook (uses !!python/name tags)
- Result: mkdocs build with zero warnings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 22:07:50 +01:00
parent 8dcc4145aa
commit b0a40200c1
3 changed files with 45 additions and 1 deletions

View File

@@ -1045,7 +1045,7 @@ For complex detail views (job details, log entries, etc.), use inline modals wit
</div>
```
See the [Components Library](/admin/components#modals) for live examples.
See the Components Library (Admin > Components > Modals) for live examples.
---