mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
* 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 <[email protected]>
24 lines
350 B
JavaScript
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',
|
|
},
|
|
]
|