From 1e01f3fa1e333c54c322af4a9bbc343ecbeff683 Mon Sep 17 00:00:00 2001 From: Pete Pacent Date: Wed, 30 Sep 2020 18:27:19 -0700 Subject: [PATCH] Cleaning up doc toc (#515) Removing external link in doc toc --- website/data/docs-navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/data/docs-navigation.js b/website/data/docs-navigation.js index 88839cfc77..5e14a13d10 100644 --- a/website/data/docs-navigation.js +++ b/website/data/docs-navigation.js @@ -54,6 +54,7 @@ export default [ }, ], }, + '---', { category: 'configuration', content: [ @@ -87,6 +88,7 @@ export default [ 'manage-sessions', ], }, + '---', { category: 'roadmap', content: ['0_2_0'], @@ -101,6 +103,4 @@ export default [ ], }, - '---', - { title: 'External Link', href: 'https://www.hashicorp.com' }, ]