π 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
- Start: README.md
- Setup: CONTRIBUTING.md
- Commands: docs/DEVELOPMENT.md
- Structure: docs/PROJECT_STRUCTURE.md
π DevOps/SRE
- Deploy: DEPLOYMENT.md
- Monitor: docs/MONITORING_GUIDE.md
- Emergency: docs/RUNBOOK.md
π§ͺ QA Engineer
- Testing: docs/guides/TESTING.md
- E2E Tests: tests/e2e/README.md
- Contributing: CONTRIBUTING.md
π Security Team
- Audit: docs/CODE_REVIEW_REPORT.md
- Scanning: docs/guides/DEEP_SCAN.md
π Product/Management
- Overview: README.md
- Changelog: CHANGELOG.md
π Document Descriptions
| Document | Size | Purpose |
|---|---|---|
| README.md | 48KB | Complete project overview |
| CONTRIBUTING.md | 10KB | Development guidelines |
| DEPLOYMENT.md | 10KB | Production deployment |
| CHANGELOG.md | 6KB | Version history |
| docs/CODE_REVIEW_REPORT.md | 13KB | Security findings |
| docs/DEVELOPMENT.md | 15KB | Command reference |
| docs/MONITORING_GUIDE.md | 26KB | Monitoring setup |
| docs/PROJECT_STRUCTURE.md | 10KB | Codebase structure |
| docs/RUNBOOK.md | 9KB | Operations guide |
| docs/guides/TESTING.md | 9KB | Testing strategy |
| docs/guides/DEEP_SCAN.md | 16KB | Code quality |
| tests/e2e/README.md | 20KB | E2E 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:
- Update the relevant documentation file
- Update this map if structure changes
- Update CHANGELOG.md for version changes
- Update README.md for major features
Need help? Open an issue or start a discussion.