feat(v2): set dark mode as default and improve About page hierarchy

This commit is contained in:
Nubenetes Bot
2026-06-14 13:13:04 +02:00
parent ad89e89497
commit 8212f0d9a6
2 changed files with 22 additions and 17 deletions

View File

@@ -938,24 +938,29 @@ class V2VisionEngine:
"## The Nubenetes Engineering Manifest\n\n"
"!!! quote \"The Positive Sum Game\"\n"
" ==*\"Open Source is most successful when is played as a positive sum game\" (Sarah Novotny)*==\n\n"
"### 🏛️ The Genesis: Munich 2018\n"
"### 🏛️ 1. The Genesis: Munich 2018\n"
"Nubenetes was forged in the internals of a massive Cloud Native transformation for a **major multinational car manufacturer** in Munich. Coordinating hundreds of microservices, thousands of developers, and millions of end-users taught us a fundamental truth: **Standardization, Automation, and GitOps are not \"best practices\"—they are survival requirements.**\n\n"
"### 🧠 Our Engineering Philosophy\n"
"### 🧠 2. Our Engineering Philosophy\n"
"We reject technical obfuscation as a competitive advantage. Solutions that are \"the hard way\" by design do not scale and create fragile, person-dependent silos. \n\n"
"1. **Correctness by Design**: We believe in doing DevOps correctly through the **GitOps pattern**. Automation without correctness is just faster failure.\n"
"2. **The Scientific Method**: We build bridges based on **evidence**, not politics or hype. If a solution cannot be empirically verified and automated, it is a liability.\n"
"3. **Abstractions vs. Reinventing the Wheel**: We prioritize established frameworks and enterprise standards over ad-hoc, unmaintainable tooling.\n\n"
"### 📊 Comparative Maturity Framework\n\n"
"#### 2.1. Correctness by Design\n"
"We believe in doing DevOps correctly through the **GitOps pattern**. Automation without correctness is just faster failure. This architectural rigor ensures enterprise-grade stability at scale.\n\n"
"#### 2.2. The Scientific Method\n"
"We build bridges based on **evidence**, not politics or hype. If a solution cannot be empirically verified and automated, it is a liability. Engineers rely on evidence to solve problems.\n\n"
"#### 2.3. Anti-Bikeshining: Abstractions over Reinvention\n"
"We prioritize established frameworks and enterprise standards over ad-hoc, unmaintainable tooling. Reinventing the wheel is often a symptom of misaligned incentives in the IT sector.\n\n"
"### 📊 3. Comparative Maturity Framework\n\n"
"| Principle | Strategic Focus | Primary Toolset | Architectural Impact |\n"
"| :--- | :--- | :--- | :--- |\n"
"| **DevOps** | Automation & Frequency | CI/CD Pipelines | Operational Speed |\n"
"| **GitOps** | ==Correctness & Drift Control== | Git + Kubernetes | ==Enterprise Stability== |\n"
"| **SRE** | Reliability & Prevention | Observability | Scalable Quality |\n\n"
"### 🚀 The 2026 Vision: Agentic Intelligence\n"
"### 🚀 4. The 2026 Vision: Agentic Intelligence\n"
"Nubenetes has evolved from a historical manual archive into an **Agentic Knowledge Graph**. \n\n"
"* **V1 Archive (Exhaustive)**: Preserves historical context, the original curator's voice, and every technically valid link discovered since 2018.\n"
"* **V2 Elite Portal (Distilled)**: An O'Reilly-style technical library where 18k+ resources are filtered, ranked by impact, and enriched with AI-driven architectural summaries.\n\n"
"> *\"I am a big fan of the scientific method. Engineers rely on evidence. If you want to save the world, think like an engineer.\"* — **Mark Stevenson**\n\n"
"#### 4.1. V1 Archive (Exhaustive)\n"
"Preserves historical context, the original curator's voice, and every technically valid link discovered since 2018. It serves as the foundational truth for the entire ecosystem.\n\n"
"#### 4.2. V2 Elite Portal (Distilled)\n"
"An O'Reilly-style technical library where 18k+ resources are filtered, ranked by impact, and enriched with AI-driven architectural summaries for high-speed reference.\n\n"
"> *\"I am a big fan of the scientific method. Engineers do not build bridges from a right or left perspective... hello! I have a problem, can you help me? Engineers rely on evidence.\"* — **Mark Stevenson**\n\n"
"---\n\n"
)

View File

@@ -15,13 +15,6 @@ theme:
language: en
favicon: images/favicon-ultra.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/shield-moon-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
@@ -29,6 +22,13 @@ theme:
toggle:
icon: material/shield
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/shield-moon-outline
name: Switch to dark mode
features:
- navigation.tabs
- navigation.tabs.sticky