Documentation Manager
Helps decide where to document things and maintain consistency across Pynchy docs.
Documentation policy
Read the contributing style guide for audience, placement, style, and information architecture. Keep those rules there; this skill owns the verification procedure.
Validation
Before committing:
# Check for broken links
uv run mkdocs build --strict
After moving/renaming files:
- Search for all references to old name
- Update each reference
- Update
mkdocs.ymlnav - Test with
uv run mkdocs build --strict