From 73d8ea3b5e7f47a457007ebdd856495e21bcc438 Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Sun, 31 May 2026 09:01:42 +0200 Subject: [PATCH] feat: restore site header logo in repo docs Use the same Warmbly paper-plane mark from the site header in the README and docs header. --- README.md | 4 ++++ docs/lib/layout.shared.tsx | 8 ++++++++ docs/public/logo.svg | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 docs/public/logo.svg diff --git a/README.md b/README.md index ae745bdb..d20b55d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ Warmbly +

+

Warmbly

diff --git a/docs/lib/layout.shared.tsx b/docs/lib/layout.shared.tsx index 765859e2..f2141b97 100644 --- a/docs/lib/layout.shared.tsx +++ b/docs/lib/layout.shared.tsx @@ -1,10 +1,18 @@ import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'; +import Image from 'next/image'; export function baseOptions(): BaseLayoutProps { return { nav: { title: (

+ Warmbly Warmbly
), diff --git a/docs/public/logo.svg b/docs/public/logo.svg new file mode 100644 index 00000000..ea46a529 --- /dev/null +++ b/docs/public/logo.svg @@ -0,0 +1,4 @@ + + Warmbly + +