From e88c28c15c7bf1fa18e7bb9e437edd1a169df4d4 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Sat, 20 Jun 2026 16:08:44 +0200 Subject: [PATCH] feat(docs-site): add a Gitea repo link to the nav Link to https://git.unom.io/unom/punktfunk in the top bar, alongside the Docs and Website links. 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 41d2f95..283cdf1 100644 --- a/docs-site/src/lib/layout.shared.tsx +++ b/docs-site/src/lib/layout.shared.tsx @@ -17,6 +17,7 @@ export function baseOptions(): BaseLayoutProps { links: [ { text: 'Docs', url: '/docs' }, { text: 'Website', url: 'https://punktfunk.unom.io' }, + { text: 'Source code', url: 'https://git.unom.io/unom/punktfunk' }, ], } }