mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-24 23:57:21 -04:00
swtichs the sidebar order of HCL and JSON templates
This commit is contained in:
parent
1a20146993
commit
47adccabf2
1 changed files with 11 additions and 11 deletions
|
|
@ -15,17 +15,6 @@ export default [
|
|||
{
|
||||
category: 'templates',
|
||||
content: [
|
||||
{
|
||||
category: "legacy_json_templates",
|
||||
content: [
|
||||
'builders',
|
||||
'communicator',
|
||||
'engine',
|
||||
'post-processors',
|
||||
'provisioners',
|
||||
'user-variables',
|
||||
]
|
||||
},
|
||||
{
|
||||
category: 'hcl_templates',
|
||||
content: [
|
||||
|
|
@ -190,6 +179,17 @@ export default [
|
|||
'syntax-json',
|
||||
],
|
||||
},
|
||||
{
|
||||
category: "legacy_json_templates",
|
||||
content: [
|
||||
'builders',
|
||||
'communicator',
|
||||
'engine',
|
||||
'post-processors',
|
||||
'provisioners',
|
||||
'user-variables',
|
||||
]
|
||||
},
|
||||
],
|
||||
},
|
||||
'----------',
|
||||
|
|
|
|||
Loading…
Reference in a new issue