Add collapsed Previous Updates section within Latest Updates

- Added nested collapsible 'Previous Updates' section
- Placed inside existing 'Latest Updates' details menu
- Includes September, August, and July 2024 updates
- Keeps recent updates visible while archiving older ones
- Maintains clean, organized update history
This commit is contained in:
Daniel Miessler
2025-10-28 00:28:04 +01:00
parent eb274ac55e
commit c8ecf102c7

View File

@@ -173,6 +173,32 @@ These sources capture:
- 📊 Central logging and health monitoring
- 📚 Complete documentation suite
---
<details>
<summary><strong>📜 Previous Updates (Click to expand)</strong></summary>
### September 2024 - Community Growth
- ✅ Claims, Arguments, and Values frameworks
- ✅ 6+ community contributors
- ✅ 10+ merged pull requests
- ✅ TELOS integration
### August 2024 - Framework Expansion
- ✅ Extended component types (Plans, Ideas, Models)
- ✅ Improved documentation structure
- ✅ Enhanced contribution guidelines
### July 2024 - Foundation
- ✅ Single-repo structure with 17+ object types
- ✅ Core framework and documentation
- ✅ Public launch with initial datasets
- ✅ Community contribution framework
</details>
---
**[→ View Full Changelog](./UPDATES.md)**
</details>