From 5ff9dd7dca71d6c062adb34a096113ef9aae518f Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Mon, 25 May 2026 14:27:40 +0200 Subject: [PATCH] style: standardize modern favicon as favicon-car-modern.png and configure social cards, bump to 2.0.6 --- CHANGELOG.md | 5 +++++ GEMINI.md | 2 +- .../{favicon-modern.png => favicon-car-modern.png} | Bin mkdocs-v1-archive.yml | 2 +- mkdocs.yml | 5 +++++ v2-mkdocs.yml | 8 +++++--- 6 files changed, 17 insertions(+), 5 deletions(-) rename docs/images/{favicon-modern.png => favicon-car-modern.png} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff113a0..f4b3e9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [[2.0.6]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.0.6) - 2026-05-25 + +### Changed +- **Branding & Social Identity**: Renamed the modern favicon to `favicon-car-modern.png` and configured the MkDocs `social` plugin to utilize it as the default OpenGraph logo across V1 and V2 portals. This ensures a consistent, modern visual identity whenever documentation pages are shared on social platforms. + ## [[2.0.5]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.0.5) - 2026-05-25 ### Changed diff --git a/GEMINI.md b/GEMINI.md index 10aaba33..8b76278d 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -352,7 +352,7 @@ The bot must rotate between profiles to avoid detection: - **Native GitHub Pages**: Migrated deployment to use native artifacts instead of the `gh-pages` branch for improved security and speed. - **CI/CD Caching**: Implemented `cache: pip` via `requirements.txt` to significantly speed up build times. - **V2 Elite Cyber Cloud Aesthetic**: Upgraded UI with high-contrast pure black backgrounds, neon cyan accents, advanced glassmorphism, and hover glow effects. - - **Visual Identity Modernization**: Replaced the legacy car favicon with a new modern "Gemini construction car" PNG to improve search engine appearance and brand consistency. + - **Visual Identity Modernization**: Replaced the legacy car favicon with a new modern "Gemini construction car" PNG (`favicon-car-modern.png`) to improve search engine appearance and brand consistency. - **MkDocs Features Enabled**: Activated native Privacy Plugin (GDPR compliance), Pruned Navigation (performance), Social Cards in V1, Code Copy, Tab Sync, and Tooltips. - **Announce Banner**: Added a global announcement banner to V1 directing users to the V2 Elite Portal. - **Resilient Architectural Refinements (Phase 2)**: diff --git a/docs/images/favicon-modern.png b/docs/images/favicon-car-modern.png similarity index 100% rename from docs/images/favicon-modern.png rename to docs/images/favicon-car-modern.png diff --git a/mkdocs-v1-archive.yml b/mkdocs-v1-archive.yml index 5bed9371..930c48ad 100644 --- a/mkdocs-v1-archive.yml +++ b/mkdocs-v1-archive.yml @@ -13,7 +13,7 @@ theme: icon: logo: logo repo: fontawesome/brands/github - favicon: images/favicon-modern.png + favicon: images/favicon-car-modern.png palette: - scheme: default primary: indigo diff --git a/mkdocs.yml b/mkdocs.yml index ed226282..0a26a19f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,6 +52,11 @@ plugins: - privacy - social: cards: true + cards_layout_options: + background_color: "#263238" + font_family: "Inter" + custom_dir: "docs/images/" + logo: favicon-car-modern.png extra_css: - static/extra.css extra_javascript: diff --git a/v2-mkdocs.yml b/v2-mkdocs.yml index 7268925c..8ae65815 100644 --- a/v2-mkdocs.yml +++ b/v2-mkdocs.yml @@ -13,14 +13,14 @@ edit_uri: "edit/master/v2-docs/" theme: name: material language: en - favicon: images/favicon-modern.png + favicon: images/favicon-car-modern.png palette: - media: "(prefers-color-scheme: light)" scheme: default primary: custom accent: custom toggle: - icon: material/shield-outline + icon: material/shield-moon-outline name: Switch to dark mode - media: "(prefers-color-scheme: dark)" scheme: slate @@ -47,7 +47,7 @@ theme: - navigation.prune - toc.integrate -plugins: + plugins: - search - privacy - social: @@ -55,6 +55,8 @@ plugins: cards_layout_options: background_color: "#263238" font_family: "Inter" + custom_dir: "docs/images/" + logo: favicon-car-modern.png extra: social: