add to navigation js page
This commit is contained in:
parent
f591396b7e
commit
5d49a522c0
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
page_title: Upgrading your plugin to use the packer-plugin-sdk
|
||||
sidebar_title: Upgrade Your Plugin to use the packer-plugin-sdk
|
||||
description: |-
|
||||
This guide tells you how to update your plugin to use the new packer-plugin-sdk
|
||||
page_title: Upgrading your plugin to use the Packer plugin sdk
|
||||
sidebar_title: Upgrade Your Plugin to use the Packer plugin sdk
|
||||
---
|
||||
|
||||
# Upgrading your plugin to be compatible with Packer v1.7.0
|
||||
|
|
|
@ -14,7 +14,10 @@ export default [
|
|||
category: 'automatic-operating-system-installs',
|
||||
content: ['autounattend_windows', 'preseed_ubuntu'],
|
||||
},
|
||||
|
||||
{
|
||||
category: '1.7-plugin-upgrade',
|
||||
content: [],
|
||||
},
|
||||
{
|
||||
category: 'workflow-tips-and-tricks',
|
||||
content: [
|
||||
|
|
Loading…
Reference in New Issue