Fix social links

This commit is contained in:
fryorcraken.eth 2022-11-08 10:46:55 +11:00
parent 50ca789ed1
commit ee0cf40813
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 4 additions and 10 deletions

View File

@ -59,12 +59,6 @@ const config = {
},
items: [
{
type: "doc",
docId: "About/1",
position: "left",
label: "About",
},
{
type: "doc",
docId: "Concepts/1",
@ -80,16 +74,16 @@ const config = {
title: "Community",
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/docusaurus",
label: "Discourse",
href: "https://forum.vac.dev/",
},
{
label: "Discord",
href: "https://discordapp.com/invite/docusaurus",
href: "https://discord.gg/j5pGbn7MHZ",
},
{
label: "Twitter",
href: "https://twitter.com/docusaurus",
href: "https://twitter.com/waku-org",
},
],
},