Update documentation structure and enhance .gitignore
- 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.
This commit is contained in:
@@ -4,12 +4,51 @@ Complete documentation for the Sankofa Phoenix sovereign cloud platform.
|
||||
|
||||
## Quick Links
|
||||
|
||||
- **[Main README](../../README.md)** - Project overview and getting started
|
||||
- **[Configuration Guide](../../CONFIGURATION_GUIDE.md)** - Setup and configuration
|
||||
- **[Environment Variables](../../ENV_EXAMPLES.md)** - Environment variable examples
|
||||
- **[Main README](../README.md)** - Project overview and getting started
|
||||
- **[Configuration Guide](./CONFIGURATION_GUIDE.md)** - Setup and configuration
|
||||
- **[Environment Variables](./ENV_EXAMPLES.md)** - Environment variable examples
|
||||
|
||||
## Documentation Structure
|
||||
|
||||
### Guides
|
||||
- **[Guides Directory](./guides/)** - Step-by-step guides and how-to documentation
|
||||
- [Build and Deploy Instructions](./guides/BUILD_AND_DEPLOY_INSTRUCTIONS.md)
|
||||
- [Force Unlock Instructions](./guides/FORCE_UNLOCK_INSTRUCTIONS.md)
|
||||
- [Guest Agent Guides](./guides/QUICK_INSTALL_GUEST_AGENT.md)
|
||||
|
||||
### Reference
|
||||
- **[Reference Directory](./reference/)** - Reference materials and specifications
|
||||
- [Code Inconsistencies](./reference/CODE_INCONSISTENCIES.md)
|
||||
- [Script Documentation](./reference/)
|
||||
|
||||
### Reports
|
||||
- **[Reports Directory](./reports/)** - Audit reports, reviews, and analysis
|
||||
- [Audit Reports](./reports/AUDIT_SUMMARY.md)
|
||||
- [Review Reports](./reports/PROJECT_COMPREHENSIVE_REVIEW.md)
|
||||
- [Documentation Reports](./reports/DOCUMENTATION_DEEP_DIVE_ANALYSIS.md)
|
||||
|
||||
### Summaries
|
||||
- **[Summaries Directory](./summaries/)** - Completion and implementation summaries
|
||||
- [Documentation Complete Summary](./summaries/DOCUMENTATION_COMPLETE_SUMMARY.md)
|
||||
- [Implementation Summary](./summaries/IMPLEMENTATION_SUMMARY.md)
|
||||
|
||||
### Deployment
|
||||
- **[Deployment Directory](./deployment/)** - Deployment status and planning
|
||||
- [Deployment Next Steps](./deployment/DEPLOYMENT_NEXT_STEPS.md)
|
||||
- [Deployment Ready](./deployment/DEPLOYMENT_READY.md)
|
||||
- [Pre-Deployment Checklist](./deployment/PRE_DEPLOYMENT_CHECKLIST.md)
|
||||
|
||||
### VM Documentation
|
||||
- **[VM Directory](./vm/)** - Virtual Machine documentation
|
||||
- [VM Creation Procedure](./vm/VM_CREATION_PROCEDURE.md)
|
||||
- [VM Deployment Checklist](./vm/VM_DEPLOYMENT_CHECKLIST.md)
|
||||
- [VM Specifications](./vm/VM_SPECIFICATIONS.md)
|
||||
|
||||
### Guest Agent
|
||||
- **[Guest Agent Directory](./guest-agent/)** - Guest agent documentation
|
||||
- [Guest Agent Checklist](./guest-agent/GUEST_AGENT_CHECKLIST.md)
|
||||
- [Guest Agent Configuration Analysis](./guest-agent/GUEST_AGENT_CONFIGURATION_ANALYSIS.md)
|
||||
|
||||
### Architecture
|
||||
- **[System Architecture](./system_architecture.md)** - Overall system architecture
|
||||
- **[Ecosystem Architecture](./ecosystem-architecture.md)** - Ecosystem structure
|
||||
@@ -99,6 +138,13 @@ Historical documentation is archived in [docs/archive/](./archive/) for referenc
|
||||
- [Build Results](./archive/builds/) - Historical build results
|
||||
- [Deployment Reports](./archive/deployments/) - Historical deployment reports
|
||||
|
||||
## Documentation Index
|
||||
|
||||
- **[Markdown Reference Index](./MARKDOWN_REFERENCE.md)** - Complete index of all Markdown files with headings and line numbers
|
||||
- **[Markdown Deduplication Report](./MARKDOWN_DEDUPLICATION_REPORT.md)** - Analysis of documentation organization and deduplication
|
||||
- **[Markdown Reference JSON](./MARKDOWN_REFERENCE.json)** - Machine-readable index (JSON format)
|
||||
- **[Documentation Organization](./ORGANIZATION.md)** - Guide to documentation structure and organization
|
||||
|
||||
## Documentation Indexes
|
||||
|
||||
Quick navigation to specific documentation types:
|
||||
@@ -109,7 +155,7 @@ Quick navigation to specific documentation types:
|
||||
## Documentation Maintenance
|
||||
|
||||
For documentation improvements and audits, see:
|
||||
- **[Documentation Deep-Dive Analysis](./DOCUMENTATION_DEEP_DIVE_ANALYSIS.md)** - Comprehensive documentation analysis
|
||||
- **[Documentation Fixes Applied](./DOCUMENTATION_FIXES_APPLIED.md)** - Recent documentation improvements
|
||||
- **[Audit Summary](./AUDIT_SUMMARY.md)** - Quick audit reference
|
||||
- **[Documentation Deep-Dive Analysis](reports/DOCUMENTATION_DEEP_DIVE_ANALYSIS.md)** - Comprehensive documentation analysis
|
||||
- **[Documentation Fixes Applied](reports/DOCUMENTATION_FIXES_APPLIED.md)** - Recent documentation improvements
|
||||
- **[Audit Summary](reports/AUDIT_SUMMARY.md)** - Quick audit reference
|
||||
|
||||
|
||||
Reference in New Issue
Block a user