Skip to content

Commit

Permalink
Merge pull request #41 from 0xPolygonID/protocol-links
Browse files Browse the repository at this point in the history
Adds Iden3comm docs link
  • Loading branch information
cerberushades authored Oct 13, 2023
2 parents abed5f9 + 855ff86 commit e5ce897
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,19 @@ module.exports = {
},
{
position: 'left',
label: 'Protocol (Iden3)',
href: 'https://docs.iden3.io/',
target: '_blank',
label: 'Protocol',
items: [
{
href: 'https://docs.iden3.io/',
label: 'Iden3 General Docs',
target: '_blank',
},
{
href: 'https://iden3-communication.io/',
label: 'Iden3comm',
target: '_blank',
},
]
},
{
href: "https://github.com/0xPolygonID",
Expand Down

0 comments on commit e5ce897

Please sign in to comment.