Files
the_order/docs/archive/README.md
defiQUG 6a8582e54d feat: comprehensive project structure improvements and Cloud for Sovereignty landing zone
- Add Cloud for Sovereignty landing zone architecture and deployment
- Implement complete legal document management system
- Reorganize documentation with improved navigation
- Add infrastructure improvements (Dockerfiles, K8s, monitoring)
- Add operational improvements (graceful shutdown, rate limiting, caching)
- Create comprehensive project structure documentation
- Add Azure deployment automation scripts
- Improve repository navigation and organization
2025-11-13 09:32:55 -08:00

96 lines
3.2 KiB
Markdown

# Documentation Archive
This directory contains historical and superseded documentation that has been consolidated or replaced.
## Purpose
Documents in this archive are:
- **Superseded**: Replaced by newer, consolidated versions
- **Historical**: Preserved for reference but no longer actively maintained
- **Duplicate**: Merged into single authoritative documents
## Archive Structure
```
archive/
├── reports/ # Historical status and task reports
├── deployment/ # Superseded deployment documentation
│ ├── azure-cdn/ # Old Azure CDN setup files (merged into azure/cdn-setup.md)
│ ├── entra/ # Old Entra VerifiedID files (merged into azure/entra-verifiedid.md)
│ └── automation/ # Old automation files (merged into automation/seal-deployment.md)
```
## What Was Consolidated
### Reports Directory
- **Completion Files**: Merged into `reports/current-status.md`
- `COMPLETION_STATUS.md`
- `COMPLETION_SUMMARY.md`
- `TASK_COMPLETION_SUMMARY.md`
- **Task Lists**: Merged into `reports/active-tasks.md`
- `REMAINING_TASKS.md`
- `REMAINING_TODOS.md`
- `ALL_REMAINING_TASKS.md`
- `REMAINING_TODOS_QUICK_REFERENCE.md`
- `REMAINING_TASKS_CREDENTIAL_AUTOMATION.md`
- **Gap Analysis**: Moved to `legal/document-management/implementation/gaps-analysis.md`
- `GAPS_SUMMARY.md`
- `GAPS_AND_PLACEHOLDERS.md`
- **Frontend Docs**: Moved to `product/features/`
- `FRONTEND_COMPLETE.md``product/features/frontend-completion.md`
- `FRONTEND_COMPONENTS_VERIFICATION.md``product/features/frontend-components.md`
- **Deprecation Files**: Historical (ESLint 9 migration complete)
- `DEPRECATION_FIXES_COMPLETE.md`
- `DEPRECATION_FIXES_RECOMMENDATIONS.md`
- `FINAL_DEPRECATION_STATUS.md`
### Deployment Directory
- **Azure CDN Files**: Merged into `deployment/azure/cdn-setup.md`
- `AZURE_CDN_SETUP.md`
- `AZURE_CDN_COMPLETE.md`
- `AZURE_CDN_STATUS.md`
- `AZURE_CDN_FINAL_STATUS.md`
- `AZURE_CDN_QUICK_START.md`
- `AZURE_CDN_SETUP_COMPLETE.md`
- **Entra VerifiedID Files**: Merged into `deployment/azure/entra-verifiedid.md`
- `ENTRA_COMPLETE_SUMMARY.md`
- `ENTRA_VERIFIEDID_DEPLOYMENT_CHECKLIST.md`
- `ENTRA_VERIFIEDID_NEXT_STEPS.md`
- **Automation Files**: Merged into `deployment/automation/seal-deployment.md`
- `AUTOMATION_COMPLETE.md`
- `AUTOMATION_SUMMARY.md`
- `SEAL_DEPLOYMENT_AUTOMATION.md` (moved, not archived)
## Accessing Archived Content
Archived files are preserved for:
- **Historical Reference**: Understanding project evolution
- **Context**: Seeing what was consolidated and why
- **Recovery**: If consolidation missed important details
## Finding Current Documentation
- **Current Status**: `docs/reports/current-status.md`
- **Active Tasks**: `docs/reports/active-tasks.md`
- **Azure CDN Setup**: `docs/deployment/azure/cdn-setup.md`
- **Entra VerifiedID**: `docs/deployment/azure/entra-verifiedid.md`
- **Deployment Overview**: `docs/deployment/overview.md`
## Maintenance
- Archive is **read-only** - do not update archived files
- New consolidations should note what was merged
- Archive structure may be reorganized if it grows too large
---
**Archive Created**: 2025-01-27
**Last Updated**: 2025-01-27