Cleaning up doc toc (#515)

Removing external link in doc toc
pull/516/head
Pete Pacent 6 years ago committed by GitHub
parent 0cddb443c8
commit 1e01f3fa1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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' },
]

Loading…
Cancel
Save