feat(nav): add Ko-fi Support link to docs nav

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-02 11:00:46 +00:00
parent 2cce865a82
commit 0c2a9f4ca3
+1
View File
@@ -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/' },