Move Recent Updates section after About intro

Better information flow: users first see what Substrate is (About),
then see what's new (Recent Updates), then explore the data.

Changes:
- Recent Updates now appears immediately after About section
- Data Directory moved after Recent Updates
- Navigation links reordered to match: About → Updates → Data → Docs

This provides clearer user journey: understand → discover updates → explore data

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Daniel Miessler
2025-10-27 02:05:41 +01:00
parent 90d1ad7087
commit 47c9603f6a

View File

@@ -10,7 +10,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
![GitHub Repo stars](https://img.shields.io/github/stars/danielmiessler/Substrate)
[About](#about) • [Data](#-data-directory) • [Updates](#-recent-updates) • [Docs](#-documentation) • [Contributing](#how-to-contribute)
[About](#about) • [Updates](#-recent-updates) • [Data](#-data-directory) • [Docs](#-documentation) • [Contributing](#how-to-contribute)
</div>
@@ -41,29 +41,6 @@ The project combines conceptual frameworks (Problems, Solutions, Ideas, Plans, V
---
## 📊 Data Directory
Substrate includes **5 authoritative datasets** with 1,700+ data points spanning 107 years (1918-2025):
| Dataset | Coverage | Data Points | Source |
|---------|----------|-------------|--------|
| **US-GDP** | 1929-2025 | 96 years annual<br>314 quarters | FRED/BEA |
| **US-Inflation** | 1947-2025 | 945 months | FRED/BLS |
| **Bay Area COVID Wastewater** | 2022-2025 | 161 weeks | CDPH |
| **Pulitzer Prize Winners** | 1918-2024 | 249 winners | Wikidata |
| **Knowledge Worker Salaries** | Global | Multi-region | Research |
**Data Quality:**
- ✅ Library science methodology with 8-dimension source evaluation
- ✅ Authoritative sources only (government agencies, verified databases)
- ✅ Complete documentation and methodology for each dataset
- ✅ TypeScript automation with quality assurance
- ✅ CSV, JSON, and Markdown formats
**[→ Explore Data Directory](./Data/README.md)**
---
## 🚀 Recent Updates
> [!IMPORTANT]
@@ -124,6 +101,29 @@ Substrate includes **5 authoritative datasets** with 1,700+ data points spanning
---
## 📊 Data Directory
Substrate includes **5 authoritative datasets** with 1,700+ data points spanning 107 years (1918-2025):
| Dataset | Coverage | Data Points | Source |
|---------|----------|-------------|--------|
| **US-GDP** | 1929-2025 | 96 years annual<br>314 quarters | FRED/BEA |
| **US-Inflation** | 1947-2025 | 945 months | FRED/BLS |
| **Bay Area COVID Wastewater** | 2022-2025 | 161 weeks | CDPH |
| **Pulitzer Prize Winners** | 1918-2024 | 249 winners | Wikidata |
| **Knowledge Worker Salaries** | Global | Multi-region | Research |
**Data Quality:**
- ✅ Library science methodology with 8-dimension source evaluation
- ✅ Authoritative sources only (government agencies, verified databases)
- ✅ Complete documentation and methodology for each dataset
- ✅ TypeScript automation with quality assurance
- ✅ CSV, JSON, and Markdown formats
**[→ Explore Data Directory](./Data/README.md)**
---
## 📚 Documentation
### Getting Started