diff --git a/docusaurus.config.js b/docusaurus.config.js index 90b107b0..94c7ff8b 100755 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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",