πŸ“š Documentation Map

March 30, 2026 Β· View on GitHub

Quick reference guide to navigate PGLife documentation.

πŸ—ΊοΈ Documentation Navigation

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                     PGLife Documentation                    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“¦ Root Level (Start Here)
β”œβ”€ πŸ“– README.md ..................... Project overview & setup
β”œβ”€ 🀝 CONTRIBUTING.md ............... How to contribute
β”œβ”€ 🚒 DEPLOYMENT.md ................. Deploy to production
└─ πŸ“‹ CHANGELOG.md .................. Version history

πŸ“ docs/ (Technical Documentation)
β”œβ”€ πŸ“‡ README.md ..................... Documentation index
β”œβ”€ πŸ” CODE_REVIEW_REPORT.md ......... Security audit report
β”œβ”€ πŸ’» DEVELOPMENT.md ................ Command reference
β”œβ”€ πŸ“Š MONITORING_GUIDE.md ........... Production monitoring
β”œβ”€ πŸ—οΈ  PROJECT_STRUCTURE.md ......... Codebase organization
└─ 🚨 RUNBOOK.md .................... Emergency procedures

πŸ“ docs/guides/ (How-To Guides)
β”œβ”€ πŸ§ͺ TESTING.md .................... Testing & CI/CD
└─ πŸ” DEEP_SCAN.md .................. Code quality tools

πŸ“ docs/archive/ (Historical)
β”œβ”€ πŸ“ˆ DEEP_SCAN_COMPARISON.md ....... Tool comparison
└─ 🎨 UI_AUDIT_REPORT.md ............ UI/UX audit

πŸ“ .github/ (GitHub Config)
β”œβ”€ βš™οΈ  copilot-instructions.md ....... Copilot guidelines
└─ πŸ“ PULL_REQUEST_TEMPLATE.md ...... PR template

πŸ“ tests/e2e/ (Testing)
└─ πŸ§ͺ README.md ..................... E2E test docs

🎯 Quick Access by Role

πŸ‘¨β€πŸ’» New Developer

  1. Start: README.md
  2. Setup: CONTRIBUTING.md
  3. Commands: docs/DEVELOPMENT.md
  4. Structure: docs/PROJECT_STRUCTURE.md

πŸš€ DevOps/SRE

  1. Deploy: DEPLOYMENT.md
  2. Monitor: docs/MONITORING_GUIDE.md
  3. Emergency: docs/RUNBOOK.md

πŸ§ͺ QA Engineer

  1. Testing: docs/guides/TESTING.md
  2. E2E Tests: tests/e2e/README.md
  3. Contributing: CONTRIBUTING.md

πŸ”’ Security Team

  1. Audit: docs/CODE_REVIEW_REPORT.md
  2. Scanning: docs/guides/DEEP_SCAN.md

πŸ‘” Product/Management

  1. Overview: README.md
  2. Changelog: CHANGELOG.md

πŸ“– Document Descriptions

DocumentSizePurpose
README.md48KBComplete project overview
CONTRIBUTING.md10KBDevelopment guidelines
DEPLOYMENT.md10KBProduction deployment
CHANGELOG.md6KBVersion history
docs/CODE_REVIEW_REPORT.md13KBSecurity findings
docs/DEVELOPMENT.md15KBCommand reference
docs/MONITORING_GUIDE.md26KBMonitoring setup
docs/PROJECT_STRUCTURE.md10KBCodebase structure
docs/RUNBOOK.md9KBOperations guide
docs/guides/TESTING.md9KBTesting strategy
docs/guides/DEEP_SCAN.md16KBCode quality
tests/e2e/README.md20KBE2E test docs

πŸ” Finding Information

Common Questions

"How do I set up the project?" β†’ README.md

"What commands are available?" β†’ docs/DEVELOPMENT.md

"How do I contribute code?" β†’ CONTRIBUTING.md

"How do I deploy to production?" β†’ DEPLOYMENT.md

"How do I run tests?" β†’ docs/guides/TESTING.md

"What was fixed in the security audit?" β†’ docs/CODE_REVIEW_REPORT.md

"How do I monitor production?" β†’ docs/MONITORING_GUIDE.md

"What do I do in an emergency?" β†’ docs/RUNBOOK.md

πŸ“Š Documentation Stats

  • Total Files: 17 essential docs (+ 2 archived + 2 in .github)
  • Total Size: ~200KB
  • Coverage: Complete (setup, development, testing, deployment, operations)
  • Status: βœ… Production Ready
  • Last Updated: 2026-03-30

πŸ”„ Keeping Documentation Updated

When making changes:

  1. Update the relevant documentation file
  2. Update this map if structure changes
  3. Update CHANGELOG.md for version changes
  4. Update README.md for major features

Need help? Open an issue or start a discussion.