From e77d270fc4587d0b37ec233a8848f444fba3834d Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Tue, 12 Jan 2021 15:04:36 -0500 Subject: [PATCH] remove netlify artifacts (#10471) --- website/_redirects | 82 -------------------------------------------- website/netlify.toml | 18 ---------- 2 files changed, 100 deletions(-) delete mode 100644 website/_redirects delete mode 100644 website/netlify.toml diff --git a/website/_redirects b/website/_redirects deleted file mode 100644 index 4eb356205..000000000 --- a/website/_redirects +++ /dev/null @@ -1,82 +0,0 @@ -# REDIRECTS FILE -# -# See https://www.netlify.com/docs/redirects/ for documentation. Please do not -# modify or delete existing redirects without first verifying internally. - -/docs/installation.html /docs/install 301! -/docs/command-line/machine-readable.html /docs/commands 301! -/docs/command-line/introduction.html /docs/commands 301! -/docs/templates/introduction.html /docs/templates 301! -/docs/builders/azure-setup.html /docs/builders/azure 301! -/docs/templates/veewee-to-packer.html /guides/veewee-to-packer 301! -/docs/extend/developing-plugins.html /docs/extending/plugins 301! -/docs/extending/developing-plugins.html /docs/extending/plugins 301! -/docs/extend/builder.html /docs/extending/custom-builders 301! -/docs/getting-started/setup.html /docs/getting-started/install 301! -/docs/other/community.html /community-tools 301! -/downloads-community.html /community-tools 301! -/community/index.html /community 301! -/docs/other/environmental-variables.html /docs/other/environment-variables 301! -/docs/platforms.html /docs/builders 301! -/intro/platforms.html /docs/builders 301! -/docs/templates/configuration-templates.html /docs/templates/engine 301! -/docs/machine-readable/* /docs/commands 301! -/docs/command-line/* /docs/commands/:splat 200 -/docs/extend/* /docs/extending/:splat 200 - -/intro/getting-started https://learn.hashicorp.com/packer/getting-started/install 301! -/intro/getting-started/install https://learn.hashicorp.com/packer/getting-started/install 301! -/intro/getting-started/install.html https://learn.hashicorp.com/packer/getting-started/install 301! -/intro/getting-started/build-image https://learn.hashicorp.com/packer/getting-started/build-image 301! -/intro/getting-started/build-image.html https://learn.hashicorp.com/packer/getting-started/build-image 301! -/intro/getting-started/provision https://learn.hashicorp.com/packer/getting-started/provision 301! -/intro/getting-started/provision.html https://learn.hashicorp.com/packer/getting-started/provision 301! -/intro/getting-started/parallel-builds https://learn.hashicorp.com/packer/getting-started/parallel-builds 301! -/intro/getting-started/parallel-builds.html https://learn.hashicorp.com/packer/getting-started/parallel-builds 301! -/intro/getting-started/vagrant https://learn.hashicorp.com/packer/getting-started/vagrant 301! -/intro/getting-started/vagrant.html https://learn.hashicorp.com/packer/getting-started/vagrant 301! -/intro/getting-started/next https://learn.hashicorp.com/packer/getting-started/next 301! -/intro/getting-started/next.html https://learn.hashicorp.com/packer/getting-started/next 301! - -/docs/basics/terminology /docs/terminology 301! -/docs/basics/terminology.html /docs/terminology 301! - -/docs/other/* /docs/:splat 200 - -/docs/configuration/from-1.5/* /docs/from-1.5/:splat 200 -/docs/configuration/from-1.5/*/overview /docs/from-1.5/:splat 200 -/docs/configuration/from-1.5/*/overview.html /docs/from-1.5/:splat 200 - -/docs/builders/amazon.html /docs/builders/amazon 301! -/docs/builders/amazon-*.html /docs/builders/amazon/:splat 200 -/docs/builders/amazon-* /docs/builders/amazon/:splat 200 - -/docs/builders/azure.html /docs/builders/azure 301! -/docs/builders/azure-*.html /docs/builders/azure/:splat 200 -/docs/builders/azure-* /docs/builders/azure/:splat 200 - -/docs/builders/hyperv.html /docs/builders/hyperv 301! -/docs/builders/hyperv-*.html /docs/builders/hyperv/:splat 200 -/docs/builders/hyperv-* /docs/builders/hyperv/:splat 200 - -/docs/builders/oracle.html /docs/builders/oracle 301! -/docs/builders/oracle-*.html /docs/builders/oracle/:splat 200 -/docs/builders/oracle-* /docs/builders/oracle/:splat 200 - -/docs/builders/outscale.html /docs/builders/outscale 301! -/docs/builders/osc-*.html /docs/builders/outscale/:splat 200 -/docs/builders/osc-* /docs/builders/outscale/:splat 200 - -/docs/builders/parallels.html /docs/builders/parallels 301! -/docs/builders/parallels-*.html /docs/builders/parallels/:splat 200 -/docs/builders/parallels-* /docs/builders/parallels/:splat 200 - -/docs/builders/virtualbox.html /docs/builders/virtualbox 301! -/docs/builders/virtualbox-*.html /docs/builders/virtualbox/:splat 200 -/docs/builders/virtualbox-* /docs/builders/virtualbox/:splat 200 - -/docs/builders/vmware.html /docs/builders/vmware 301! -/docs/builders/vmware-*.html /docs/builders/vmware/:splat 200 -/docs/builders/vmware-* /docs/builders/vmware/:splat 200 -/docs/builders/vsphere-*.html /docs/builders/vmware/vsphere-:splat 200 -/docs/builders/vsphere-* /docs/builders/vmware/vsphere-:splat 200 diff --git a/website/netlify.toml b/website/netlify.toml deleted file mode 100644 index b2f42f3e3..000000000 --- a/website/netlify.toml +++ /dev/null @@ -1,18 +0,0 @@ - -# This file sets configuration for Netlify -# ref: https://www.netlify.com/docs/netlify-toml-reference/ - -[build] - publish = "out" - command = "npm run static" - -[context.production] - environment = { HASHI_ENV = "production", NODE_ENV = "production" } - -[context.deploy-preview] - environment = { HASHI_ENV = "staging", NODE_ENV = "production" } - -[[headers]] - for = "/*" - [headers.values] - X-Frame-Options = "SAMEORIGIN"