Skip to content

Commit

Permalink
Update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
vahnag committed Jan 23, 2023
1 parent b50c3aa commit ce1a42f
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,16 @@ const config = {
title: "Community",
items: [
{
label: "Stack Overflow",
href: "https://stackoverflow.com/questions/tagged/docusaurus",
label: "GitHub",
href: "https://github.com/dragonflydb/dragonfly",
},
{
label: "Discord",
href: "https://discordapp.com/invite/docusaurus",
href: "https://discord.gg/HsPjXGVH85",
},
{
label: "Twitter",
href: "https://twitter.com/docusaurus",
},
],
},
{
title: "More",
items: [
{
label: "GitHub",
href: "https://github.com/facebook/docusaurus",
href: "https://twitter.com/dragonflydbio",
},
],
},
Expand Down

0 comments on commit ce1a42f

Please sign in to comment.