From c48776e8555cc4e883da666041dde761b99ed229 Mon Sep 17 00:00:00 2001 From: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com> Date: Wed, 22 Jul 2020 10:28:09 -0700 Subject: [PATCH] Restore link to /intro docs in main menu (#8356) The "Overview" link previously went to a summary of Consul features and a comparison to other products. This commit restores that destination at the request of Consul PMs. This commit previously removed the link (it went to `/` instead of `/intro`). https://github.com/hashicorp/consul/commit/ac612a9cdcf81c713b4a2fadb3201980197a26ca#diff-f98b55875118725d1373dd2da36d9ee5 --- website/data/subnav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/subnav.js b/website/data/subnav.js index b597180210..51fda8dec4 100644 --- a/website/data/subnav.js +++ b/website/data/subnav.js @@ -1,5 +1,5 @@ export default [ - { text: 'Overview', url: '/', type: 'inbound' }, + { text: 'Overview', url: '/intro' }, { text: 'Use Cases', submenu: [