1. Overview
  2. Quick Start
  3. Configuration Reference
  4. System Architecture
    1. Three-Phase Pipeline
    2. Docker Multi-Stage Build
  5. Component Reference
    1. build-docs.sh Orchestrator
    2. deepwiki-scraper.py
    3. mdBook Integration
  6. Phase 1: Markdown Extraction
    1. Wiki Structure Discovery
    2. HTML to Markdown Conversion
  7. Phase 2: Diagram Enhancement
    1. Fuzzy Diagram Matching Algorithm
    2. Diagram Extraction from Next.js
  8. Phase 3: mdBook Build
    1. Configuration Generation
    2. SUMMARY.md Generation
  9. Output Structure
  10. Advanced Topics
    1. Markdown-Only Mode
    2. Link Rewriting Logic
    3. Auto-Detection Features
  11. Development Guide
    1. Project File Structure
    2. Building the Docker Image
    3. Python Dependencies