We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9cba3 commit 52dfbddCopy full SHA for 52dfbdd
src/app/docs/layout.jsx
@@ -34,7 +34,7 @@ export const navItems = [
34
},
35
{title: 'Resources',
36
links: [
37
- {title: 'Protocol Registry', href: '/proto'},
+ {title: 'Protocol Registry', href: '/proto', external: true},
38
{title: 'Write your own Protocol', href: '/docs/protocols/writing'},
39
{title: 'Awesome List', href: 'https://github.com/n0-computer/awesome-iroh', external: true},
40
{title: 'FAQ', href: '/docs/faq'},
0 commit comments