From 27716bbb4ccc5fc02a5ec8f171347d75e5dbeb5b Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sat, 20 Jun 2026 15:28:52 +0200 Subject: [PATCH] feat(v2/nav): redesign quick-nav as centered category-grouped pill chips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Expands the quick-nav bar to 21 destinations and restyles it as a modern, centered chip bar. Adds CI/CD, Terraform-adjacent Ansible, and the three hyperscalers (AWS, Azure, GCP), and reorders every tab into related category clusters with short labels (even where the page title is long): discovery (Topic Map · Digest · Videos) → platform (Kubernetes · Docker) → delivery (GitOps · CI/CD) → IaC (Terraform · Ansible) → cloud (AWS · Azure · GCP) → security → ops (Observability · SRE · DevOps) → data (Messaging) → AI/ML (AI & MCP · MLOps) → Methodology → V1 Archive (muted) Visual upgrade (CSS, modern Chrome): - Pill chips instead of plain text links — more scannable. - Chip background/border/glow derived from the theme accent via color-mix() (in srgb), so the bar restyles automatically with the palette. - Centered wrapping rows (justify-content: center) — balanced across 2-3 rows at 21 items vs a ragged last row when left-aligned; the repeated ☁️ visually groups the three cloud providers. - Hover lift (translateY) + accent glow; :focus-visible outline for a11y; prefers-reduced-motion honored. - Logical properties (margin-inline / padding-inline); mobile collapses to a single horizontal-scroll row with the scrollbar hidden. Bumps v2_elite.css cache-bust to ?v=2.9.29. V2-only; no page regeneration. Co-Authored-By: Claude Opus 4.8 --- docs/overrides/main.html | 32 ++++++++++++++--------- docs/static/v2_elite.css | 55 ++++++++++++++++++++++++++++++---------- v2-mkdocs.yml | 2 +- 3 files changed, 62 insertions(+), 27 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 613202f9..ac56d61a 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -5,31 +5,39 @@ {% endblock %} {#- - Slim quick-nav bar rendered below the header on every page (via the `tabs` - block, which is empty here since navigation.tabs is disabled). Gives the key - cross-cutting destinations a persistent, one-click home — without the - 18-tab overflow and without collapsing the full left navigation tree. + Quick-nav bar rendered below the header on every page (via the `tabs` block, + which is empty here since navigation.tabs is disabled). Gives the key + cross-cutting destinations a persistent, one-click home as centered pill + chips — without collapsing the full left navigation tree. - Layout: discovery/meta hubs, then the cloud-native pillar topics - (orchestration · containers · delivery · infra · security · observability) - plus the ops disciplines (SRE · DevOps), then the AI hubs (AI & MCP · MLOps) - and Methodology, with V1 Archive muted at the far right. + Destinations are ordered into related category clusters and use short labels + (even when the underlying page title is long): + discovery (Topic Map · Digest · Videos) → platform (Kubernetes · Docker) + → delivery (GitOps · CI/CD) → IaC (Terraform · Ansible) + → cloud (AWS · Azure · GCP) → security → ops (Observability · SRE · DevOps) + → data (Messaging) → AI/ML (AI & MCP · MLOps) → Methodology, + with V1 Archive muted last. -#} {% block tabs %}