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",
|
label: "GitHub",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "https://discord.gg/jg33eMhnj6",
|
||||||
|
label: "Discord",
|
||||||
|
position: "right",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
@ -50,6 +55,10 @@ module.exports = {
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
href: "https://github.com/beryju/authentik",
|
href: "https://github.com/beryju/authentik",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Discord",
|
||||||
|
href: "https://discord.gg/jg33eMhnj6",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Reference in New Issue