24 lines
345 B
JavaScript
24 lines
345 B
JavaScript
export default [
|
|
{ text: 'Overview', url: '/', type: 'inbound' },
|
|
{
|
|
text: 'Intro',
|
|
url: '/intro',
|
|
type: 'inbound'
|
|
},
|
|
{
|
|
text: 'Guides',
|
|
url: '/guides',
|
|
type: 'inbound'
|
|
},
|
|
{
|
|
text: 'Docs',
|
|
url: '/docs',
|
|
type: 'inbound'
|
|
},
|
|
{
|
|
text: 'Community',
|
|
url: '/community',
|
|
type: 'inbound'
|
|
}
|
|
]
|