PGLife Documentation
March 30, 2026 ยท View on GitHub
Welcome to the PGLife documentation hub. This directory contains all technical documentation, guides, and references for the project.
๐ Documentation Index
Getting Started
- Main README - Project overview and quick start
- Contributing Guide - How to contribute to the project
- Changelog - Version history and release notes
Deployment & Operations
- Deployment Guide - Production deployment instructions
- Monitoring Guide - Production monitoring setup
- Runbook - Emergency procedures and troubleshooting
Development Guides
- Development Reference - Command reference and workflows
- Project Structure - Codebase organization
- Testing Guide - Testing strategy and CI/CD
- Deep Scan Guide - Code quality and security scanning
Technical References
- Code Review Report - Security audit findings
- E2E Tests - End-to-end test documentation
๐๏ธ Directory Structure
docs/
โโโ guides/ # Development guides
โ โโโ TESTING.md # Testing strategy & CI/CD
โ โโโ DEEP_SCAN.md # Code quality scanning
โ
โโโ archive/ # Historical documents
โ โโโ DEEP_SCAN_COMPARISON.md # Scan tool comparison
โ โโโ UI_AUDIT_REPORT.md # UI/UX audit report
โ
โโโ CODE_REVIEW_REPORT.md # Security audit report
โโโ DEVELOPMENT.md # Command reference
โโโ MONITORING_GUIDE.md # Production monitoring
โโโ PROJECT_STRUCTURE.md # Codebase structure
โโโ RUNBOOK.md # Operations runbook
โโโ README.md # This file
๐ Quick Links by Role
For New Developers
- Read Main README for project overview
- Follow Contributing Guide for setup
- Review Project Structure
- Check Testing Guide before commits
For DevOps/SREs
- Read Deployment Guide
- Set up Monitoring
- Keep Runbook handy for incidents
- Review Deployment Checklist
For QA Engineers
- Review Testing Guide
- Run manual tests from test plan
- Report issues following Contributing Guide
For Security Team
- Review Code Review Report
- Run Deep Scan before releases
๐ง Need Help?
- General Questions: Open a Discussion
- Documentation Issues: Open an Issue with
documentationlabel - Urgent Issues: Check Runbook for emergency procedures
Last Updated: 2026-03-30
Maintainer: Development Team