mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-20 16:31:24 -05:00
17 lines
229 B
JavaScript
17 lines
229 B
JavaScript
export default [
|
|
{
|
|
text: 'Intro',
|
|
url: '/intro',
|
|
type: 'inbound',
|
|
},
|
|
{
|
|
text: 'Docs',
|
|
url: '/docs',
|
|
type: 'inbound',
|
|
},
|
|
{
|
|
text: 'Community',
|
|
url: '/community',
|
|
type: 'inbound',
|
|
},
|
|
]
|