From 40fefd73ca1eadb95c8791c306f32cc64859c406 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Thu, 2 Jul 2026 11:00:46 +0000 Subject: [PATCH] feat(nav): add Ko-fi Support link to docs nav Co-Authored-By: Claude Opus 4.8 (1M context) --- docs-site/src/lib/layout.shared.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-site/src/lib/layout.shared.tsx b/docs-site/src/lib/layout.shared.tsx index c03e211..b5e9565 100644 --- a/docs-site/src/lib/layout.shared.tsx +++ b/docs-site/src/lib/layout.shared.tsx @@ -18,6 +18,7 @@ export function baseOptions(): BaseLayoutProps { { text: 'Docs', url: '/docs' }, { text: 'API', url: '/api' }, { text: 'Website', url: 'https://punktfunk.unom.io' }, + { text: 'Support', url: 'https://ko-fi.com/punktfunk' }, { text: 'Source code', url: 'https://git.unom.io/unom/punktfunk' }, { text: 'Discord', url: 'https://discord.gg/kaPNvzMuGU' }, { text: 'Reddit', url: 'https://www.reddit.com/r/Punktfunk/' },