You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: setup mkdocs documentation with module README symlinks
Set up local and deployable documentation using mkdocs with symlinked module READMEs. This eliminates duplication by pointing to the original module documentation sources.
## Problem
Documentation was not accessible locally or configured for deployment. Module READMEs existed but weren't integrated into a documentation system.
## Solution
Created mkdocs configuration that:
- Uses symlinks in `docs/` directory pointing to module README.md files
- Eliminates file duplication - single source of truth
- Supports both local development (mkdocs serve) and GitHub Pages deployment
- Auto-updates when module README files change
## Changes
- Updated README.md links from GitHub format (`./apps/`) to mkdocs format (`apps.md`)
- Updated .gitignore to allow tracking of `docs/` and `site/` directories
- Created `docs/` directory with symlinks to all 17 module README files
- Documentation now accessible at: http://127.0.0.1:8000/django-htk/ (locally)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments