From 57639e8330657cd65d340f157a6d0781b4fcff18 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 18 May 2021 09:49:35 -0700 Subject: [PATCH] remove workflow-tips-and-tricks pages --- go.mod | 2 +- .../content/guides/workflow-tips-and-tricks/index.mdx | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 website/content/guides/workflow-tips-and-tricks/index.mdx diff --git a/go.mod b/go.mod index 38d0955de..7b33a36d2 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/hashicorp/packer-plugin-alicloud v0.0.2 github.com/hashicorp/packer-plugin-amazon v0.0.1 github.com/hashicorp/packer-plugin-ansible v0.0.3 - github.com/hashicorp/packer-plugin-azure v0.0.2 + github.com/hashicorp/packer-plugin-azure v0.0.3 github.com/hashicorp/packer-plugin-chef v0.0.2 github.com/hashicorp/packer-plugin-cloudstack v0.0.1 github.com/hashicorp/packer-plugin-converge v0.0.1 diff --git a/website/content/guides/workflow-tips-and-tricks/index.mdx b/website/content/guides/workflow-tips-and-tricks/index.mdx deleted file mode 100644 index 5d9ecdcce..000000000 --- a/website/content/guides/workflow-tips-and-tricks/index.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -page_title: Tips and Tricks -description: |- - The guides stored in this section are miscellanious tips and tricks that might - make your experience of using Packer easier ---- - -# Tips and Tricks - -Click the sidebar navigation to check out the miscellaneous guides we have for -making your life with Packer just a bit easier.