From 791d81996bef47fa8e290e3f63bc307d3705f45e Mon Sep 17 00:00:00 2001 From: Josh Crites Date: Mon, 25 Oct 2021 13:10:32 -0400 Subject: [PATCH] update footer --- docusaurus.config.js | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5231f6b0ac..c1b40b03c8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -355,19 +355,51 @@ module.exports = { { title: "Community", items: [{ - label: "Stack Overflow", - href: "https://stackoverflow.com/questions/tagged/celo", + label: "Forum", + href: "https://forum.celo.org/", }, { label: "Discord", - href: "https://discordapp.com/invite/docusaurus", + href: "https://chat.celo.org", }, { label: "Twitter", - href: "https://twitter.com/docusaurus", + href: "https://twitter.com/CeloOrg", }, + { + label: "Reddit", + href: "https://www.reddit.com/r/celo/" + }, + { + label: "GitHub", + href: "https://github.com/celo-org" + } ], }, + { + title: "Ecosystem", + items: [{ + label: "Celo Foundation", + href: "https://celo.org" + }, + { + label: "Blog", + href: "https://medium.com/celoorg" + }, + { + label: "The Celo", + href: "https://thecelo.com/" + }, + { + label: "Celo Hub", + href: "https://celohub.org/" + }, + { + label: "Careers", + href: "https://celo.org/jobs" + } + ] + } ], copyright: `Copyright © ${new Date().getFullYear()} Celo Foundation, Inc. Built with Docusaurus.`, },