packer-cn/website/data/subnav.js
Jonathan Neal d8b67f8520
📌 Hard Pin Website Dependencies (#9543)
* Update and pin dependencies
* Update NextJS Scripts
* npm run lint
* npm run format
* docs generator: indent docs by two and make spacing better

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2020-07-13 12:33:16 +02:00

24 lines
350 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',
},
]