docs: add documentation link

This commit is contained in:
Maël Gangloff
2024-08-04 22:28:42 +02:00
parent de79b2a3ad
commit 9ae1e24523
2 changed files with 19 additions and 13 deletions

View File

@@ -100,6 +100,8 @@ export default function App() {
<Link to='/tos'><Button type='text'>{t`TOS`}</Button></Link>
<Link to='/privacy'><Button type='text'>{t`Privacy Policy`}</Button></Link>
<Link to='/faq'><Button type='text'>{t`FAQ`}</Button></Link>
<Typography.Link href='https://github.com/maelgangloff/domain-watchdog/wiki'><Button
type='text'>{t`Documentation`}</Button></Typography.Link>
</Space>
<Typography.Paragraph>{jt`${ProjectLink} is an open source project distributed under the ${LicenseLink} license.`}</Typography.Paragraph>
</Layout.Footer>