update footer links
This commit is contained in:
parent
c86530a671
commit
9178755f8b
|
@ -28,7 +28,7 @@ const config = {
|
|||
docs: {
|
||||
routeBasePath: "/",
|
||||
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: {
|
||||
name: "docusaurus-default",
|
||||
|
@ -68,15 +68,27 @@ const config = {
|
|||
],
|
||||
},
|
||||
announcementBar: {
|
||||
id: "support_us",
|
||||
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",
|
||||
textColor: "#1B1B1D",
|
||||
isCloseable: true,
|
||||
},
|
||||
footer: {
|
||||
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",
|
||||
items: [
|
||||
|
@ -98,6 +110,27 @@ const config = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
colorMode: {
|
||||
|
|
Loading…
Reference in New Issue