docs: restore pandemic context to 2020 growth milestone

This commit is contained in:
Nubenetes Bot
2026-05-18 15:54:27 +02:00
parent 5c31232305
commit 57ef0c36f7
2 changed files with 9 additions and 9 deletions

View File

@@ -135,7 +135,7 @@ Nubenetes is one of the most comprehensive archives in the ecosystem, featuring
| :--- | :--- |
| **Total Technical Resources (Links)** | **15200+** |
| **Specialized MD Pages** | **161** |
| **Total Commits** | **4547+** |
| **Total Commits** | **4548+** |
| **Primary AI Engine** | **Google Gemini (Agentic)** |
<!-- HEART_STATS_END -->
@@ -156,11 +156,11 @@ The growth of Nubenetes reflects the acceleration of the Cloud Native ecosystem.
| Year | Commits | Est. New Refs | Key Milestone |
| :---: | :---: | :---: | :--- |
| 2018 | 350 | 1,445 | **Munich Era (BMW IT-Zentrum)** |
| 2020 | 2046 | 8,449 | **The Great Expansion** |
| 2026 | 988 | 4,080 | **Agentic AI Surge** (May 2026 Inception) |
| 2021 | 531 | 2,193 | Maturity & Standardization |
| 2020 | 2046 | 8,449 | **The Great Expansion** (Global Pandemic/Remote Era) |
| 2026 | 989 | 4,084 | **Agentic AI Surge** (May 2026 Inception) |
| 2021 | 531 | 2,193 | Maturity and Standardization |
| 2022 | 402 | 1,660 | Cloud Native Hardening |
| 2019 | 142 | 586 | Early Growth & Open Source Launch |
| 2019 | 142 | 586 | Early Growth and Open Source Launch |
| 2024 | 53 | 218 | Curation Strategy Pivot |
| 2023 | 30 | 123 | Maintenance & Refinement |
| 2025 | 5 | 20 | Stability & Research Phase |
@@ -171,7 +171,7 @@ The growth of Nubenetes reflects the acceleration of the Cloud Native ecosystem.
| Month | Commits | Est. New Refs | Status |
| :--- | :---: | :---: | :--- |
| 2026-04 | 25 | 103 | Active Curation |
| 2026-05 | 963 | 3,977 | **Agentic Inception (Gemini Era)** |
| 2026-05 | 964 | 3,981 | **Agentic Inception (Gemini Era)** |
<!-- MONTHLY_SURGE_END -->
### 2.4. Content Distribution and Semantic Clustering

View File

@@ -80,9 +80,9 @@ def get_stats():
annual_rows = ["| Year | Commits | Est. New Refs | Key Milestone |", "| :---: | :---: | :---: | :--- |"]
milestones = {
"2018": "**Munich Era (BMW IT-Zentrum)**",
"2019": "Early Growth & Open Source Launch",
"2020": "**The Great Expansion**",
"2021": "Maturity & Standardization",
"2019": "Early Growth and Open Source Launch",
"2020": "**The Great Expansion** (Global Pandemic/Remote Era)",
"2021": "Maturity and Standardization",
"2022": "Cloud Native Hardening",
"2023": "Maintenance & Refinement",
"2024": "Curation Strategy Pivot",