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", + }, ], }, ],