website: add discord links
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
f14d0aade4
commit
fb09c8f863
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Reference in New Issue