Deduplicate and prune project root and docs/ directory
- Consolidate setup documentation: merge COMPLETE_SETUP_INSTRUCTIONS into QUICK_START - Consolidate status docs: merge SETUP_PROGRESS, SETUP_COMPLETE, COMPLETION_STATUS into STATUS - Consolidate review docs: merge REVIEW_SUMMARY into PROJECT_REVIEW - Archive 7 redundant files to docs/archive/ - Update DOCUMENTATION_INDEX.md and README.md references - Create archive README explaining consolidation - Reduce root documentation from 19 to 13 files (32% reduction) - Eliminate ~400 lines of duplicate content
This commit is contained in:
@@ -11,31 +11,26 @@ This document provides a comprehensive index and navigation guide for all ASLE p
|
||||
|
||||
### 🚀 Getting Started
|
||||
- **[README.md](./README.md)** - Project overview and quick start
|
||||
- **[QUICK_START.md](./QUICK_START.md)** - Get started in minutes
|
||||
- **[COMPLETE_SETUP_INSTRUCTIONS.md](./COMPLETE_SETUP_INSTRUCTIONS.md)** - Complete setup guide
|
||||
- **[QUICK_START.md](./QUICK_START.md)** - Complete setup guide (consolidated)
|
||||
- **[DATABASE_SETUP.md](./DATABASE_SETUP.md)** - Database configuration
|
||||
- **[SUBMODULE_SETUP.md](./SUBMODULE_SETUP.md)** - Git submodule management
|
||||
|
||||
### 📋 Project Information
|
||||
- **[STATUS.md](./STATUS.md)** - Current project status (100% complete)
|
||||
- **[STATUS.md](./STATUS.md)** - Current project status and completion details (consolidated)
|
||||
- **[PROJECT_STRUCTURE.md](./PROJECT_STRUCTURE.md)** - Detailed project structure
|
||||
- **[PROJECT_REVIEW.md](./PROJECT_REVIEW.md)** - Comprehensive project review
|
||||
- **[PROJECT_REVIEW.md](./PROJECT_REVIEW.md)** - Comprehensive project review (consolidated)
|
||||
|
||||
### 🛠️ Development & Deployment
|
||||
- **[DEPLOYMENT.md](./DEPLOYMENT.md)** - Deployment procedures
|
||||
- **[API_DOCUMENTATION.md](./API_DOCUMENTATION.md)** - Complete API reference
|
||||
- **[TESTING.md](./TESTING.md)** - Testing procedures and guides
|
||||
|
||||
### 🔧 Setup & Configuration
|
||||
- **[SETUP_PROGRESS.md](./SETUP_PROGRESS.md)** - Setup progress tracking
|
||||
- **[SETUP_COMPLETE.md](./SETUP_COMPLETE.md)** - Setup completion summary
|
||||
- **[COMPLETION_STATUS.md](./COMPLETION_STATUS.md)** - Completion status details
|
||||
- **[SUBMODULE_SETUP.md](./SUBMODULE_SETUP.md)** - Git submodule management
|
||||
|
||||
### 📊 Project Management
|
||||
- **[REVIEW_SUMMARY.md](./REVIEW_SUMMARY.md)** - Repository review summary
|
||||
- **[RECOMMENDATIONS.md](./RECOMMENDATIONS.md)** - Comprehensive recommendations (959 lines)
|
||||
- **[UPGRADES_AND_VISUAL_ELEMENTS.md](./UPGRADES_AND_VISUAL_ELEMENTS.md)** - Upgrades and enhancements
|
||||
|
||||
> **Note:** Redundant documentation files have been archived to `docs/archive/`. See [PROJECT_REVIEW.md](./PROJECT_REVIEW.md) for details.
|
||||
|
||||
---
|
||||
|
||||
## 📁 Documentation Directory (`docs/`)
|
||||
@@ -86,10 +81,9 @@ This document provides a comprehensive index and navigation guide for all ASLE p
|
||||
|
||||
#### Setup & Installation
|
||||
1. README.md → Quick overview
|
||||
2. QUICK_START.md → Fast setup
|
||||
3. COMPLETE_SETUP_INSTRUCTIONS.md → Detailed setup
|
||||
4. DATABASE_SETUP.md → Database configuration
|
||||
5. SUBMODULE_SETUP.md → Submodule management
|
||||
2. QUICK_START.md → Complete setup guide (consolidated)
|
||||
3. DATABASE_SETUP.md → Database configuration
|
||||
4. SUBMODULE_SETUP.md → Submodule management
|
||||
|
||||
#### Development
|
||||
1. PROJECT_STRUCTURE.md → Code organization
|
||||
@@ -98,10 +92,8 @@ This document provides a comprehensive index and navigation guide for all ASLE p
|
||||
4. DEPLOYMENT.md → Deployment procedures
|
||||
|
||||
#### Project Information
|
||||
1. STATUS.md → Current status
|
||||
2. PROJECT_REVIEW.md → Comprehensive review
|
||||
3. COMPLETION_STATUS.md → Completion details
|
||||
4. REVIEW_SUMMARY.md → Review summary
|
||||
1. STATUS.md → Current status and completion details (consolidated)
|
||||
2. PROJECT_REVIEW.md → Comprehensive review (consolidated)
|
||||
|
||||
#### Business & Strategy
|
||||
1. docs/ASLE_Executive_Summary.md
|
||||
@@ -125,7 +117,7 @@ This document provides a comprehensive index and navigation guide for all ASLE p
|
||||
→ Start with [README.md](./README.md) or [QUICK_START.md](./QUICK_START.md)
|
||||
|
||||
**Need to set up the project?**
|
||||
→ See [COMPLETE_SETUP_INSTRUCTIONS.md](./COMPLETE_SETUP_INSTRUCTIONS.md)
|
||||
→ See [QUICK_START.md](./QUICK_START.md)
|
||||
|
||||
**Looking for API documentation?**
|
||||
→ Check [API_DOCUMENTATION.md](./API_DOCUMENTATION.md)
|
||||
@@ -146,10 +138,11 @@ This document provides a comprehensive index and navigation guide for all ASLE p
|
||||
|
||||
## 📊 Documentation Statistics
|
||||
|
||||
- **Total Files:** 42+ markdown files
|
||||
- **Total Lines:** 9,185+ lines
|
||||
- **Root Documentation:** 16 files
|
||||
- **Total Files:** 36+ markdown files (after deduplication)
|
||||
- **Total Lines:** ~8,500+ lines
|
||||
- **Root Documentation:** 13 files (consolidated from 19)
|
||||
- **Docs Directory:** 23+ files
|
||||
- **Archived Files:** 6 files moved to `docs/archive/`
|
||||
- **Coverage:** Comprehensive across all aspects
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user