From 6d78ea862c1f3ad8a313acb5022528c6b8528d07 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 28 Jun 2026 23:03:27 +0300 Subject: [PATCH] docs: adopt brand-kit favicon and header mark Swap the docs site onto the canonical modern-python brand kit: - favicon -> assets/favicon.svg (the pinwheel mark) - header logo -> assets/mark.svg (chevron mark), leaving the project's own site title beside it instead of the org "MODERN PYTHON" wordmark - drop the superseded modern-python-white.svg / modern-python-mark.svg Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/assets/favicon.svg | 1 + docs/assets/mark.svg | 1 + docs/assets/modern-python-mark.svg | 1 - docs/assets/modern-python-white.svg | 1 - mkdocs.yml | 4 ++-- 5 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 docs/assets/favicon.svg create mode 100644 docs/assets/mark.svg delete mode 100644 docs/assets/modern-python-mark.svg delete mode 100644 docs/assets/modern-python-white.svg diff --git a/docs/assets/favicon.svg b/docs/assets/favicon.svg new file mode 100644 index 0000000..760a5f5 --- /dev/null +++ b/docs/assets/favicon.svg @@ -0,0 +1 @@ + diff --git a/docs/assets/mark.svg b/docs/assets/mark.svg new file mode 100644 index 0000000..c31e2ff --- /dev/null +++ b/docs/assets/mark.svg @@ -0,0 +1 @@ + diff --git a/docs/assets/modern-python-mark.svg b/docs/assets/modern-python-mark.svg deleted file mode 100644 index e441c2a..0000000 --- a/docs/assets/modern-python-mark.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docs/assets/modern-python-white.svg b/docs/assets/modern-python-white.svg deleted file mode 100644 index 77b32d8..0000000 --- a/docs/assets/modern-python-white.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/mkdocs.yml b/mkdocs.yml index e77d2c1..713dd48 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,8 +16,8 @@ nav: - Free bootstrapper: integrations/free.md theme: name: material - logo: assets/modern-python-white.svg - favicon: assets/modern-python-mark.svg + logo: assets/mark.svg + favicon: assets/favicon.svg features: - content.code.copy - content.code.annotate