From fb09c8f86355ac41521622b4d29fac2ee83db3b1 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 8 Apr 2021 21:03:48 +0200 Subject: [PATCH] website: add discord links Signed-off-by: Jens Langhammer --- website/docusaurus.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 4daf541ad..b9e607404 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -26,6 +26,11 @@ module.exports = { label: "GitHub", position: "right", }, + { + href: "https://discord.gg/jg33eMhnj6", + label: "Discord", + position: "right", + }, ], }, footer: { @@ -50,6 +55,10 @@ module.exports = { label: "GitHub", href: "https://github.com/beryju/authentik", }, + { + label: "Discord", + href: "https://discord.gg/jg33eMhnj6", + }, ], }, ],