update footer links

This commit is contained in:
LordGhostX 2023-05-04 04:23:44 +01:00 committed by fryorcraken.eth
parent c86530a671
commit 9178755f8b
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 37 additions and 4 deletions

View File

@ -28,7 +28,7 @@ const config = {
docs: { docs: {
routeBasePath: "/", routeBasePath: "/",
sidebarPath: require.resolve("./sidebars.js"), sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/waku-org/waku.guide/tree/staging/", editUrl: "https://github.com/waku-org/waku.guide/tree/develop/",
}, },
theme: { theme: {
name: "docusaurus-default", name: "docusaurus-default",
@ -68,15 +68,27 @@ const config = {
], ],
}, },
announcementBar: { announcementBar: {
id: "support_us",
content: content:
"Waku is not production ready yet. Join our <a href='https://discord.gg/Nrac59MfSX'>discord community</a> to stay updated.", "Waku is not production ready yet. Join our <a href='https://discord.gg/Nrac59MfSX'>Discord Community</a> to stay updated.",
backgroundColor: "#EBEDF0", backgroundColor: "#EBEDF0",
textColor: "#1B1B1D", textColor: "#1B1B1D",
isCloseable: true, isCloseable: true,
}, },
footer: { footer: {
links: [ links: [
{
title: "Legal",
items: [
{
href: "https://waku.org/terms-of-use",
label: "Terms of Use",
},
{
href: "https://waku.org/privacy-policy",
label: "Privacy Policy",
},
],
},
{ {
title: "Community", title: "Community",
items: [ items: [
@ -96,7 +108,28 @@ const config = {
href: "https://t.me/waku_org", href: "https://t.me/waku_org",
label: "Telegram", label: "Telegram",
}, },
], ],
},
{
title: "Resources",
items: [
{
href: "https://github.com/waku-org",
label: "GitHub",
},
{
href: "https://vac.dev/research",
label: "Blog",
},
{
href: "https://vac.dev/",
label: "Vac",
},
{
href: "https://rfc.vac.dev/",
label: "Vac RFCs",
},
],
}, },
], ],
}, },