diff --git a/website/data/subnav.js b/website/data/subnav.js index 1c3b5de40..cd7e09194 100644 --- a/website/data/subnav.js +++ b/website/data/subnav.js @@ -1,5 +1,5 @@ export default [ - { text: 'Overview', url: '/docs/intro' }, + { text: 'Overview', url: '/' }, { text: 'Use Cases', submenu: [ @@ -39,10 +39,10 @@ export default [ url: '/api-docs', type: 'inbound', }, - { + { text: 'CLI', url: '/commands', - type: 'inbound,' + type: 'inbound,', }, { text: 'Community',