Files
Packer-Cn/website/data/subnav.js
b3341164cf feat: extract /plugins (#11464)
* feat: extract `/plugins`

Co-authored-by: Zachary Shilton <[email protected]>
Co-authored-by: Adrien Delorme <[email protected]>
2022-01-11 10:26:05 -05:00

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