vaguerent/website/data/subnav.js
2020-05-28 12:45:10 -04:00

30 lines
523 B
JavaScript

export default [
{
text: 'Intro',
url: '/intro',
type: 'inbound',
},
{
text: 'Docs',
url: '/docs',
type: 'inbound',
},
{
text: 'Book',
url:
'https://www.amazon.com/gp/product/1449335837/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1449335837&linkCode=as2&tag=vagrant-20',
type: 'outbound',
},
{
text: 'VMWare',
url: '/vmware',
type: 'inbound',
},
{
text: 'Community',
url: '/community',
type: 'inbound',
},
]