- Added generated index files and report directories to .gitignore to prevent unnecessary tracking of transient files. - Updated README links to reflect new documentation paths for better navigation. - Improved documentation organization by ensuring all links point to the correct locations, enhancing user experience and accessibility.
4.0 KiB
4.0 KiB
Documentation Organization
Last Updated: 2025-01-09
This document describes the organization structure of documentation in the docs/ directory.
Directory Structure
docs/
├── guides/ # Step-by-step guides and how-to documentation
├── reference/ # Reference materials and specifications
├── reports/ # Audit reports, reviews, and analysis
├── summaries/ # Completion and implementation summaries
├── deployment/ # Deployment status and planning
├── vm/ # Virtual Machine documentation
├── guest-agent/ # Guest agent documentation
├── api/ # API documentation
├── architecture/ # Architecture documentation
├── archive/ # Historical/archived documentation
├── proxmox/ # Proxmox-specific documentation
├── status/ # Current status reports
├── runbooks/ # Operational runbooks
├── brand/ # Brand documentation
├── compliance/ # Compliance documentation
└── [root files] # Top-level documentation and indexes
Root Directory Files
The docs/ root contains:
Index Files
README.md- Main documentation indexARCHITECTURE_INDEX.md- Architecture documentation indexDEPLOYMENT_INDEX.md- Deployment documentation indexGUIDES_INDEX.md- Guides indexREFERENCE_INDEX.md- Reference documentation index
Core Documentation
DEPLOYMENT.md- Main deployment guideDEPLOYMENT_REQUIREMENTS.md- Deployment requirementsDEPLOYMENT_EXECUTION_PLAN.md- Deployment execution planAPI_DOCUMENTATION.md- API documentationDEVELOPMENT.md- Development guideTESTING.md- Testing guideCONTRIBUTING.md- Contributing guidelinesTROUBLESHOOTING_GUIDE.md- Troubleshooting guideMONITORING_GUIDE.md- Monitoring guideOPERATIONS_RUNBOOK.md- Operations runbookKEYCLOAK_DEPLOYMENT.md- Keycloak deployment guideMIGRATION_GUIDE.md- Migration guideDESIGN_SYSTEM.md- Design systemENTERPRISE_ARCHITECTURE.md- Enterprise architecturePNPM_MIGRATION_GUIDE.md- pnpm migration guide
Index Files
MARKDOWN_REFERENCE.md- Markdown reference indexMARKDOWN_REFERENCE.json- Machine-readable indexMARKDOWN_DEDUPLICATION_REPORT.md- Deduplication reportMARKDOWN_INDEX_README.md- Index usage guide
Organized Directories
guides/
Step-by-step guides and how-to documentation.
BUILD_AND_DEPLOY_INSTRUCTIONS.mdFORCE_UNLOCK_INSTRUCTIONS.mdQUICK_INSTALL_GUEST_AGENT.mdenable-guest-agent-manual.md
reference/
Reference materials, specifications, and technical details.
CODE_INCONSISTENCIES.mdCOPY_SCRIPT_TO_PROXMOX_NODES.mdSCRIPT_COPIED_TO_PROXMOX_NODES.md
reports/
Audit reports, review reports, and analysis documents.
AUDIT_SUMMARY.mdCOMPREHENSIVE_AUDIT_REPORT.mdPROXMOX_COMPREHENSIVE_AUDIT_REPORT.mdREPOSITORY_AUDIT_REPORT.mdPROJECT_COMPREHENSIVE_REVIEW.mdREVIEW_ITEMS_COMPLETED.mdDOCUMENTATION_DEEP_DIVE_ANALYSIS.mdDOCUMENTATION_FIXES_APPLIED.md
summaries/
Completion summaries and implementation summaries.
DOCUMENTATION_COMPLETE_SUMMARY.mdIMPLEMENTATION_SUMMARY.md
deployment/
Deployment-related status and planning documents.
DEPLOYMENT_NEXT_STEPS.mdDEPLOYMENT_READY.mdPRE_DEPLOYMENT_CHECKLIST.md
vm/
Virtual Machine (VM) related documentation.
VM_CREATION_PROCEDURE.mdVM_DEPLOYMENT_CHECKLIST.mdVM_SPECIFICATIONS.md
guest-agent/
Guest agent implementation and configuration documentation.
GUEST_AGENT_CHECKLIST.mdGUEST_AGENT_CONFIGURATION_ANALYSIS.md
Navigation
- Use the index files (
*_INDEX.md) for navigation - Check
README.mdin each directory for contents - Use Markdown Reference Index for comprehensive search
Last Updated: 2025-01-09