Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Oct 25, 2021
1 parent 23ad49b commit 791d819
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
},
Expand Down

0 comments on commit 791d819

Please sign in to comment.