From 8212f0d9a6f331bca94156b1b55d61e8bb598dd7 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sun, 14 Jun 2026 13:13:04 +0200 Subject: [PATCH] feat(v2): set dark mode as default and improve About page hierarchy --- src/v2_optimizer.py | 25 +++++++++++++++---------- v2-mkdocs.yml | 14 +++++++------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/src/v2_optimizer.py b/src/v2_optimizer.py index 016059e3..61f098aa 100644 --- a/src/v2_optimizer.py +++ b/src/v2_optimizer.py @@ -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" ) diff --git a/v2-mkdocs.yml b/v2-mkdocs.yml index 14370ef9..4e578748 100644 --- a/v2-mkdocs.yml +++ b/v2-mkdocs.yml @@ -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