packer/website/data/subnav.js
Kevin Wang b3341164cf
feat: extract /plugins (#11464)
* feat: extract `/plugins`

Co-authored-by: Zachary Shilton <4624598+zchsh@users.noreply.github.com>
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2022-01-11 10:26:05 -05:00

23 lines
385 B
JavaScript

export default [
{ text: 'Overview', url: '/', type: 'inbound' },
{
text: 'Tutorials',
url: 'https://learn.hashicorp.com/packer',
type: 'outbound',
},
{
text: 'Docs',
url: '/docs',
type: 'inbound',
},
{
text: 'Plugins',
url: '/plugins',
type: 'inbound',
},
{
text: 'Community',
url: '/community',
type: 'inbound',
},
]