vaguerent/website/data/subnav.js
2020-05-28 12:45:15 -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',
},
]