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) <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,7 @@ export function baseOptions(): BaseLayoutProps {
|
|||||||
links: [
|
links: [
|
||||||
{ text: 'Docs', url: '/docs' },
|
{ text: 'Docs', url: '/docs' },
|
||||||
{ text: 'Website', url: 'https://punktfunk.unom.io' },
|
{ text: 'Website', url: 'https://punktfunk.unom.io' },
|
||||||
|
{ text: 'Source code', url: 'https://git.unom.io/unom/punktfunk' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user