Files

24 lines
350 B
JavaScript
Raw Permalink Normal View History

2020-03-18 18:46:47 -04:00
export default [
{ text: 'Overview', url: '/', type: 'inbound' },
{
text: 'Intro',
url: '/intro',
2020-07-13 06:33:16 -04:00
type: 'inbound',
2020-03-18 18:46:47 -04:00
},
2020-03-24 18:36:27 -04:00
{
text: 'Guides',
url: '/guides',
2020-07-13 06:33:16 -04:00
type: 'inbound',
2020-03-24 18:36:27 -04:00
},
2020-03-18 18:46:47 -04:00
{
text: 'Docs',
url: '/docs',
2020-07-13 06:33:16 -04:00
type: 'inbound',
2020-03-18 18:46:47 -04:00
},
{
text: 'Community',
url: '/community',
2020-07-13 06:33:16 -04:00
type: 'inbound',
},
2020-03-18 18:46:47 -04:00
]