mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-22 09:03:23 +00:00
93 lines
2.9 KiB
YAML
93 lines
2.9 KiB
YAML
site_name: "Nubenetes V2 | The Architect's Cut"
|
|
site_url: "https://nubenetes.com/v2/"
|
|
site_description: "Enterprise-grade curated portal for the 2026 Cloud Native ecosystem. High-density, AI-driven selection of top-tier resources."
|
|
site_author: "Inaki Fernandez"
|
|
copyright: "Copyright © 2026 Nubenetes Agentic Intelligence"
|
|
docs_dir: v2-docs
|
|
|
|
repo_name: "nubenetes/awesome-kubernetes"
|
|
repo_url: "https://github.com/nubenetes/awesome-kubernetes"
|
|
edit_uri: "edit/master/v2-docs/"
|
|
|
|
theme:
|
|
name: material
|
|
language: en
|
|
favicon: images/favicon-car.png
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: blue grey
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/shield-outline
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: blue grey
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/shield
|
|
name: Switch to light mode
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- navigation.indexes
|
|
- search.suggest
|
|
- search.highlight
|
|
- search.share
|
|
- content.code.copy
|
|
- content.action.view
|
|
- content.action.edit
|
|
- toc.integrate
|
|
|
|
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
|
|
|
|
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
|
|
|
|
nav:
|
|
- "🔙 Back to V1 (Exhaustive)": https://nubenetes.com/
|
|
- "The 2026 Vision": index.md
|
|
- "Intelligent Control Plane": intelligent-control-plane.md
|
|
- "Architectural Foundations": architectural-foundations.md
|
|
- "Platform & Site Reliability": platform-and-site-reliability.md
|
|
- "Hardened Infrastructure": hardened-infrastructure.md
|
|
- "Cloud Providers (Hyperscalers)": cloud-providers-hyperscalers.md
|
|
- "Networking & Service Mesh": networking-and-service-mesh.md
|
|
- "The Container Stack": the-container-stack.md
|
|
- "Data & Advanced Analytics": data-and-advanced-analytics.md
|
|
- "Engineering Pipeline": engineering-pipeline.md
|
|
- "Developer Ecosystem": developer-ecosystem.md
|
|
- "Career & Industry": career-and-industry.md |