Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev committed Feb 26, 2023
1 parent 2ad8bbd commit ffe43df
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,24 @@ const config = {
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
label: 'Web Site',
href: 'https://polygon.technology/polygon-id/',
},
{
label: 'Wiki',
href: 'https://wiki.polygon.technology/docs/polygonid/overview',
},
{
label: 'GitHub',
href: 'https://github.com/0xPolygonID/',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
href: 'https://discord.gg/0xPolygon',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
href: 'https://twitter.com/0xPolygonID',
},
],
}
Expand Down

0 comments on commit ffe43df

Please sign in to comment.