website: add privacy policy [AUTH-52] (#8079)
website: add privacy policy Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -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.`,
|
||||
},
|
||||
|
Reference in New Issue
Block a user