fix(docs): resolve ToC modal positioning and duplicate headers
- Fixed ToC modal appearing at bottom of document instead of overlay
- Added explicit position: fixed !important with full viewport coverage
- Added proper z-index and backdrop styling
- Implemented scrollable modal content with custom scrollbar
- Fixed duplicate h1 document title headers
- Remove first h1 from content_html (already shown in header)
- Apply fix in both card view and traditional view
- Also handles h2 fallback for section modals
- Removed all diagnostic console.log statements (56+ removed)
- Cleaned docs-app.js (50+ log statements)
- Cleaned document-cards.js (15+ log statements)
- Kept only legitimate error logging
- Fixed CSP violation in docs-app.js
- Removed inline onclick handler from PDF download link
- Implemented event delegation to handle stopPropagation
- Now fully CSP-compliant (no inline scripts/styles/handlers)
- Added category-based document navigation with collapsible sections
- Documents grouped into: Start Here, Core Framework, Research, Implementation, Leadership, Developer Tools
- Visual category indicators with icons and colors
- Updated cache-busting versions for production deployment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>