vaguerent/website/data/subnav.js
2021-06-09 09:24:24 -07:00

18 lines
229 B
JavaScript

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