1
0
mirror of https://github.com/hashicorp/vagrant.git synced 2026-02-05 15:46:47 +01:00
Files
vagrant/website/data/subnav.js
2020-07-29 15:17:00 -04:00

23 lines
299 B
JavaScript

export default [
{
text: 'Intro',
url: '/intro',
type: 'inbound',
},
{
text: 'Docs',
url: '/docs',
type: 'inbound',
},
{
text: 'VMware',
url: '/vmware',
type: 'inbound',
},
{
text: 'Community',
url: '/community',
type: 'inbound',
},
]