Merge pull request #11871 from soapy1/add-other-software-docs

Add 'Vagrant vs Other Software' section to docs navigation
This commit is contained in:
Sophia Castellarin 2020-09-04 09:36:13 -05:00 committed by GitHub
commit 153b92324b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ export default [
{
category: 'vs',
content: [
'cli-tools',
'docker',
'terraform',
{ title: 'Getting Started', href: 'https://learn.hashicorp.com/vagrant' },
],
},