website: add privacy policy [AUTH-52] (#8079)

website: add privacy policy

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-01-10 14:23:00 +01:00
committed by GitHub
parent 3715a222fd
commit 2ce74ff9f0
3 changed files with 136 additions and 1 deletions

View File

@ -109,6 +109,19 @@ module.exports = async function (): Promise<Config> {
},
],
},
{
title: "Legal",
items: [
{
to: "legal/terms",
label: "Terms & Conditions",
},
{
to: "legal/privacy-policy",
label: "Privacy policy",
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Authentik Security Inc. Built with Docusaurus.`,
},