packer-cn/website/data/subnav.js

24 lines
350 B
JavaScript
Raw Normal View History

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