From cb5dd8f77f1b527ad5d0eb1f2cb86de833102aaf Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 7 Apr 2017 00:01:55 -0400 Subject: [PATCH] Remove unused pages --- .../packer/builds/linked-applications.html.md | 11 ----------- .../docs/enterprise/packer/index.html.md | 19 ------------------- 2 files changed, 30 deletions(-) delete mode 100755 website/source/docs/enterprise/packer/builds/linked-applications.html.md delete mode 100755 website/source/docs/enterprise/packer/index.html.md diff --git a/website/source/docs/enterprise/packer/builds/linked-applications.html.md b/website/source/docs/enterprise/packer/builds/linked-applications.html.md deleted file mode 100755 index f4a438965..000000000 --- a/website/source/docs/enterprise/packer/builds/linked-applications.html.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: "enterprise" -page_title: "Linked Applications" -sidebar_current: "docs-enterprise-packerbuilds-linkedapps" -description: |- - Linked applications have been deprecated in favor of the application build pipeline. ---- - -# Linked Applications - -
Linked applications have been deprecated in favor of the application build pipeline.
diff --git a/website/source/docs/enterprise/packer/index.html.md b/website/source/docs/enterprise/packer/index.html.md deleted file mode 100755 index 1903a7c95..000000000 --- a/website/source/docs/enterprise/packer/index.html.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: "enterprise" -page_title: "Packer Features in Terraform Enterprise" -sidebar_current: "docs-enterprise-packer-index" -description: |- - Packer is a tool for creating images for platforms such as Amazon AWS, OpenStack, VMware, VirtualBox, Docker, and more — all from a single source configuration. ---- - -# Packer Features in Terraform Enterprise - -[Packer](https://packer.io) is a tool for creating images for platforms such as Amazon AWS, -OpenStack, VMware, VirtualBox, Docker, and more — all from a single -source configuration. - -This is a list of features specific to Packer that Terraform Enterprise provides. - -- [Running Packer Builds](/docs/enterprise/packer/builds/index.html) -- [Creating and Uploading AMIs](/docs/enterprise/packer/artifacts/creating-amis.html) -- [Creating Vagrant Boxes](/docs/enterprise/packer/artifacts/creating-vagrant-boxes.html)