Files

19 lines
313 B
JavaScript
Raw Permalink Normal View History

2020-03-18 18:46:47 -04:00
export default [
{ text: 'Overview', url: '/', type: 'inbound' },
{
2021-05-24 12:59:02 -05:00
text: 'Tutorials',
url: 'https://learn.hashicorp.com/packer',
type: 'outbound',
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
]