From 6c36a493c759cec8f84ee2d73c0963ecd3eaf35b Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 25 Jun 2026 18:25:11 +0200 Subject: [PATCH 1/2] feat(v2): add Awesome Lists hero card on index + Portal Guide nav entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New "Awesome Lists" hero-badge card on the V2 index, right after "Get Started", linking to /other-awesome-lists/. - Custom gold-star + list-motif cover (docs/images/awesome-lists-cover.svg), matching the Awesome Lists page hero theme. - New .hero-badge-card--gold modifier. - Also list "Awesome Lists" under the Portal Guide top-bar menu (after Topic Map) for discoverability, in addition to the flagship "⭐ Awesome Lists" tab. - Card added to the index template (survives regeneration) and to the current rendered v2-docs/index.md for immediate deploy. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/images/awesome-lists-cover.svg | 42 +++++++++++++++++++++++++++++ docs/static/v2_elite.css | 11 ++++++++ src/v2_optimizer.py | 7 +++++ v2-docs/index.md | 7 +++++ v2-mkdocs.yml | 1 + 5 files changed, 68 insertions(+) create mode 100644 docs/images/awesome-lists-cover.svg diff --git a/docs/images/awesome-lists-cover.svg b/docs/images/awesome-lists-cover.svg new file mode 100644 index 00000000..33c47ba2 --- /dev/null +++ b/docs/images/awesome-lists-cover.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/v2_elite.css b/docs/static/v2_elite.css index 956d71a4..83713b83 100644 --- a/docs/static/v2_elite.css +++ b/docs/static/v2_elite.css @@ -426,6 +426,17 @@ a { border-color: #f59e0b !important; } +/* Gold: the flagship Awesome Lists card (matches the ⭐ Awesome Lists hero). */ +.hero-badge-card--gold { + border-color: rgba(251, 191, 36, 0.25); + background: rgba(251, 191, 36, 0.025); +} +.hero-badge-card--gold:hover { + background: rgba(251, 191, 36, 0.07) !important; + box-shadow: 0 8px 24px rgba(251, 191, 36, 0.22); + border-color: #fbbf24 !important; +} + .hero-badge-icon { /* Match the 100px logo box on the other hero cards so the emoji-based Intelligence Digest card is the same height. */ diff --git a/src/v2_optimizer.py b/src/v2_optimizer.py index 9eca0c8b..10df38e2 100644 --- a/src/v2_optimizer.py +++ b/src/v2_optimizer.py @@ -1362,6 +1362,13 @@ class V2VisionEngine: "
Introduction Guide
\n" " \n" " \n" + " \n" + "
\n" + " \"Awesome\n" + "
Awesome Lists
\n" + "
Curated awesome-* directory
\n" + "
\n" + "
\n" "\n\n" "!!! abstract \"The High-Density Vision\"\n" " The V2 Edition is a curated, high-density version of the Nubenetes archive. Using **Agentic AI Orchestration**, " diff --git a/v2-docs/index.md b/v2-docs/index.md index 19556b7f..63b752c3 100644 --- a/v2-docs/index.md +++ b/v2-docs/index.md @@ -69,6 +69,13 @@
Introduction Guide
+ +
+ Awesome Lists +
Awesome Lists
+
Curated awesome-* directory
+
+
!!! abstract "The High-Density Vision" diff --git a/v2-mkdocs.yml b/v2-mkdocs.yml index dddba8aa..893d1c5a 100644 --- a/v2-mkdocs.yml +++ b/v2-mkdocs.yml @@ -165,6 +165,7 @@ nav: - "⭐ Awesome Lists": other-awesome-lists.md - "Portal Guide": - "Topic Map": topic-map.md + - "Awesome Lists": other-awesome-lists.md - "Methodology": methodology.md - "Technical Tags": tags.md - "About": about.md From 0bf9178487318a79924ee602f998e6f236490f02 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Thu, 25 Jun 2026 16:25:44 +0000 Subject: [PATCH 2/2] docs: automated README metric synchronization [skip ci] --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e6d9a384..2c045802 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Additionally, as of May 2026, Nubenetes has reached the **Platinum Operational T | :--- | :--- | | **Total Technical Resources (Links)** | **18657+** | | **Specialized MD Pages** | **162** | -| **Total Commits** | **6521+** | +| **Total Commits** | **6523+** | | **Primary AI Engine** | **Google Gemini (Agentic)** | @@ -180,7 +180,7 @@ The growth of Nubenetes reflects the acceleration of the Cloud Native ecosystem. | 6 | 2023 | 30 | 123 | Maintenance & Refinement | | 7 | 2024 | 53 | 218 | Curation Strategy Pivot | | 8 | 2025 | 5 | 20 | Stability & Research Phase | -| 9 | 2026 | 2962 | 12,233 | **Agentic AI Surge** (May 2026 Inception) | +| 9 | 2026 | 2964 | 12,241 | **Agentic AI Surge** (May 2026 Inception) | @@ -196,8 +196,8 @@ xychart-beta title "Nubenetes Annual Growth Metrics (2018–2026)" x-axis ["2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026"] y-axis "Volume (Commits / Estimated New Refs)" 0 --> 13000 - bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 12233] - bar [350, 142, 2046, 531, 402, 30, 53, 5, 2962] + bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 12241] + bar [350, 142, 2046, 531, 402, 30, 53, 5, 2964] ``` @@ -207,7 +207,7 @@ xychart-beta | :--- | :---: | :---: | :--- | | 2026-04 | 25 | 103 | Active Curation | | 2026-05 | 2101 | 8,677 | **Agentic Inception (Gemini Era)** | -| 2026-06 | 836 | 3,452 | Active Curation | +| 2026-06 | 838 | 3,460 | Active Curation | ### 2.4. Content Distribution and Semantic Clustering