From 2a39d52726fbb020e1cce0a367bf6fccf4734b02 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sat, 20 Jun 2026 18:24:53 +0000 Subject: [PATCH 1/2] feat: sync V2 elite curated edition and README metrics [skip ci] --- README.md | 10 +++++----- data/news_digest.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c387338d..efc13cf1 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)** | **18647+** | | **Specialized MD Pages** | **162** | -| **Total Commits** | **6405+** | +| **Total Commits** | **6408+** | | **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 | 2846 | 11,753 | **Agentic AI Surge** (May 2026 Inception) | +| 9 | 2026 | 2849 | 11,766 | **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 --> 12000 - bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 11753] - bar [350, 142, 2046, 531, 402, 30, 53, 5, 2846] + bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 11766] + bar [350, 142, 2046, 531, 402, 30, 53, 5, 2849] ``` @@ -207,7 +207,7 @@ xychart-beta | :--- | :---: | :---: | :--- | | 2026-04 | 25 | 103 | Active Curation | | 2026-05 | 2101 | 8,677 | **Agentic Inception (Gemini Era)** | -| 2026-06 | 720 | 2,973 | Active Curation | +| 2026-06 | 723 | 2,985 | Active Curation | ### 2.4. Content Distribution and Semantic Clustering diff --git a/data/news_digest.json b/data/news_digest.json index a880a52d..606690a3 100644 --- a/data/news_digest.json +++ b/data/news_digest.json @@ -7440,6 +7440,6 @@ "method": "fallback_small" } }, - "last_updated": "2026-06-20T19:40:49.213297+02:00" + "last_updated": "2026-06-20T20:24:36.091523+02:00" } } \ No newline at end of file From 01e34b7d28d51e7307fdfbc3de4447649fc2fbb5 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sat, 20 Jun 2026 20:26:37 +0200 Subject: [PATCH 2/2] fix: anchor the new "Portal Guide" & "Videos" header dropdowns The nb-quicknav popovers are positioned via explicit CSS anchor-positioning pairs (anchor-name on the button + position-anchor on the menu) keyed per popover id. The two new menus (nb-pop-guide, nb-pop-videos) had no such pairs, so their popovers opened unanchored (wrong position / "broken"). Add the missing anchor-name/position-anchor pairs and bump the CSS cache-buster to 2.9.42. Co-Authored-By: Claude Opus 4.8 --- docs/static/v2_elite.css | 4 ++++ v2-mkdocs.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/static/v2_elite.css b/docs/static/v2_elite.css index 14e1d501..f5b78c62 100644 --- a/docs/static/v2_elite.css +++ b/docs/static/v2_elite.css @@ -1372,8 +1372,12 @@ input[type="text"] { /* Explicit anchor pairing per button↔menu — do NOT rely on the popover's implicit anchor (it isn't established reliably, leaving the menu in its static position over the button). */ +[popovertarget="nb-pop-guide"] { anchor-name: --nb-a-guide; } +#nb-pop-guide { position-anchor: --nb-a-guide; } [popovertarget="nb-pop-digest"] { anchor-name: --nb-a-digest; } #nb-pop-digest { position-anchor: --nb-a-digest; } +[popovertarget="nb-pop-videos"] { anchor-name: --nb-a-videos; } +#nb-pop-videos { position-anchor: --nb-a-videos; } [popovertarget="nb-pop-k8s"] { anchor-name: --nb-a-k8s; } #nb-pop-k8s { position-anchor: --nb-a-k8s; } [popovertarget="nb-pop-delivery"] { anchor-name: --nb-a-delivery; } diff --git a/v2-mkdocs.yml b/v2-mkdocs.yml index d260eb2c..32811d1a 100644 --- a/v2-mkdocs.yml +++ b/v2-mkdocs.yml @@ -115,7 +115,7 @@ extra: extra_css: - https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap - static/extra.css - - static/v2_elite.css?v=2.9.39 + - static/v2_elite.css?v=2.9.42 extra_javascript: - static/v2_filter.js?v=2.9.19