Files
awesome-kubernetes/v2-mkdocs.yml
Inaki Fernandez 07e64cbda0 feat(v2): promote Awesome Lists to a flagship page with hero + category grid
The V2 "Awesome Lists" page (other-awesome-lists.md, derived from V1's
/v1/other-awesome-lists/) already existed but was buried under the
"Architectural Foundations" submenu. Promote it to a top-level, high-impact
destination:

- New src/awesome_page.py builds a hero banner + a category card grid derived
  from the page's own rendered H2 sections (stays in sync with AI re-clustering).
- v2_optimizer injects the header for other-awesome-lists.md during rendering,
  so it survives pipeline regeneration.
- Move it to a prominent top-level nav entry " Awesome Lists" (removed from the
  Architectural Foundations submenu).
- Add hero/grid/card styles to the V2 stylesheet.
- Apply the header to the current rendered page for immediate deploy.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 18:00:53 +02:00

335 lines
12 KiB
YAML

site_name: "Nubenetes V2 | The AI's Cut"
site_url: "https://nubenetes.com/"
site_description: "Enterprise-grade curated portal for the modern Cloud Native ecosystem. High-density, AI-driven selection of top-tier resources."
site_author: "Nubenetes"
copyright: "Copyright &copy; 2026 Nubenetes Agentic Intelligence"
docs_dir: v2-docs
use_directory_urls: true
repo_name: "nubenetes/awesome-kubernetes"
repo_url: "https://github.com/nubenetes/awesome-kubernetes"
edit_uri: "edit/master/v2-docs/"
theme:
name: material
custom_dir: docs/overrides
language: en
favicon: images/favicon-ultra.png
palette:
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/shield
name: Switch to light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/shield-moon-outline
name: Switch to dark mode
features:
# navigation.tabs / .sticky disabled: a top tab bar forces Material to scope
# the left sidebar to the active tab only, which breaks the always-populated
# vertical list we want. The left sidebar handles all sections as a standard
# collapsible list and stays populated on every page incl. home.
- navigation.top
- navigation.tracking
# navigation.sections disabled: render top-level as COLLAPSIBLE nested
# sections (chevron + indentation) instead of flat group labels.
# navigation.expand intentionally disabled: with ~169 nav entries it forced
# every section open (heavy DOM, overwhelming). The Topic Map page now serves
# as the full directory; the left nav stays collapsed and scannable.
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.footer
- announce.dismiss
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.view
- content.action.edit
- content.tooltips
# navigation.prune disabled: keep all children in the HTML so any section
# can expand (prune removed inactive children, leaving a flat list).
# toc.integrate removed: show the native sticky "On this page" TOC in the
# right sidebar instead of merging headings into the left nav. This replaces
# the per-page Markdown "## Table of Contents" we no longer render.
- toc.follow
# Auto-version cache-busted static assets (v2_elite.css / v2_filter.js) from the
# release tag, so a CSS/JS change never goes stale behind a hand-maintained ?v=.
hooks:
- scripts/mkdocs_hooks.py
plugins:
- search
# "Last updated" per-page date (freshness signal for SEO + reader trust).
# Needs full git history (fetch-depth: 0 in 06.deploy_final.yml); falls back
# to the build date when history is unavailable so the build never fails.
- git-revision-date-localized:
enable_creation_date: true
type: date
fallback_to_build_date: true
- privacy
- social:
cards: true
cards_layout_options:
background_color: "#263238"
font_family: "Inter"
custom_dir: "docs/images/"
logo: favicon-ultra.png
- tags:
tags_file: tags.md
- minify:
minify_html: true
- rss:
match_path: "(tech-digest|industry-digest).*"
date_from_meta:
as_creation: "date"
abstract_chars_count: 200
- redirects:
redirect_maps:
jvm-parameters-matrix-table.md: java-and-java-performance-optimization.md
private-cloud-solutions.md: kubernetes-on-premise.md
stackstorm.md: cicd.md
chef.md: ansible.md
newsql.md: databases.md
scaleway.md: digitalocean.md
xamarin.md: dotnet.md
dom.md: javascript.md
react.md: javascript.md
oauth.md: securityascode.md
digital-money.md: finops.md
aws-spain.md: aws.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nubenetes/awesome-kubernetes
- icon: fontawesome/brands/twitter
link: https://twitter.com/nubenetes
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/groups/1937212/
version:
provider: mike # Ready for version switching
extra_css:
- https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap
- static/extra.css
# ?v= cache-buster is appended automatically from the release tag by
# scripts/mkdocs_hooks.py — do not hand-maintain it here.
- static/v2_elite.css
extra_javascript:
- static/v2_filter.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.keys
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.caret
- pymdownx.tilde
- tables
- footnotes
- abbr
- def_list
nav:
- "🔙 Back to V1 (Exhaustive)": https://nubenetes.com/v1/
- "The 2026 Vision": index.md
- "⭐ Awesome Lists": other-awesome-lists.md
- "Portal Guide":
- "Topic Map": topic-map.md
- "Methodology": methodology.md
- "Technical Tags": tags.md
- "About": about.md
- "Agentic Video Hub":
- videos/index.md
- "AI Agents and MCP": videos/ai-agents.md
- "DevOps, IaC, and SRE": videos/devops-iac.md
- "Cloud Native Core": videos/cloud-native.md
- "Fundamentals": videos/fundamentals.md
- "Intelligence Digest":
- "Tech & Cloud Digest": tech-digest.md
- "Industry & Geo Digest": industry-digest.md
- "AI":
- "AI Agents MCP": ai-agents-mcp.md
- "AI": ai.md
- "ChatGPT": chatgpt.md
- "MLOps": mlops.md
- "Architectural Foundations":
- "Cheatsheets": cheatsheets.md
- "Cloud Arch Diagrams": cloud-arch-diagrams.md
- "Cloud Asset Inventory": cloud-asset-inventory.md
- "Customer": customer.md
- "Demos": demos.md
- "DevOps Tools": devops-tools.md
- "Faq": faq.md
- "Git": git.md
- "Grafana": grafana.md
- "Helm": helm.md
- "Introduction": introduction.md
- "Kubernetes Tools": kubernetes-tools.md
- "Kubernetes Tutorials": kubernetes-tutorials.md
- "Kubernetes": kubernetes.md
- "Linux": linux.md
- "Matrix Table": matrix-table.md
- "Mkdocs": mkdocs.md
- "Monitoring": monitoring.md
- "Prometheus": prometheus.md
- "Platform & Site Reliability":
- "Chaos Engineering": chaos-engineering.md
- "Developerportals": developerportals.md
- "DevOps": devops.md
- "Performance Testing With Jenkins And Jmeter": performance-testing-with-jenkins-and-jmeter.md
- "Project Management Methodology": project-management-methodology.md
- "Project Management Tools": project-management-tools.md
- "QA": qa.md
- "Scaffolding": scaffolding.md
- "SRE": sre.md
- "Test Automation Frameworks": test-automation-frameworks.md
- "Testops": testops.md
- "Hardened Infrastructure":
- "Ansible": ansible.md
- "Crossplane": crossplane.md
- "Devsecops": devsecops.md
- "IaC": iac.md
- "Kubernetes Security": kubernetes-security.md
- "Kustomize": kustomize.md
- "Liquibase": liquibase.md
- "Pulumi": pulumi.md
- "Securityascode": securityascode.md
- "Terraform": terraform.md
- "Cloud Providers (Hyperscalers)":
- "Googlecloudplatform": GoogleCloudPlatform.md
- "AWS Architecture": aws-architecture.md
- "AWS Backup": aws-backup.md
- "AWS Containers": aws-containers.md
- "AWS Data": aws-data.md
- "AWS Databases": aws-databases.md
- "AWS DevOps": aws-devops.md
- "AWS IaC": aws-iac.md
- "AWS Messaging": aws-messaging.md
- "AWS Miscellaneous": aws-miscellaneous.md
- "AWS Monitoring": aws-monitoring.md
- "AWS Networking": aws-networking.md
- "AWS Newfeatures": aws-newfeatures.md
- "AWS Pricing": aws-pricing.md
- "AWS Security": aws-security.md
- "AWS Serverless": aws-serverless.md
- "AWS Storage": aws-storage.md
- "AWS Tools Scripts": aws-tools-scripts.md
- "AWS Training": aws-training.md
- "AWS": aws.md
- "Azure": azure.md
- "Digitalocean": digitalocean.md
- "Edge Computing": edge-computing.md
- "Ibm_Cloud": ibm_cloud.md
- "Managed Kubernetes In Public Cloud": managed-kubernetes-in-public-cloud.md
- "Oraclecloud": oraclecloud.md
- "Public Cloud Solutions": public-cloud-solutions.md
- "Networking & Service Mesh":
- "Caching": caching.md
- "Cloudflare": cloudflare.md
- "Istio": istio.md
- "Kubernetes Networking": kubernetes-networking.md
- "Networking": networking.md
- "Servicemesh": servicemesh.md
- "Web Servers": web-servers.md
- "The Container Stack":
- "Container Managers": container-managers.md
- "Docker": docker.md
- "Kubectl Commands": kubectl-commands.md
- "Kubernetes Alternatives": kubernetes-alternatives.md
- "Kubernetes Autoscaling": kubernetes-autoscaling.md
- "Kubernetes Backup Migrations": kubernetes-backup-migrations.md
- "Kubernetes Based Devel": kubernetes-based-devel.md
- "Kubernetes Bigdata": kubernetes-bigdata.md
- "Kubernetes Client Libraries": kubernetes-client-libraries.md
- "Kubernetes Monitoring": kubernetes-monitoring.md
- "Kubernetes On Premise": kubernetes-on-premise.md
- "Kubernetes Operators Controllers": kubernetes-operators-controllers.md
- "Kubernetes Releases": kubernetes-releases.md
- "Kubernetes Storage": kubernetes-storage.md
- "Kubernetes Troubleshooting": kubernetes-troubleshooting.md
- "Noops": noops.md
- "OCP 3": ocp3.md
- "OCP 4": ocp4.md
- "Openshift": openshift.md
- "Rancher": rancher.md
- "Serverless": serverless.md
- "Data & Advanced Analytics":
- "Crunchydata": crunchydata.md
- "Databases": databases.md
- "Message Queue": message-queue.md
- "NoSQL": nosql.md
- "Yaml": yaml.md
- "Engineering Pipeline":
- "Argo": argo.md
- "CI/CD Kubernetes Plugins": cicd-kubernetes-plugins.md
- "CI/CD": cicd.md
- "Flux": flux.md
- "Gitops": gitops.md
- "Jenkins Alternatives": jenkins-alternatives.md
- "Jenkins": jenkins.md
- "Keptn": keptn.md
- "Openshift Pipelines": openshift-pipelines.md
- "Registries": registries.md
- "Sonarqube": sonarqube.md
- "Tekton": tekton.md
- "Developer Ecosystem":
- "Chromedevtools": ChromeDevTools.md
- "Angular": angular.md
- "API": api.md
- "Devel Sites": devel-sites.md
- "Dotnet": dotnet.md
- "Embedded Servlet Containers": embedded-servlet-containers.md
- "Golang": golang.md
- "Java And Java Performance Optimization": java-and-java-performance-optimization.md
- "Java_App_Servers": java_app_servers.md
- "Java_Frameworks": java_frameworks.md
- "Javascript": javascript.md
- "Linux Dev Env": linux-dev-env.md
- "Lowcode Nocode": lowcode-nocode.md
- "Maven Gradle": maven-gradle.md
- "Postman": postman.md
- "Python": python.md
- "Swagger Code Generator For Rest APIs": swagger-code-generator-for-rest-apis.md
- "Visual Studio": visual-studio.md
- "Web3": web3.md
- "Career & Industry":
- "Appointment Scheduling": appointment-scheduling.md
- "Elearning": elearning.md
- "Finops": finops.md
- "Freelancing": freelancing.md
- "HR": hr.md
- "Interview Questions": interview-questions.md
- "Newsfeeds": newsfeeds.md
- "Recruitment": recruitment.md
- "Remote Tech Jobs": remote-tech-jobs.md
- "Workfromhome": workfromhome.md