merge: merge develop into master setting arsys logo to constant corporate sky blue

This commit is contained in:
Nubenetes Bot
2026-05-28 16:36:53 +02:00
3 changed files with 7 additions and 13 deletions

View File

@@ -140,7 +140,7 @@ Additionally, as of May 2026, Nubenetes has reached the **Platinum Operational T
| :--- | :--- |
| **Total Technical Resources (Links)** | **18004+** |
| **Specialized MD Pages** | **161** |
| **Total Commits** | **5627+** |
| **Total Commits** | **5630+** |
| **Primary AI Engine** | **Google Gemini (Agentic)** |
<!-- HEART_STATS_END -->
@@ -178,7 +178,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 | 2068 | 8,540 | **Agentic AI Surge** (May 2026 Inception) |
| 9 | 2026 | 2071 | 8,553 | **Agentic AI Surge** (May 2026 Inception) |
<!-- ANNUAL_GROWTH_END -->
<!-- ANNUAL_CHART_START -->
@@ -194,8 +194,8 @@ xychart-beta
title "Nubenetes Annual Growth Metrics (20182026)"
x-axis ["2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026"]
y-axis "Volume (Commits / Estimated New Refs)" 0 --> 9000
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 8540]
bar [350, 142, 2046, 531, 402, 30, 53, 5, 2068]
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 8553]
bar [350, 142, 2046, 531, 402, 30, 53, 5, 2071]
```
<!-- ANNUAL_CHART_END -->
@@ -204,7 +204,7 @@ xychart-beta
| Month | Commits | Est. New Refs | Status |
| :--- | :---: | :---: | :--- |
| 2026-04 | 25 | 103 | Active Curation |
| 2026-05 | 2043 | 8,437 | **Agentic Inception (Gemini Era)** |
| 2026-05 | 2046 | 8,449 | **Agentic Inception (Gemini Era)** |
<!-- MONTHLY_SURGE_END -->
### 2.4. Content Distribution and Semantic Clustering

View File

@@ -5,10 +5,7 @@
xml:space="preserve">
<title>logos</title>
<style type="text/css">
path { fill: #2c3e50; }
@media (prefers-color-scheme: dark) {
path { fill: #ffffff; }
}
path { fill: #00a2e8; }
</style>
<path d="M379.988,380.625c-3.113-0.493-6.072,1.525-6.746,4.604l-14.486,47.623l-15.873-52.346h-16.51l23.811,64.568
c1.842,3.318,1.076,7.476-1.824,9.922c-2.383,1.864-4.684,1.864-9.645,1.825h-1.191v11.747h3.969c6.867,0,11.906-0.278,14.764-2.699

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -49,10 +49,7 @@ reset max-width with the following CSS: */
filter: brightness(1.2);
}
/* Invert Arsys logo in dark mode */
[data-md-color-scheme="slate"] img[src*="arsys_logo.svg"] {
filter: invert(1) brightness(2);
}