From 5b769b60de5f14ed5612cd337f19c6fb9afdb99d Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 2 Jun 2026 17:42:04 -0700 Subject: [PATCH] chore(docs): update header logo (#796) * chore(docs): update header logo Signed-off-by: IAmTomahawkx * fix: don't step on toes Signed-off-by: IAmTomahawkx --------- Signed-off-by: IAmTomahawkx --- docs/docusaurus.config.ts | 6 +++--- docs/static/img/navbar.dark.svg | 9 +++++++++ docs/static/img/navbar.light.svg | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 docs/static/img/navbar.dark.svg create mode 100644 docs/static/img/navbar.light.svg diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 9edf29e9..f2b6857b 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -80,10 +80,10 @@ const config: Config = { respectPrefersColorScheme: true, }, navbar: { - title: 'Stoat Developers', logo: { - alt: 'Stoat', - src: 'https://stoat.chat/favicon.svg', + alt: 'Stoat for Developers', + src: '/img/navbar.light.svg', + srcDark: '/img/navbar.dark.svg' }, items: [ { diff --git a/docs/static/img/navbar.dark.svg b/docs/static/img/navbar.dark.svg new file mode 100644 index 00000000..6a5d88c0 --- /dev/null +++ b/docs/static/img/navbar.dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/static/img/navbar.light.svg b/docs/static/img/navbar.light.svg new file mode 100644 index 00000000..83bc88b0 --- /dev/null +++ b/docs/static/img/navbar.light.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + +