Last Updated: 2026-01-12
Version: 1.0
This directory contains archived language-agnostic documentation that is no longer current but preserved for historical reference and context.
docs/archive/
├── README.md # This file
├── ARCHIVE_NOTE_TEMPLATE.md # Template for archive notes
└── [archived-documents.md] # Archived files
For language-specific archives, see:
- German: docs/de/archive/
- English: docs/en/archive/ (to be created)
- French: docs/fr/archive/ (to be created)
- Spanish: docs/es/archive/ (to be created)
- Japanese: docs/ja/archive/ (to be created)
| Document | Archived Date | Reason | Replaced By |
|---|---|---|---|
| PITR_IMPLEMENTATION_COMPLETE.md | 2026-01-12 | Implementation completed | PITR Feature Guide |
| NLP_INTEGRATION_PHASE1_COMPLETE.md | 2026-01-12 | Phase 1 completed | NLP Features |
| NLP_INTEGRATION_PHASE2_COMPLETE.md | 2026-01-12 | Phase 2 completed | NLP Features |
| NLP_INTEGRATION_FINAL_SUMMARY.md | 2026-01-12 | Implementation completed | NLP Features |
| DURABILITY_TESTING_COMPLETE.md | 2026-01-12 | Testing completed | Testing Docs |
| LORA_IMPLEMENTATION_SUMMARY.md | 2026-01-12 | Implementation completed | LoRA Docs |
| LORA_API_IMPLEMENTATION_SUMMARY.md | 2026-01-12 | API implemented | API Reference |
| LORA_AQL_IMPLEMENTATION_SUMMARY.md | 2026-01-12 | AQL functions implemented | LoRA AQL Reference |
| LORA_HELP_INTEGRATION_SUMMARY.md | 2026-01-12 | Help integration completed | LoRA Docs |
| THEMIS_HELP_LORA_IMPLEMENTATION_SUMMARY.md | 2026-01-12 | Feature completed | LoRA Docs |
| KERBEROS_IMPLEMENTATION_SUMMARY.md | 2026-01-12 | Authentication implemented | Security Docs |
Archives preserve outdated or superseded documentation for:
- Historical reference
- Understanding past decisions
- Tracking evolution of the project
- Maintaining git history
Documentation is archived when:
- Content is outdated and superseded by newer documentation
- Feature/component no longer exists or has been replaced
- Information has been consolidated into another document
- Content is no longer accurate or relevant
- Implementation summaries from completed work
Each archived document includes an archive note with:
- Date of archival
- Reason for archival
- Link to replacement documentation (if applicable)
- Historical context
For up-to-date documentation, see:
To archive a document, follow the Documentation Archival Process.
Key steps:
- Assess document for archival
- Extract valuable content to preserve
- Create archive note using template
- Move document with
git mv(preserves history) - Update all references
- Update this README
See CONTRIBUTING.md § Documentation Archival for the complete policy.
Note: This archive follows ThemisDB's documentation archival policy established in 2026-01-12.