diff --git a/website/_temp_remove_sidebar_current.js b/website/_temp_remove_sidebar_current.js
deleted file mode 100644
index aa10ef820..000000000
--- a/website/_temp_remove_sidebar_current.js
+++ /dev/null
@@ -1,13 +0,0 @@
-// This script removes the "sidebar_current" key from frontmatter, as it is
-// no longer needed.
-
-const glob = require('glob')
-const path = require('path')
-const fs = require('fs')
-const matter = require('gray-matter')
-
-glob.sync(path.join(__dirname, './content/**/*.mdx')).map((fullPath) => {
- let { content, data } = matter.read(fullPath)
- delete data.layout
- fs.writeFileSync(fullPath, matter.stringify(content, data))
-})
diff --git a/website/content/community-tools.mdx b/website/content/community-tools.mdx
index 51aaf21bd..ce6cc00d7 100644
--- a/website/content/community-tools.mdx
+++ b/website/content/community-tools.mdx
@@ -1,6 +1,6 @@
---
page_title: Download Packer Community Projects
-description:
+description: >-
Packer has a vibrant community of contributors who have built a number of
great tools on top of Packer. There are also quite a few projects
demonstrating the power of Packer templates.
diff --git a/website/content/docs/builders/alicloud-ecs.mdx b/website/content/docs/builders/alicloud-ecs.mdx
index 790f5b960..daa2d7d76 100644
--- a/website/content/docs/builders/alicloud-ecs.mdx
+++ b/website/content/docs/builders/alicloud-ecs.mdx
@@ -2,7 +2,6 @@
description: |
The `alicloud-ecs` Packer builder plugin provide the capability to build
customized images based on an existing base images.
-layout: docs
page_title: Alicloud Image Builder
sidebar_title: Alicloud ECS
---
diff --git a/website/content/docs/builders/amazon/chroot.mdx b/website/content/docs/builders/amazon/chroot.mdx
index 6bd6d8bd5..c5aca27ff 100644
--- a/website/content/docs/builders/amazon/chroot.mdx
+++ b/website/content/docs/builders/amazon/chroot.mdx
@@ -8,7 +8,6 @@ description: >
instance storage and EBS-backed instances, storage for the root device section
in the EC2 documentation.
-layout: docs
page_title: Amazon chroot - Builders
sidebar_title: chroot
---
diff --git a/website/content/docs/builders/amazon/ebs.mdx b/website/content/docs/builders/amazon/ebs.mdx
index 72fbc757b..c0f018f75 100644
--- a/website/content/docs/builders/amazon/ebs.mdx
+++ b/website/content/docs/builders/amazon/ebs.mdx
@@ -4,7 +4,6 @@ description: |
volumes for use in EC2. For more information on the difference between
EBS-backed instances and instance-store backed instances, see the storage for
the root device section in the EC2 documentation.
-layout: docs
page_title: Amazon EBS - Builders
sidebar_title: EBS
---
diff --git a/website/content/docs/builders/amazon/ebssurrogate.mdx b/website/content/docs/builders/amazon/ebssurrogate.mdx
index d78c9bd5b..3f555396e 100644
--- a/website/content/docs/builders/amazon/ebssurrogate.mdx
+++ b/website/content/docs/builders/amazon/ebssurrogate.mdx
@@ -4,7 +4,6 @@ description: >
not
require running inside an EC2 instance.
-layout: docs
page_title: Amazon EBS Surrogate - Builders
sidebar_title: EBS Surrogate
---
diff --git a/website/content/docs/builders/amazon/ebsvolume.mdx b/website/content/docs/builders/amazon/ebsvolume.mdx
index f0ed2e689..158649e3c 100644
--- a/website/content/docs/builders/amazon/ebsvolume.mdx
+++ b/website/content/docs/builders/amazon/ebsvolume.mdx
@@ -2,7 +2,6 @@
description: |
The amazon-ebsvolume Packer builder is like the EBS builder, but is
intended to create EBS volumes rather than a machine image.
-layout: docs
page_title: Amazon EBS Volume - Builders
sidebar_title: EBS Volume
---
diff --git a/website/content/docs/builders/amazon/index.mdx b/website/content/docs/builders/amazon/index.mdx
index 2f1346c61..68459ecc6 100644
--- a/website/content/docs/builders/amazon/index.mdx
+++ b/website/content/docs/builders/amazon/index.mdx
@@ -2,7 +2,6 @@
description: |
Packer is able to create Amazon AMIs. To achieve this, Packer comes with
multiple builders depending on the strategy you want to use to build the AMI.
-layout: docs
page_title: Amazon AMI - Builders
sidebar_title: Amazon EC2
---
diff --git a/website/content/docs/builders/amazon/instance.mdx b/website/content/docs/builders/amazon/instance.mdx
index 44441afff..1474a4f59 100644
--- a/website/content/docs/builders/amazon/instance.mdx
+++ b/website/content/docs/builders/amazon/instance.mdx
@@ -8,7 +8,6 @@ description: >
root
device section in the EC2 documentation.
-layout: docs
page_title: Amazon instance-store - Builders
sidebar_title: Instance
---
diff --git a/website/content/docs/builders/azure/arm.mdx b/website/content/docs/builders/azure/arm.mdx
index 8fd1f0704..10f7afbfe 100644
--- a/website/content/docs/builders/azure/arm.mdx
+++ b/website/content/docs/builders/azure/arm.mdx
@@ -1,6 +1,5 @@
---
description: Packer supports building VHDs in Azure Resource manager.
-layout: docs
page_title: Azure arm - Builders
sidebar_title: ARM
---
diff --git a/website/content/docs/builders/azure/chroot.mdx b/website/content/docs/builders/azure/chroot.mdx
index 4e80ce2b9..f72861b9f 100644
--- a/website/content/docs/builders/azure/chroot.mdx
+++ b/website/content/docs/builders/azure/chroot.mdx
@@ -4,7 +4,6 @@ description: >
leveraging
a VM in Azure.
-layout: docs
page_title: Azure chroot - Builders
sidebar_title: chroot
---
diff --git a/website/content/docs/builders/azure/index.mdx b/website/content/docs/builders/azure/index.mdx
index c4cc2a426..a1b3c0254 100644
--- a/website/content/docs/builders/azure/index.mdx
+++ b/website/content/docs/builders/azure/index.mdx
@@ -4,7 +4,6 @@ description: >
multiple builders depending on the strategy you want to use to build the
images.
-layout: docs
page_title: Azure images - Builders
sidebar_title: Azure
---
diff --git a/website/content/docs/builders/cloudstack.mdx b/website/content/docs/builders/cloudstack.mdx
index 18c8e2d40..0aee5b58e 100644
--- a/website/content/docs/builders/cloudstack.mdx
+++ b/website/content/docs/builders/cloudstack.mdx
@@ -4,7 +4,6 @@ description: |
CloudStack. The builder takes either an ISO or an existing template as it's
source, runs any provisioning necessary on the instance after launching it and
then creates a new template from that instance.
-layout: docs
page_title: CloudStack - Builders
sidebar_title: CloudStack
---
diff --git a/website/content/docs/builders/community-supported.mdx b/website/content/docs/builders/community-supported.mdx
index 743bcde2a..8f9fc26e3 100644
--- a/website/content/docs/builders/community-supported.mdx
+++ b/website/content/docs/builders/community-supported.mdx
@@ -2,7 +2,6 @@
description: |
Community-maintained builders are not part of the core Packer binary, but
can run alongside Packer with minimal extra effort.
-layout: docs
page_title: Community - Builders
sidebar_title: Community-Supported
---
diff --git a/website/content/docs/builders/custom.mdx b/website/content/docs/builders/custom.mdx
index 520cf577d..b69550783 100644
--- a/website/content/docs/builders/custom.mdx
+++ b/website/content/docs/builders/custom.mdx
@@ -3,7 +3,6 @@ description: |
Packer is extensible, allowing you to write new builders without having to
modify the core source code of Packer itself. Documentation for creating new
builders is covered in the custom builders page of the Packer plugin section.
-layout: docs
page_title: Custom - Builders
sidebar_title: Custom
---
diff --git a/website/content/docs/builders/digitalocean.mdx b/website/content/docs/builders/digitalocean.mdx
index 22d49002e..5df946c87 100644
--- a/website/content/docs/builders/digitalocean.mdx
+++ b/website/content/docs/builders/digitalocean.mdx
@@ -10,7 +10,6 @@ description: >
reusable image can then be used as the foundation of new servers that are
launched within DigitalOcean.
-layout: docs
page_title: DigitalOcean - Builders
sidebar_title: DigitalOcean
---
diff --git a/website/content/docs/builders/docker.mdx b/website/content/docs/builders/docker.mdx
index 132ab9bfc..8b528e08a 100644
--- a/website/content/docs/builders/docker.mdx
+++ b/website/content/docs/builders/docker.mdx
@@ -6,7 +6,6 @@ description: >
a Docker container, runs provisioners within this container, then exports the
container for reuse or commits the image.
-layout: docs
page_title: Docker - Builders
sidebar_title: Docker
---
diff --git a/website/content/docs/builders/file.mdx b/website/content/docs/builders/file.mdx
index 32475e09a..069c0fc1c 100644
--- a/website/content/docs/builders/file.mdx
+++ b/website/content/docs/builders/file.mdx
@@ -3,7 +3,6 @@ description: |
The file Packer builder is not really a builder, it just creates an artifact
from a file. It can be used to debug post-processors without incurring high
wait times.
-layout: docs
page_title: File - Builders
sidebar_title: File
---
diff --git a/website/content/docs/builders/googlecompute.mdx b/website/content/docs/builders/googlecompute.mdx
index 48e003edd..2140175d6 100644
--- a/website/content/docs/builders/googlecompute.mdx
+++ b/website/content/docs/builders/googlecompute.mdx
@@ -2,7 +2,6 @@
description: |
The googlecompute Packer builder is able to create images for use with Google
Cloud Compute Engine (GCE) based on existing images.
-layout: docs
page_title: Google Compute - Builders
sidebar_title: Google Cloud
---
diff --git a/website/content/docs/builders/hetzner-cloud.mdx b/website/content/docs/builders/hetzner-cloud.mdx
index b5dc76293..5600e08da 100644
--- a/website/content/docs/builders/hetzner-cloud.mdx
+++ b/website/content/docs/builders/hetzner-cloud.mdx
@@ -5,7 +5,6 @@ description: |
necessary on the image after launching it, then snapshots it into a reusable
image. This reusable image can then be used as the foundation of new servers
that are launched within the Hetzner Cloud.
-layout: docs
page_title: Hetzner Cloud - Builders
sidebar_title: Hetzner Cloud
---
diff --git a/website/content/docs/builders/hyperone.mdx b/website/content/docs/builders/hyperone.mdx
index c2dfdfc94..b9d09ef96 100644
--- a/website/content/docs/builders/hyperone.mdx
+++ b/website/content/docs/builders/hyperone.mdx
@@ -3,7 +3,6 @@ description: |
HyperOne Packer builder creates new images on the HyperOne platform.
The builder takes a source image, runs any provisioning necessary on
the image after launching it, then creates a reusable image.
-layout: docs
page_title: HyperOne - Builders
sidebar_title: HyperOne
---
diff --git a/website/content/docs/builders/hyperv/index.mdx b/website/content/docs/builders/hyperv/index.mdx
index 8c97d6cc7..ea9817d71 100644
--- a/website/content/docs/builders/hyperv/index.mdx
+++ b/website/content/docs/builders/hyperv/index.mdx
@@ -2,7 +2,6 @@
description: |
The Hyper-V Packer builder is able to create Hyper-V virtual machines and
export them.
-layout: docs
page_title: Hyper-V - Builders
sidebar_title: Hyper-V
---
diff --git a/website/content/docs/builders/hyperv/iso.mdx b/website/content/docs/builders/hyperv/iso.mdx
index 7f222474d..8384df0db 100644
--- a/website/content/docs/builders/hyperv/iso.mdx
+++ b/website/content/docs/builders/hyperv/iso.mdx
@@ -4,7 +4,6 @@ modeline: |
description: |
The Hyper-V Packer builder is able to create Hyper-V virtual machines and
export them.
-layout: docs
page_title: Hyper-V ISO - Builders
sidebar_title: ISO
---
diff --git a/website/content/docs/builders/hyperv/vmcx.mdx b/website/content/docs/builders/hyperv/vmcx.mdx
index c5817932d..54ce4b114 100644
--- a/website/content/docs/builders/hyperv/vmcx.mdx
+++ b/website/content/docs/builders/hyperv/vmcx.mdx
@@ -4,7 +4,6 @@ modeline: |
description: >-
The Hyper-V Packer builder is able to clone an existing Hyper-V virtual
machine and export them.
-layout: docs
page_title: Hyper-V Builder (from a vmcx)
sidebar_title: VMCX
---
diff --git a/website/content/docs/builders/index.mdx b/website/content/docs/builders/index.mdx
index efa668869..385c540d5 100644
--- a/website/content/docs/builders/index.mdx
+++ b/website/content/docs/builders/index.mdx
@@ -2,7 +2,6 @@
description: |
Builders are responsible for creating machines and generating images from them
for various platforms.
-layout: docs
page_title: Builders
sidebar_title: Builders
---
diff --git a/website/content/docs/builders/jdcloud.mdx b/website/content/docs/builders/jdcloud.mdx
index 92221ad0a..1102483ea 100644
--- a/website/content/docs/builders/jdcloud.mdx
+++ b/website/content/docs/builders/jdcloud.mdx
@@ -2,7 +2,6 @@
description: |
The `jdcloud` Packer builder helps you to build instance images
based on an existing image
-layout: docs
page_title: JDCloud Image Builder
sidebar_title: JDCloud
---
diff --git a/website/content/docs/builders/linode.mdx b/website/content/docs/builders/linode.mdx
index 43f9146f7..15023fe2c 100644
--- a/website/content/docs/builders/linode.mdx
+++ b/website/content/docs/builders/linode.mdx
@@ -10,7 +10,6 @@ description: >
image can then be used as the foundation of new servers that are launched
within all Linode regions.
-layout: docs
page_title: Linode - Builders
sidebar_title: Linode
---
diff --git a/website/content/docs/builders/lxc.mdx b/website/content/docs/builders/lxc.mdx
index 83302d3ae..ac3e0ef97 100644
--- a/website/content/docs/builders/lxc.mdx
+++ b/website/content/docs/builders/lxc.mdx
@@ -3,7 +3,6 @@ description: |
The `lxc` Packer builder builds containers for lxc1. The builder starts an LXC
container, runs provisioners within this container, then exports the container
as a tar.gz of the root file system.
-layout: docs
page_title: LXC - Builders
sidebar_title: LXC
---
diff --git a/website/content/docs/builders/lxd.mdx b/website/content/docs/builders/lxd.mdx
index 1ddfe5b8e..4adf9a8d9 100644
--- a/website/content/docs/builders/lxd.mdx
+++ b/website/content/docs/builders/lxd.mdx
@@ -6,7 +6,6 @@ description: >
as
an LXD image.
-layout: docs
page_title: LXD - Builders
sidebar_title: LXD
---
diff --git a/website/content/docs/builders/ncloud.mdx b/website/content/docs/builders/ncloud.mdx
index 86a1eff3a..6fafabd04 100644
--- a/website/content/docs/builders/ncloud.mdx
+++ b/website/content/docs/builders/ncloud.mdx
@@ -2,7 +2,6 @@
description: |
The ncloud builder allows you to create server images using the NAVER Cloud
Platform.
-layout: docs
page_title: Naver Cloud Platform - Builders
sidebar_title: NAVER Cloud
---
diff --git a/website/content/docs/builders/null.mdx b/website/content/docs/builders/null.mdx
index 376b12f8f..52acdb774 100644
--- a/website/content/docs/builders/null.mdx
+++ b/website/content/docs/builders/null.mdx
@@ -4,7 +4,6 @@ description: |
connection and runs the provisioners. It can be used to debug provisioners
without incurring high wait times. It does not create any kind of image or
artifact.
-layout: docs
page_title: Null - Builders
sidebar_title: 'Null'
---
diff --git a/website/content/docs/builders/oneandone.mdx b/website/content/docs/builders/oneandone.mdx
index 49effb90f..e94d9c91d 100644
--- a/website/content/docs/builders/oneandone.mdx
+++ b/website/content/docs/builders/oneandone.mdx
@@ -1,6 +1,5 @@
---
description: The 1&1 builder is able to create images for 1&1 cloud.
-layout: docs
page_title: 1&1 - Builders
sidebar_title: 1&1
---
diff --git a/website/content/docs/builders/openstack.mdx b/website/content/docs/builders/openstack.mdx
index 71a5f12da..ad7c527b1 100644
--- a/website/content/docs/builders/openstack.mdx
+++ b/website/content/docs/builders/openstack.mdx
@@ -10,7 +10,6 @@ description: >
image can then be used as the foundation of new servers that are launched
within OpenStack.
-layout: docs
page_title: OpenStack - Builders
sidebar_title: OpenStack
---
diff --git a/website/content/docs/builders/oracle/classic.mdx b/website/content/docs/builders/oracle/classic.mdx
index 505d08da5..308486296 100644
--- a/website/content/docs/builders/oracle/classic.mdx
+++ b/website/content/docs/builders/oracle/classic.mdx
@@ -2,7 +2,6 @@
description: |
The oracle-classic builder is able to create new custom images for use with
Oracle Cloud Infrastructure Classic Compute.
-layout: docs
page_title: Oracle Cloud Infrastructure Classic - Builders
sidebar_title: Oracle Classic
---
diff --git a/website/content/docs/builders/oracle/index.mdx b/website/content/docs/builders/oracle/index.mdx
index 33635db83..109f1cc85 100644
--- a/website/content/docs/builders/oracle/index.mdx
+++ b/website/content/docs/builders/oracle/index.mdx
@@ -1,6 +1,5 @@
---
description: Packer is able to create custom images using Oracle Cloud Infrastructure.
-layout: docs
page_title: Oracle - Builders
sidebar_title: Oracle
---
diff --git a/website/content/docs/builders/oracle/oci.mdx b/website/content/docs/builders/oracle/oci.mdx
index 967e24be6..1b9b7dc87 100644
--- a/website/content/docs/builders/oracle/oci.mdx
+++ b/website/content/docs/builders/oracle/oci.mdx
@@ -2,7 +2,6 @@
description: |
The oracle-oci builder is able to create new custom images for use with Oracle
Cloud Infrastructure (OCI).
-layout: docs
page_title: Oracle OCI - Builders
sidebar_title: Oracle OCI
---
diff --git a/website/content/docs/builders/outscale/bsu.mdx b/website/content/docs/builders/outscale/bsu.mdx
index 7036d011b..17c2cd90d 100644
--- a/website/content/docs/builders/outscale/bsu.mdx
+++ b/website/content/docs/builders/outscale/bsu.mdx
@@ -6,7 +6,6 @@ description: >
BSU-backed VMs and VM-store backed VMs, see the storage for
the root device section in the Outscale documentation.
-layout: docs
page_title: Outscale BSU - Builders
sidebar_title: BSU
---
diff --git a/website/content/docs/builders/outscale/bsusurrogate.mdx b/website/content/docs/builders/outscale/bsusurrogate.mdx
index 74c213798..838fb43c3 100644
--- a/website/content/docs/builders/outscale/bsusurrogate.mdx
+++ b/website/content/docs/builders/outscale/bsusurrogate.mdx
@@ -2,7 +2,6 @@
description: |
The osc-bsusurrogate Packer builder is like the chroot builder, but does not
require running inside an Outscale virtual machine.
-layout: docs
page_title: Outscale BSU Surrogate - Builders
sidebar_title: BSU Surrogate
---
diff --git a/website/content/docs/builders/outscale/bsuvolume.mdx b/website/content/docs/builders/outscale/bsuvolume.mdx
index 5f094e083..32ea11280 100644
--- a/website/content/docs/builders/outscale/bsuvolume.mdx
+++ b/website/content/docs/builders/outscale/bsuvolume.mdx
@@ -2,7 +2,6 @@
description: |
The osc-bsuvolume Packer builder is like the BSU builder, but is intended to
create BSU volumes rather than a machine image.
-layout: docs
page_title: Outscale BSU Volume - Builders
sidebar_title: BSU Volume
---
diff --git a/website/content/docs/builders/outscale/chroot.mdx b/website/content/docs/builders/outscale/chroot.mdx
index bacabe209..591ba2d8c 100644
--- a/website/content/docs/builders/outscale/chroot.mdx
+++ b/website/content/docs/builders/outscale/chroot.mdx
@@ -8,7 +8,6 @@ description: >
instance storage and BSU-backed instances, storage for the root device section
in the Outscale documentation.
-layout: docs
page_title: Outscale chroot - Builders
sidebar_title: chroot
---
diff --git a/website/content/docs/builders/outscale/index.mdx b/website/content/docs/builders/outscale/index.mdx
index 3bfe6f9ae..d1b5d0058 100644
--- a/website/content/docs/builders/outscale/index.mdx
+++ b/website/content/docs/builders/outscale/index.mdx
@@ -4,7 +4,6 @@ description: >
Packer comes with
multiple builders depending on the strategy you want to use to build the OMI.
-layout: docs
page_title: Outscale OMI - Builders
sidebar_title: Outscale
---
diff --git a/website/content/docs/builders/parallels/index.mdx b/website/content/docs/builders/parallels/index.mdx
index 8531fa84f..c3f57acef 100644
--- a/website/content/docs/builders/parallels/index.mdx
+++ b/website/content/docs/builders/parallels/index.mdx
@@ -2,7 +2,6 @@
description: |
The Parallels Packer builder is able to create Parallels Desktop for Mac
virtual machines and export them in the PVM format.
-layout: docs
page_title: Parallels - Builders
sidebar_title: Parallels
---
diff --git a/website/content/docs/builders/parallels/iso.mdx b/website/content/docs/builders/parallels/iso.mdx
index 4c340f870..79d0eae09 100644
--- a/website/content/docs/builders/parallels/iso.mdx
+++ b/website/content/docs/builders/parallels/iso.mdx
@@ -5,7 +5,6 @@ description: |
The Parallels Packer builder is able to create Parallels Desktop for Mac
virtual machines and export them in the PVM format, starting from an ISO
image.
-layout: docs
page_title: Parallels ISO - Builders
sidebar_title: ISO
---
diff --git a/website/content/docs/builders/parallels/pvm.mdx b/website/content/docs/builders/parallels/pvm.mdx
index 0a1d76f00..3cc967fff 100644
--- a/website/content/docs/builders/parallels/pvm.mdx
+++ b/website/content/docs/builders/parallels/pvm.mdx
@@ -5,7 +5,6 @@ description: |
This Parallels builder is able to create Parallels Desktop for Mac virtual
machines and export them in the PVM format, starting from an existing PVM
(exported virtual machine image).
-layout: docs
page_title: Parallels PVM - Builders
sidebar_title: PVM
---
diff --git a/website/content/docs/builders/profitbricks.mdx b/website/content/docs/builders/profitbricks.mdx
index ddb50aef3..ea4f1715a 100644
--- a/website/content/docs/builders/profitbricks.mdx
+++ b/website/content/docs/builders/profitbricks.mdx
@@ -1,6 +1,5 @@
---
description: The ProfitBricks builder is able to create images for ProfitBricks cloud.
-layout: docs
page_title: ProfitBricks - Builders
sidebar_title: ProfitBricks
---
diff --git a/website/content/docs/builders/proxmox/clone.mdx b/website/content/docs/builders/proxmox/clone.mdx
index 05eb0954b..c7f80510c 100644
--- a/website/content/docs/builders/proxmox/clone.mdx
+++ b/website/content/docs/builders/proxmox/clone.mdx
@@ -4,7 +4,6 @@ description: |
Proxmox VE. The builder takes a cloud-init enabled virtual machine
template name, runs any provisioning necessary on the image after
launching it, then creates a virtual machine template.
-layout: docs
page_title: Proxmox Clone - Builders
sidebar_title: Clone
---
diff --git a/website/content/docs/builders/proxmox/index.mdx b/website/content/docs/builders/proxmox/index.mdx
index 3c907b1f9..bfc3f6862 100644
--- a/website/content/docs/builders/proxmox/index.mdx
+++ b/website/content/docs/builders/proxmox/index.mdx
@@ -1,9 +1,7 @@
---
description: >
- The Proxmox Packer builder is able to create Cloud-Init
- virtual machine images on a Proxmox server.
-
-layout: docs
+ The Proxmox Packer builder is able to create Cloud-Init virtual machine images
+ on a Proxmox server.
page_title: Proxmox - Builders
sidebar_title: Proxmox
---
diff --git a/website/content/docs/builders/proxmox/iso.mdx b/website/content/docs/builders/proxmox/iso.mdx
index 48755233d..f4de5b7d6 100644
--- a/website/content/docs/builders/proxmox/iso.mdx
+++ b/website/content/docs/builders/proxmox/iso.mdx
@@ -4,7 +4,6 @@ description: |
Proxmox VE. The builder takes an ISO source, runs any provisioning
necessary on the image after launching it, then creates a virtual machine
template.
-layout: docs
page_title: Proxmox ISO - Builders
sidebar_title: ISO
---
diff --git a/website/content/docs/builders/qemu.mdx b/website/content/docs/builders/qemu.mdx
index 0de34136a..5000af7c1 100644
--- a/website/content/docs/builders/qemu.mdx
+++ b/website/content/docs/builders/qemu.mdx
@@ -3,7 +3,6 @@ modeline: |
vim: set ft=pandoc:
description: |
The Qemu Packer builder is able to create KVM virtual machine images.
-layout: docs
page_title: QEMU - Builders
sidebar_title: QEMU
---
diff --git a/website/content/docs/builders/scaleway.mdx b/website/content/docs/builders/scaleway.mdx
index bb4aa8f9c..2dd3e64f0 100644
--- a/website/content/docs/builders/scaleway.mdx
+++ b/website/content/docs/builders/scaleway.mdx
@@ -10,7 +10,6 @@ description: >
new
servers that are launched within Scaleway.
-layout: docs
page_title: Scaleway - Builders
sidebar_title: Scaleway
---
diff --git a/website/content/docs/builders/tencentcloud-cvm.mdx b/website/content/docs/builders/tencentcloud-cvm.mdx
index 052051d1c..d3d3f6117 100644
--- a/website/content/docs/builders/tencentcloud-cvm.mdx
+++ b/website/content/docs/builders/tencentcloud-cvm.mdx
@@ -2,7 +2,6 @@
description: |
The `tencentcloud-cvm` Packer builder plugin provide the capability to build
customized images based on an existing base images.
-layout: docs
page_title: Tencentcloud Image Builder
sidebar_title: Tencent Cloud
---
diff --git a/website/content/docs/builders/triton.mdx b/website/content/docs/builders/triton.mdx
index b452beacf..f0d51f4aa 100644
--- a/website/content/docs/builders/triton.mdx
+++ b/website/content/docs/builders/triton.mdx
@@ -9,7 +9,6 @@ description: >
Triton
Cloud API to create images.
-layout: docs
page_title: Triton - Builders
sidebar_title: Triton
---
diff --git a/website/content/docs/builders/ucloud-uhost.mdx b/website/content/docs/builders/ucloud-uhost.mdx
index 412678efc..ec67c9646 100644
--- a/website/content/docs/builders/ucloud-uhost.mdx
+++ b/website/content/docs/builders/ucloud-uhost.mdx
@@ -2,7 +2,6 @@
description: |
The `ucloud-uhost` Packer builder plugin provides the capability to build
customized images based on an existing base image for use in UHost Instance.
-layout: docs
page_title: UCloud Image Builder
sidebar_title: UCloud
---
diff --git a/website/content/docs/builders/vagrant.mdx b/website/content/docs/builders/vagrant.mdx
index ef041411c..6ccf357b9 100644
--- a/website/content/docs/builders/vagrant.mdx
+++ b/website/content/docs/builders/vagrant.mdx
@@ -2,7 +2,6 @@
description: |
The Vagrant Packer builder is able to launch Vagrant boxes and
re-package them into .box files
-layout: docs
page_title: Vagrant - Builders
sidebar_title: Vagrant
---
diff --git a/website/content/docs/builders/virtualbox/index.mdx b/website/content/docs/builders/virtualbox/index.mdx
index eea894236..e5a379920 100644
--- a/website/content/docs/builders/virtualbox/index.mdx
+++ b/website/content/docs/builders/virtualbox/index.mdx
@@ -4,7 +4,6 @@ description: >
and
export them in the OVA or OVF format.
-layout: docs
page_title: VirtualBox - Builders
sidebar_title: VirtualBox
---
diff --git a/website/content/docs/builders/virtualbox/iso.mdx b/website/content/docs/builders/virtualbox/iso.mdx
index df3979159..67b506c67 100644
--- a/website/content/docs/builders/virtualbox/iso.mdx
+++ b/website/content/docs/builders/virtualbox/iso.mdx
@@ -4,7 +4,6 @@ modeline: |
description: |
The VirtualBox Packer builder is able to create VirtualBox virtual machines
and export them in the OVF format, starting from an ISO image.
-layout: docs
page_title: VirtualBox ISO - Builders
sidebar_title: ISO
---
diff --git a/website/content/docs/builders/virtualbox/ovf.mdx b/website/content/docs/builders/virtualbox/ovf.mdx
index d41d4015b..ba0e066aa 100644
--- a/website/content/docs/builders/virtualbox/ovf.mdx
+++ b/website/content/docs/builders/virtualbox/ovf.mdx
@@ -5,7 +5,6 @@ description: |
This VirtualBox Packer builder is able to create VirtualBox virtual machines
and export them in the OVF format, starting from an existing OVF/OVA (exported
virtual machine image).
-layout: docs
page_title: VirtualBox OVF/OVA - Builders
sidebar_title: OVF
---
diff --git a/website/content/docs/builders/virtualbox/vm.mdx b/website/content/docs/builders/virtualbox/vm.mdx
index 1db5af7b5..1e918cc13 100644
--- a/website/content/docs/builders/virtualbox/vm.mdx
+++ b/website/content/docs/builders/virtualbox/vm.mdx
@@ -6,7 +6,6 @@ description: >
snapshots
and export them in the OVF format, starting from an ISO image.
-layout: docs
page_title: VirtualBox Snapshot - Builders
sidebar_title: VM
---
diff --git a/website/content/docs/builders/vmware/index.mdx b/website/content/docs/builders/vmware/index.mdx
index 683402d1f..a98a3d6bf 100644
--- a/website/content/docs/builders/vmware/index.mdx
+++ b/website/content/docs/builders/vmware/index.mdx
@@ -2,7 +2,6 @@
description: |
The VMware Packer builder is able to create VMware virtual machines for use
with any VMware product.
-layout: docs
page_title: VMware - Builders
sidebar_title: VMware
---
diff --git a/website/content/docs/builders/vmware/iso.mdx b/website/content/docs/builders/vmware/iso.mdx
index 04ef24709..0d7953bf4 100644
--- a/website/content/docs/builders/vmware/iso.mdx
+++ b/website/content/docs/builders/vmware/iso.mdx
@@ -7,7 +7,6 @@ description: |
running VMware Fusion for OS X, VMware Workstation for Linux and Windows, and
VMware Player on Linux. It can also build machines directly on VMware vSphere
Hypervisor using SSH as opposed to the vSphere API.
-layout: docs
page_title: VMware ISO - Builders
sidebar_title: VMWare ISO
---
diff --git a/website/content/docs/builders/vmware/vmx.mdx b/website/content/docs/builders/vmware/vmx.mdx
index 4de7c30e7..848ed3270 100644
--- a/website/content/docs/builders/vmware/vmx.mdx
+++ b/website/content/docs/builders/vmware/vmx.mdx
@@ -6,7 +6,6 @@ description: |
existing VMware virtual machine (a VMX file). It currently supports building
virtual machines on hosts running VMware Fusion Professional for OS X, VMware
Workstation for Linux and Windows, and VMware Player on Linux.
-layout: docs
page_title: VMware VMX - Builders
sidebar_title: VMWare VMX
---
diff --git a/website/content/docs/builders/vmware/vsphere-clone.mdx b/website/content/docs/builders/vmware/vsphere-clone.mdx
index 14e69f508..4fd74c314 100644
--- a/website/content/docs/builders/vmware/vsphere-clone.mdx
+++ b/website/content/docs/builders/vmware/vsphere-clone.mdx
@@ -4,7 +4,6 @@ modeline: |
description: >
This VMware Packer builder uses the vSphere API to clone an existing vSphere
template and create a new virtual machine remotely.
-layout: docs
page_title: VSphere Clone - Builders
sidebar_title: VSphere Clone
---
diff --git a/website/content/docs/builders/vmware/vsphere-iso.mdx b/website/content/docs/builders/vmware/vsphere-iso.mdx
index e79397089..b280491db 100644
--- a/website/content/docs/builders/vmware/vsphere-iso.mdx
+++ b/website/content/docs/builders/vmware/vsphere-iso.mdx
@@ -4,7 +4,6 @@ modeline: |
description: |
This VMware Packer builder starts from an ISO and creates a vm using the
vSphere API to build on a remote VMWare machine.
-layout: docs
page_title: VSphere ISO - Builders
sidebar_title: VSphere ISO
---
diff --git a/website/content/docs/builders/yandex.mdx b/website/content/docs/builders/yandex.mdx
index f5dc3d43b..f023cdc82 100644
--- a/website/content/docs/builders/yandex.mdx
+++ b/website/content/docs/builders/yandex.mdx
@@ -2,7 +2,6 @@
description: |
The yandex Packer builder is able to create images for use with
Yandex.Cloud based on existing images.
-layout: docs
page_title: Yandex Compute - Builders
sidebar_title: Yandex.Cloud
---
diff --git a/website/content/docs/commands/build.mdx b/website/content/docs/commands/build.mdx
index 98a4d68fe..9f4be12c3 100644
--- a/website/content/docs/commands/build.mdx
+++ b/website/content/docs/commands/build.mdx
@@ -4,7 +4,6 @@ description: |
in order to generate a set of artifacts. The various builds specified within a
template are executed in parallel, unless otherwise specified. And the
artifacts that are created will be outputted at the end of the build.
-layout: docs
page_title: packer build - Commands
sidebar_title: build
---
diff --git a/website/content/docs/commands/console.mdx b/website/content/docs/commands/console.mdx
index 6d9c26a48..4462f52bf 100644
--- a/website/content/docs/commands/console.mdx
+++ b/website/content/docs/commands/console.mdx
@@ -2,7 +2,6 @@
description: |
The `packer console` command allows you to experiment with Packer variable
interpolations.
-layout: docs
page_title: packer console - Commands
sidebar_title: console
---
diff --git a/website/content/docs/commands/fix.mdx b/website/content/docs/commands/fix.mdx
index f94968246..f4587f9dd 100644
--- a/website/content/docs/commands/fix.mdx
+++ b/website/content/docs/commands/fix.mdx
@@ -4,7 +4,6 @@ description: |
parts of it and brings it up to date so it can be used with the latest version
of Packer. After you update to a new Packer release, you should run the fix
command to make sure your templates work with the new release.
-layout: docs
page_title: packer fix - Commands
sidebar_title: fix
---
diff --git a/website/content/docs/commands/fmt.mdx b/website/content/docs/commands/fmt.mdx
index b02a88538..ce7bd3a71 100644
--- a/website/content/docs/commands/fmt.mdx
+++ b/website/content/docs/commands/fmt.mdx
@@ -2,7 +2,6 @@
description: |
The `packer fmt` Packer command is used to format HCL2
configuration files to a canonical format and style.
-layout: docs
page_title: packer fmt - Commands
sidebar_title: fmt
---
diff --git a/website/content/docs/commands/hcl2_upgrade.mdx b/website/content/docs/commands/hcl2_upgrade.mdx
index 42eff38f0..0de5d4e85 100644
--- a/website/content/docs/commands/hcl2_upgrade.mdx
+++ b/website/content/docs/commands/hcl2_upgrade.mdx
@@ -3,7 +3,6 @@ description: |
The `packer hcl2_upgrade` Packer command is used to transpile a JSON
configuration template to it's formatted HCL2 counterpart. The command will
return a zero exit status on success, and a non-zero exit status on failure.
-layout: docs
page_title: packer hcl2_upgrade - Commands
sidebar_title: hcl2_upgrade
---
diff --git a/website/content/docs/commands/index.mdx b/website/content/docs/commands/index.mdx
index f8f806468..3858b54be 100644
--- a/website/content/docs/commands/index.mdx
+++ b/website/content/docs/commands/index.mdx
@@ -5,7 +5,6 @@ description: |
`packer` tool takes a subcommand to execute, and that subcommand may have
additional options as well. Subcommands are executed with `packer SUBCOMMAND`,
where "SUBCOMMAND" is the actual command you wish to execute.
-layout: docs
page_title: Commands
sidebar_title: Commands (CLI)
---
diff --git a/website/content/docs/commands/inspect.mdx b/website/content/docs/commands/inspect.mdx
index b0f9a2d97..3d9217b94 100644
--- a/website/content/docs/commands/inspect.mdx
+++ b/website/content/docs/commands/inspect.mdx
@@ -10,7 +10,6 @@ description: >
like what variables a template accepts, the builders it defines, the
provisioners it defines and the order they'll run, and more.
-layout: docs
page_title: packer inspect - Commands
sidebar_title: inspect
---
diff --git a/website/content/docs/commands/validate.mdx b/website/content/docs/commands/validate.mdx
index 38bc5244e..85f034c74 100644
--- a/website/content/docs/commands/validate.mdx
+++ b/website/content/docs/commands/validate.mdx
@@ -4,7 +4,6 @@ description: |
configuration of a template. The command will return a zero exit status on
success, and a non-zero exit status on failure. Additionally, if a template
doesn't validate, any error messages will be outputted.
-layout: docs
page_title: packer validate - Commands
sidebar_title: validate
---
diff --git a/website/content/docs/communicators/index.mdx b/website/content/docs/communicators/index.mdx
index 0614e453b..bf4175adf 100644
--- a/website/content/docs/communicators/index.mdx
+++ b/website/content/docs/communicators/index.mdx
@@ -2,7 +2,6 @@
description: |
Communicators are the mechanism Packer uses to upload files, execute
scripts, etc. with the machine being created.
-layout: docs
page_title: Communicators
sidebar_title: Communicators
---
diff --git a/website/content/docs/communicators/ssh.mdx b/website/content/docs/communicators/ssh.mdx
index ea269dbbb..e27a3ef76 100644
--- a/website/content/docs/communicators/ssh.mdx
+++ b/website/content/docs/communicators/ssh.mdx
@@ -2,7 +2,6 @@
description: |
The SSH communicator uses SSH to upload files, execute scripts, etc. on
the machine being created.
-layout: docs
page_title: Communicators - SSH
sidebar_title: SSH
---
diff --git a/website/content/docs/communicators/winrm.mdx b/website/content/docs/communicators/winrm.mdx
index 2efd5233d..c90c1bd16 100644
--- a/website/content/docs/communicators/winrm.mdx
+++ b/website/content/docs/communicators/winrm.mdx
@@ -2,7 +2,6 @@
description: |
Communicators are the mechanism Packer uses to upload files, execute scripts,
etc. with the machine being created.
-layout: docs
page_title: Communicators - Templates
sidebar_title: WINRM
---
diff --git a/website/content/docs/core-configuration.mdx b/website/content/docs/core-configuration.mdx
index 9ee68bbb6..5a3849f58 100644
--- a/website/content/docs/core-configuration.mdx
+++ b/website/content/docs/core-configuration.mdx
@@ -8,7 +8,6 @@ description: >
you generally don't have to worry about it until you want to tweak a
configuration.
-layout: docs
page_title: Core Configuration - Other
sidebar_title: Core Configuration
---
diff --git a/website/content/docs/debugging.mdx b/website/content/docs/debugging.mdx
index 98867aab1..a6e553600 100644
--- a/website/content/docs/debugging.mdx
+++ b/website/content/docs/debugging.mdx
@@ -3,7 +3,6 @@ description: |
Packer strives to be stable and bug-free, but issues inevitably arise where
certain things may not work entirely correctly, or may not appear to work
correctly.
-layout: docs
page_title: Debugging - Other
sidebar_title: Debugging
---
diff --git a/website/content/docs/environment-variables.mdx b/website/content/docs/environment-variables.mdx
index 40d8099df..123ba8b64 100644
--- a/website/content/docs/environment-variables.mdx
+++ b/website/content/docs/environment-variables.mdx
@@ -1,6 +1,5 @@
---
description: Packer uses a variety of environmental variables.
-layout: docs
page_title: Environment Variables - Other
sidebar_title: Environment Variables
---
diff --git a/website/content/docs/extending/custom-builders.mdx b/website/content/docs/extending/custom-builders.mdx
index a12efcfdb..058027f57 100644
--- a/website/content/docs/extending/custom-builders.mdx
+++ b/website/content/docs/extending/custom-builders.mdx
@@ -2,7 +2,6 @@
description: |
It is possible to write custom builders using the Packer plugin interface, and
this page documents how to do that.
-layout: docs
page_title: Custom Builders - Extending
sidebar_title: Custom Builders
---
diff --git a/website/content/docs/extending/custom-post-processors.mdx b/website/content/docs/extending/custom-post-processors.mdx
index 6396834d8..87ee5679b 100644
--- a/website/content/docs/extending/custom-post-processors.mdx
+++ b/website/content/docs/extending/custom-post-processors.mdx
@@ -4,7 +4,6 @@ description: >
artifact
into another, for example by compressing files, or uploading them.
-layout: docs
page_title: Custom Post-Processors - Extending
sidebar_title: Custom Post-Processors
---
diff --git a/website/content/docs/extending/custom-provisioners.mdx b/website/content/docs/extending/custom-provisioners.mdx
index d33754a65..204bb1e4d 100644
--- a/website/content/docs/extending/custom-provisioners.mdx
+++ b/website/content/docs/extending/custom-provisioners.mdx
@@ -8,7 +8,6 @@ description: >
example of a provisioner is the shell provisioner, which runs shell scripts
within the machines.
-layout: docs
page_title: Custom Provisioners - Extending
sidebar_title: Custom Provisioners
---
diff --git a/website/content/docs/extending/index.mdx b/website/content/docs/extending/index.mdx
index 096413e3a..363c350cd 100644
--- a/website/content/docs/extending/index.mdx
+++ b/website/content/docs/extending/index.mdx
@@ -3,7 +3,6 @@ description: |
Packer is designed to be extensible. Because the surface area for workloads is
infinite, Packer supports plugins for builders, provisioners, and
post-processors.
-layout: docs
page_title: Extending
sidebar_title: Extending Packer
---
diff --git a/website/content/docs/extending/plugins.mdx b/website/content/docs/extending/plugins.mdx
index 07cb05821..ff5607b4d 100644
--- a/website/content/docs/extending/plugins.mdx
+++ b/website/content/docs/extending/plugins.mdx
@@ -3,7 +3,6 @@ description: |
Packer Plugins allow new functionality to be added to Packer without modifying
the core source code. Packer plugins are able to add new builders,
provisioners, hooks, and more.
-layout: docs
page_title: Plugins - Extending
sidebar_title: Plugins
---
diff --git a/website/content/docs/from-1.5/blocks/build/index.mdx b/website/content/docs/from-1.5/blocks/build/index.mdx
index b9381b2da..5c8834c56 100644
--- a/website/content/docs/from-1.5/blocks/build/index.mdx
+++ b/website/content/docs/from-1.5/blocks/build/index.mdx
@@ -1,7 +1,6 @@
---
-description: >
+description: |
The source block defines what builders are started.
-layout: docs
page_title: build - Blocks
sidebar_title: build
---
diff --git a/website/content/docs/from-1.5/blocks/build/post-processor.mdx b/website/content/docs/from-1.5/blocks/build/post-processor.mdx
index 9530ebfda..e59f19b03 100644
--- a/website/content/docs/from-1.5/blocks/build/post-processor.mdx
+++ b/website/content/docs/from-1.5/blocks/build/post-processor.mdx
@@ -1,7 +1,6 @@
---
-description: >
+description: |
The post-processor block defines how a post-processor is configured.
-layout: docs
page_title: post-processor - build - Blocks
sidebar_title: post-processor
---
diff --git a/website/content/docs/from-1.5/blocks/build/post-processors.mdx b/website/content/docs/from-1.5/blocks/build/post-processors.mdx
index 2323fe14d..ccaa4a40e 100644
--- a/website/content/docs/from-1.5/blocks/build/post-processors.mdx
+++ b/website/content/docs/from-1.5/blocks/build/post-processors.mdx
@@ -2,7 +2,6 @@
description: >
The post-processors block allows to define lists of post-processors to apply
to an artifact.
-layout: docs
page_title: post-processors - build - Blocks
sidebar_title: post-processors
---
diff --git a/website/content/docs/from-1.5/blocks/build/provisioner.mdx b/website/content/docs/from-1.5/blocks/build/provisioner.mdx
index e2e5f8eb4..d2e0441fa 100644
--- a/website/content/docs/from-1.5/blocks/build/provisioner.mdx
+++ b/website/content/docs/from-1.5/blocks/build/provisioner.mdx
@@ -1,7 +1,6 @@
---
-description: >
+description: |
The provisioner block defines how a provisioner is configured.
-layout: docs
page_title: provisioner - build - Blocks
sidebar_title: provisioner
---
diff --git a/website/content/docs/from-1.5/blocks/build/source.mdx b/website/content/docs/from-1.5/blocks/build/source.mdx
index 9c17b95c5..673e153f0 100644
--- a/website/content/docs/from-1.5/blocks/build/source.mdx
+++ b/website/content/docs/from-1.5/blocks/build/source.mdx
@@ -2,7 +2,6 @@
description: >
A source block nested in a build block allows you to use an already defined
source and to set specific fields.
-layout: docs
page_title: source - build - Blocks
sidebar_title: source
---
diff --git a/website/content/docs/from-1.5/blocks/index.mdx b/website/content/docs/from-1.5/blocks/index.mdx
index 92b706139..434f6f342 100644
--- a/website/content/docs/from-1.5/blocks/index.mdx
+++ b/website/content/docs/from-1.5/blocks/index.mdx
@@ -1,9 +1,7 @@
---
-layout: docs
page_title: Blocks - Configuration Language
sidebar_title: Blocks
-description: |-
- The HCL language has a number of blocks that can be used to configure builds.
+description: The HCL language has a number of blocks that can be used to configure builds.
---
# Built-in Blocks
diff --git a/website/content/docs/from-1.5/blocks/locals.mdx b/website/content/docs/from-1.5/blocks/locals.mdx
index 2f4d3f578..427f681e2 100644
--- a/website/content/docs/from-1.5/blocks/locals.mdx
+++ b/website/content/docs/from-1.5/blocks/locals.mdx
@@ -2,7 +2,6 @@
description: >
The locals block also called the local-variable block defines locals within
your Packer configuration.
-layout: docs
page_title: locals - Blocks
sidebar_title: locals
---
diff --git a/website/content/docs/from-1.5/blocks/packer.mdx b/website/content/docs/from-1.5/blocks/packer.mdx
index 3349e1e68..41dedd227 100644
--- a/website/content/docs/from-1.5/blocks/packer.mdx
+++ b/website/content/docs/from-1.5/blocks/packer.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: packer - Blocks
sidebar_title: packer
description: |-
diff --git a/website/content/docs/from-1.5/blocks/source.mdx b/website/content/docs/from-1.5/blocks/source.mdx
index a807ff4aa..f9bb2358b 100644
--- a/website/content/docs/from-1.5/blocks/source.mdx
+++ b/website/content/docs/from-1.5/blocks/source.mdx
@@ -1,7 +1,6 @@
---
-description: >
+description: |
The top-level source block defines reusable builder configuration blocks
-layout: docs
page_title: source - Blocks
sidebar_title: source
---
diff --git a/website/content/docs/from-1.5/blocks/variable.mdx b/website/content/docs/from-1.5/blocks/variable.mdx
index 1b423ca6f..c3926148b 100644
--- a/website/content/docs/from-1.5/blocks/variable.mdx
+++ b/website/content/docs/from-1.5/blocks/variable.mdx
@@ -2,7 +2,6 @@
description: >
The variable block, also called the input-variable block, defines variables
within your Packer configuration.
-layout: docs
page_title: variable - Blocks
sidebar_title: variable
---
diff --git a/website/content/docs/from-1.5/contextual-variables.mdx b/website/content/docs/from-1.5/contextual-variables.mdx
index 12a951758..ac9a1f7b3 100644
--- a/website/content/docs/from-1.5/contextual-variables.mdx
+++ b/website/content/docs/from-1.5/contextual-variables.mdx
@@ -1,9 +1,10 @@
---
-layout: docs
page_title: Contextual Variables - HCL Configuration Language
sidebar_title: Contextual Variables
-description: |-
- Special variables provide connection information and basic instance state information.
+description: >-
+ Special variables provide connection information and basic instance state
+ information.
+
This page covers all existing special variables.
---
diff --git a/website/content/docs/from-1.5/expressions.mdx b/website/content/docs/from-1.5/expressions.mdx
index 245237b4b..481f18ccd 100644
--- a/website/content/docs/from-1.5/expressions.mdx
+++ b/website/content/docs/from-1.5/expressions.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Expressions - Configuration Language
sidebar_title: Expressions
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/chunklist.mdx b/website/content/docs/from-1.5/functions/collection/chunklist.mdx
index f690cc780..634604d9f 100644
--- a/website/content/docs/from-1.5/functions/collection/chunklist.mdx
+++ b/website/content/docs/from-1.5/functions/collection/chunklist.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: chunklist - Functions - Configuration Language
sidebar_title: chunklist
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/coalesce.mdx b/website/content/docs/from-1.5/functions/collection/coalesce.mdx
index 135eaac97..09ddfcb94 100644
--- a/website/content/docs/from-1.5/functions/collection/coalesce.mdx
+++ b/website/content/docs/from-1.5/functions/collection/coalesce.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: coalesce - Functions - Configuration Language
sidebar_title: coalesce
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/coalescelist.mdx b/website/content/docs/from-1.5/functions/collection/coalescelist.mdx
index 7b545cf18..29322735c 100644
--- a/website/content/docs/from-1.5/functions/collection/coalescelist.mdx
+++ b/website/content/docs/from-1.5/functions/collection/coalescelist.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: coalescelist - Functions - Configuration Language
sidebar_title: coalescelist
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/compact.mdx b/website/content/docs/from-1.5/functions/collection/compact.mdx
index 16cb751b7..5fae284a0 100644
--- a/website/content/docs/from-1.5/functions/collection/compact.mdx
+++ b/website/content/docs/from-1.5/functions/collection/compact.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: compact - Functions - Configuration Language
sidebar_title: compact
description: The compact function removes empty string elements from a list.
diff --git a/website/content/docs/from-1.5/functions/collection/concat.mdx b/website/content/docs/from-1.5/functions/collection/concat.mdx
index 762ab3e54..26ced6faa 100644
--- a/website/content/docs/from-1.5/functions/collection/concat.mdx
+++ b/website/content/docs/from-1.5/functions/collection/concat.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: concat - Functions - Configuration Language
sidebar_title: concat
description: The concat function combines two or more lists into a single list.
diff --git a/website/content/docs/from-1.5/functions/collection/contains.mdx b/website/content/docs/from-1.5/functions/collection/contains.mdx
index c073941c5..b81b175e7 100644
--- a/website/content/docs/from-1.5/functions/collection/contains.mdx
+++ b/website/content/docs/from-1.5/functions/collection/contains.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: contains - Functions - Configuration Language
sidebar_title: contains
description: The contains function determines whether a list or set contains a given value.
diff --git a/website/content/docs/from-1.5/functions/collection/distinct.mdx b/website/content/docs/from-1.5/functions/collection/distinct.mdx
index e94973956..084205cc0 100644
--- a/website/content/docs/from-1.5/functions/collection/distinct.mdx
+++ b/website/content/docs/from-1.5/functions/collection/distinct.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: distinct - Functions - Configuration Language
sidebar_title: distinct
description: The distinct function removes duplicate elements from a list.
diff --git a/website/content/docs/from-1.5/functions/collection/element.mdx b/website/content/docs/from-1.5/functions/collection/element.mdx
index 3cf3c15cc..ee9c463b2 100644
--- a/website/content/docs/from-1.5/functions/collection/element.mdx
+++ b/website/content/docs/from-1.5/functions/collection/element.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: element - Functions - Configuration Language
sidebar_title: element
description: The element function retrieves a single element from a list.
diff --git a/website/content/docs/from-1.5/functions/collection/flatten.mdx b/website/content/docs/from-1.5/functions/collection/flatten.mdx
index 68ea5ce02..c917cf239 100644
--- a/website/content/docs/from-1.5/functions/collection/flatten.mdx
+++ b/website/content/docs/from-1.5/functions/collection/flatten.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: flatten - Functions - Configuration Language
sidebar_title: flatten
description: The flatten function eliminates nested lists from a list.
diff --git a/website/content/docs/from-1.5/functions/collection/index-fn.mdx b/website/content/docs/from-1.5/functions/collection/index-fn.mdx
index e45d70e81..c57c3dcac 100644
--- a/website/content/docs/from-1.5/functions/collection/index-fn.mdx
+++ b/website/content/docs/from-1.5/functions/collection/index-fn.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: index - Functions - Configuration Language
sidebar_title: index
description: The index function finds the element index for a given value in a list.
diff --git a/website/content/docs/from-1.5/functions/collection/index.mdx b/website/content/docs/from-1.5/functions/collection/index.mdx
index 63e4e3f62..d53ac2936 100644
--- a/website/content/docs/from-1.5/functions/collection/index.mdx
+++ b/website/content/docs/from-1.5/functions/collection/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Collection - Functions - Configuration Language
sidebar_title: Collection Functions
description: Overview of available collection functions
diff --git a/website/content/docs/from-1.5/functions/collection/keys.mdx b/website/content/docs/from-1.5/functions/collection/keys.mdx
index b7572af86..2929c2ac5 100644
--- a/website/content/docs/from-1.5/functions/collection/keys.mdx
+++ b/website/content/docs/from-1.5/functions/collection/keys.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: keys - Functions - Configuration Language
sidebar_title: keys
description: The keys function returns a list of the keys in a given map.
diff --git a/website/content/docs/from-1.5/functions/collection/length.mdx b/website/content/docs/from-1.5/functions/collection/length.mdx
index 8042d9162..6dead1dcd 100644
--- a/website/content/docs/from-1.5/functions/collection/length.mdx
+++ b/website/content/docs/from-1.5/functions/collection/length.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: length - Functions - Configuration Language
sidebar_title: length
description: The length function determines the length of a collection or string.
diff --git a/website/content/docs/from-1.5/functions/collection/lookup.mdx b/website/content/docs/from-1.5/functions/collection/lookup.mdx
index 41c4f7e0f..3edd9a77e 100644
--- a/website/content/docs/from-1.5/functions/collection/lookup.mdx
+++ b/website/content/docs/from-1.5/functions/collection/lookup.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: lookup - Functions - Configuration Language
sidebar_title: lookup
description: The lookup function retrieves an element value from a map given its key.
diff --git a/website/content/docs/from-1.5/functions/collection/merge.mdx b/website/content/docs/from-1.5/functions/collection/merge.mdx
index 4efc6db34..492b1a180 100644
--- a/website/content/docs/from-1.5/functions/collection/merge.mdx
+++ b/website/content/docs/from-1.5/functions/collection/merge.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: merge - Functions - Configuration Language
sidebar_title: merge
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/range.mdx b/website/content/docs/from-1.5/functions/collection/range.mdx
index c3d7dd45a..de665f56d 100644
--- a/website/content/docs/from-1.5/functions/collection/range.mdx
+++ b/website/content/docs/from-1.5/functions/collection/range.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: range - Functions - Configuration Language
sidebar_title: range
description: The range function generates sequences of numbers.
diff --git a/website/content/docs/from-1.5/functions/collection/reverse.mdx b/website/content/docs/from-1.5/functions/collection/reverse.mdx
index 2d14f78b4..66a9c4d5a 100644
--- a/website/content/docs/from-1.5/functions/collection/reverse.mdx
+++ b/website/content/docs/from-1.5/functions/collection/reverse.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: reverse - Functions - Configuration Language
sidebar_title: reverse
description: The reverse function reverses a sequence.
diff --git a/website/content/docs/from-1.5/functions/collection/setintersection.mdx b/website/content/docs/from-1.5/functions/collection/setintersection.mdx
index 0ac28f20b..a744c1a85 100644
--- a/website/content/docs/from-1.5/functions/collection/setintersection.mdx
+++ b/website/content/docs/from-1.5/functions/collection/setintersection.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: setintersection - Functions - Configuration Language
sidebar_title: setintersection
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/setproduct.mdx b/website/content/docs/from-1.5/functions/collection/setproduct.mdx
index 77b669eea..aaaef049c 100644
--- a/website/content/docs/from-1.5/functions/collection/setproduct.mdx
+++ b/website/content/docs/from-1.5/functions/collection/setproduct.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: setproduct - Functions - Configuration Language
sidebar_title: setproduct
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/setunion.mdx b/website/content/docs/from-1.5/functions/collection/setunion.mdx
index 8dc8a2363..1080c34d2 100644
--- a/website/content/docs/from-1.5/functions/collection/setunion.mdx
+++ b/website/content/docs/from-1.5/functions/collection/setunion.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: setunion - Functions - Configuration Language
sidebar_title: setunion
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/slice.mdx b/website/content/docs/from-1.5/functions/collection/slice.mdx
index 88bc4c254..3b9dbf873 100644
--- a/website/content/docs/from-1.5/functions/collection/slice.mdx
+++ b/website/content/docs/from-1.5/functions/collection/slice.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: slice - Functions - Configuration Language
sidebar_title: slice
description: The slice function extracts some consecutive elements from within a list.
diff --git a/website/content/docs/from-1.5/functions/collection/sort.mdx b/website/content/docs/from-1.5/functions/collection/sort.mdx
index a5ec274bf..2ff414394 100644
--- a/website/content/docs/from-1.5/functions/collection/sort.mdx
+++ b/website/content/docs/from-1.5/functions/collection/sort.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: sort - Functions - Configuration Language
sidebar_title: sort
description: |-
diff --git a/website/content/docs/from-1.5/functions/collection/values.mdx b/website/content/docs/from-1.5/functions/collection/values.mdx
index 169fc34ae..17221b555 100644
--- a/website/content/docs/from-1.5/functions/collection/values.mdx
+++ b/website/content/docs/from-1.5/functions/collection/values.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: values - Functions - Configuration Language
sidebar_title: values
description: The values function returns a list of the element values in a given map.
diff --git a/website/content/docs/from-1.5/functions/collection/zipmap.mdx b/website/content/docs/from-1.5/functions/collection/zipmap.mdx
index 952cfddb0..93bb98d51 100644
--- a/website/content/docs/from-1.5/functions/collection/zipmap.mdx
+++ b/website/content/docs/from-1.5/functions/collection/zipmap.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: zipmap - Functions - Configuration Language
sidebar_title: zipmap
description: |-
diff --git a/website/content/docs/from-1.5/functions/contextual/aws_secretsmanager.mdx b/website/content/docs/from-1.5/functions/contextual/aws_secretsmanager.mdx
index c5b71f73c..74c3b3b5b 100644
--- a/website/content/docs/from-1.5/functions/contextual/aws_secretsmanager.mdx
+++ b/website/content/docs/from-1.5/functions/contextual/aws_secretsmanager.mdx
@@ -1,8 +1,9 @@
---
-layout: docs
page_title: aws_secretsmanager - Functions - Configuration Language
sidebar_title: aws_secretsmanager
-description: The aws_secretsmanager function retrieves secrets from Amazon secretsmanager stores.
+description: >-
+ The aws_secretsmanager function retrieves secrets from Amazon secretsmanager
+ stores.
---
# `aws_secretsmanager_key` Function
diff --git a/website/content/docs/from-1.5/functions/contextual/consul.mdx b/website/content/docs/from-1.5/functions/contextual/consul.mdx
index e767a68c6..3f4c50895 100644
--- a/website/content/docs/from-1.5/functions/contextual/consul.mdx
+++ b/website/content/docs/from-1.5/functions/contextual/consul.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: consul - Functions - Configuration Language
sidebar_title: consul
description: The consul function retrieves secrets from HashiCorp consul KV stores.
diff --git a/website/content/docs/from-1.5/functions/contextual/env.mdx b/website/content/docs/from-1.5/functions/contextual/env.mdx
index f16d40775..43eecc5e1 100644
--- a/website/content/docs/from-1.5/functions/contextual/env.mdx
+++ b/website/content/docs/from-1.5/functions/contextual/env.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: env - Functions - Configuration Language
sidebar_title: env
description: The env function retrieves environment values for input variables.
diff --git a/website/content/docs/from-1.5/functions/contextual/index.mdx b/website/content/docs/from-1.5/functions/contextual/index.mdx
index 5e4c9da8d..2748a27c4 100644
--- a/website/content/docs/from-1.5/functions/contextual/index.mdx
+++ b/website/content/docs/from-1.5/functions/contextual/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Contextual - Functions - Configuration Language
sidebar_title: Contextual Functions
description: Overview of available Contextual functions
diff --git a/website/content/docs/from-1.5/functions/contextual/vault.mdx b/website/content/docs/from-1.5/functions/contextual/vault.mdx
index 823d3f9f4..1439717b8 100644
--- a/website/content/docs/from-1.5/functions/contextual/vault.mdx
+++ b/website/content/docs/from-1.5/functions/contextual/vault.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: vault - Functions - Configuration Language
sidebar_title: vault
description: The vault function retrieves secrets from HashiCorp Vault KV stores.
diff --git a/website/content/docs/from-1.5/functions/conversion/can.mdx b/website/content/docs/from-1.5/functions/conversion/can.mdx
index a5e108c8c..0e08b60af 100644
--- a/website/content/docs/from-1.5/functions/conversion/can.mdx
+++ b/website/content/docs/from-1.5/functions/conversion/can.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: can - Functions - Configuration Language
sidebar_title: can
description: |-
diff --git a/website/content/docs/from-1.5/functions/conversion/convert.mdx b/website/content/docs/from-1.5/functions/conversion/convert.mdx
index 4a8548308..220beb511 100644
--- a/website/content/docs/from-1.5/functions/conversion/convert.mdx
+++ b/website/content/docs/from-1.5/functions/conversion/convert.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: convert - Functions - Configuration Language
sidebar_title: convert
description: 'The convert function converts a value or an expression to a given type. '
diff --git a/website/content/docs/from-1.5/functions/conversion/index.mdx b/website/content/docs/from-1.5/functions/conversion/index.mdx
index 2bbf050f3..42754a534 100644
--- a/website/content/docs/from-1.5/functions/conversion/index.mdx
+++ b/website/content/docs/from-1.5/functions/conversion/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: conversion - Functions - Configuration Language
sidebar_title: Type Conversion Functions
description: Overview of available conversion functions
diff --git a/website/content/docs/from-1.5/functions/conversion/try.mdx b/website/content/docs/from-1.5/functions/conversion/try.mdx
index 6da7e3a44..61c7f722e 100644
--- a/website/content/docs/from-1.5/functions/conversion/try.mdx
+++ b/website/content/docs/from-1.5/functions/conversion/try.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: try - Functions - Configuration Language
sidebar_title: try
description: |-
diff --git a/website/content/docs/from-1.5/functions/crypto/bcrypt.mdx b/website/content/docs/from-1.5/functions/crypto/bcrypt.mdx
index 21b488b67..71182b794 100644
--- a/website/content/docs/from-1.5/functions/crypto/bcrypt.mdx
+++ b/website/content/docs/from-1.5/functions/crypto/bcrypt.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: bcrypt - Functions - Configuration Language
sidebar_title: bcrypt
description: |-
diff --git a/website/content/docs/from-1.5/functions/crypto/index.mdx b/website/content/docs/from-1.5/functions/crypto/index.mdx
index 28634d2d4..25fe5efeb 100644
--- a/website/content/docs/from-1.5/functions/crypto/index.mdx
+++ b/website/content/docs/from-1.5/functions/crypto/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: crypto - Functions - Configuration Language
sidebar_title: Hash and Crypto Functions
description: Overview of available crypto functions
diff --git a/website/content/docs/from-1.5/functions/crypto/md5.mdx b/website/content/docs/from-1.5/functions/crypto/md5.mdx
index a86eefb90..045486ecb 100644
--- a/website/content/docs/from-1.5/functions/crypto/md5.mdx
+++ b/website/content/docs/from-1.5/functions/crypto/md5.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: md5 - Functions - Configuration Language
sidebar_title: md5
description: |-
diff --git a/website/content/docs/from-1.5/functions/crypto/rsadecrypt.mdx b/website/content/docs/from-1.5/functions/crypto/rsadecrypt.mdx
index e2ce1c30b..9f64e5ad6 100644
--- a/website/content/docs/from-1.5/functions/crypto/rsadecrypt.mdx
+++ b/website/content/docs/from-1.5/functions/crypto/rsadecrypt.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: rsadecrypt - Functions - Configuration Language
sidebar_title: rsadecrypt
description: The rsadecrypt function decrypts an RSA-encrypted message.
diff --git a/website/content/docs/from-1.5/functions/crypto/sha1.mdx b/website/content/docs/from-1.5/functions/crypto/sha1.mdx
index 0889c2253..69143bba5 100644
--- a/website/content/docs/from-1.5/functions/crypto/sha1.mdx
+++ b/website/content/docs/from-1.5/functions/crypto/sha1.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: sha1 - Functions - Configuration Language
sidebar_title: sha1
description: |-
diff --git a/website/content/docs/from-1.5/functions/crypto/sha256.mdx b/website/content/docs/from-1.5/functions/crypto/sha256.mdx
index 6c60fec88..5f870b846 100644
--- a/website/content/docs/from-1.5/functions/crypto/sha256.mdx
+++ b/website/content/docs/from-1.5/functions/crypto/sha256.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: sha256 - Functions - Configuration Language
sidebar_title: sha256
description: |-
diff --git a/website/content/docs/from-1.5/functions/crypto/sha512.mdx b/website/content/docs/from-1.5/functions/crypto/sha512.mdx
index e896c11ea..ed8c207f0 100644
--- a/website/content/docs/from-1.5/functions/crypto/sha512.mdx
+++ b/website/content/docs/from-1.5/functions/crypto/sha512.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: sha512 - Functions - Configuration Language
sidebar_title: sha512
description: |-
diff --git a/website/content/docs/from-1.5/functions/datetime/formatdate.mdx b/website/content/docs/from-1.5/functions/datetime/formatdate.mdx
index 3e50ccd5d..e2563d5c7 100644
--- a/website/content/docs/from-1.5/functions/datetime/formatdate.mdx
+++ b/website/content/docs/from-1.5/functions/datetime/formatdate.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: formatdate - Functions - Configuration Language
sidebar_title: formatdate
description: The formatdate function converts a timestamp into a different time format.
diff --git a/website/content/docs/from-1.5/functions/datetime/index.mdx b/website/content/docs/from-1.5/functions/datetime/index.mdx
index 3a9e880b4..899891fa6 100644
--- a/website/content/docs/from-1.5/functions/datetime/index.mdx
+++ b/website/content/docs/from-1.5/functions/datetime/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: datetime - Functions - Configuration Language
sidebar_title: Date and Time Functions
description: Overview of available datetime functions
diff --git a/website/content/docs/from-1.5/functions/datetime/timeadd.mdx b/website/content/docs/from-1.5/functions/datetime/timeadd.mdx
index f1d7f881b..49b42a0e7 100644
--- a/website/content/docs/from-1.5/functions/datetime/timeadd.mdx
+++ b/website/content/docs/from-1.5/functions/datetime/timeadd.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: timeadd - Functions - Configuration Language
sidebar_title: timeadd
description: |-
diff --git a/website/content/docs/from-1.5/functions/datetime/timestamp.mdx b/website/content/docs/from-1.5/functions/datetime/timestamp.mdx
index a16cc8d1a..620ad8ea0 100644
--- a/website/content/docs/from-1.5/functions/datetime/timestamp.mdx
+++ b/website/content/docs/from-1.5/functions/datetime/timestamp.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: timestamp - Functions - Configuration Language
sidebar_title: timestamp
description: |-
diff --git a/website/content/docs/from-1.5/functions/encoding/base64decode.mdx b/website/content/docs/from-1.5/functions/encoding/base64decode.mdx
index ac23fd314..05272ee34 100644
--- a/website/content/docs/from-1.5/functions/encoding/base64decode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/base64decode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: base64decode - Functions - Configuration Language
sidebar_title: base64decode
description: The base64decode function decodes a string containing a base64 sequence.
diff --git a/website/content/docs/from-1.5/functions/encoding/base64encode.mdx b/website/content/docs/from-1.5/functions/encoding/base64encode.mdx
index b6b8e2305..ee49a3ad4 100644
--- a/website/content/docs/from-1.5/functions/encoding/base64encode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/base64encode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: base64encode - Functions - Configuration Language
sidebar_title: base64encode
description: The base64encode function applies Base64 encoding to a string.
diff --git a/website/content/docs/from-1.5/functions/encoding/csvdecode.mdx b/website/content/docs/from-1.5/functions/encoding/csvdecode.mdx
index fbcf0cb33..a6bbefa54 100644
--- a/website/content/docs/from-1.5/functions/encoding/csvdecode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/csvdecode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: csvdecode - Functions - Configuration Language
sidebar_title: csvdecode
description: The csvdecode function decodes CSV data into a list of maps.
diff --git a/website/content/docs/from-1.5/functions/encoding/index.mdx b/website/content/docs/from-1.5/functions/encoding/index.mdx
index da55a97b5..362eb49f2 100644
--- a/website/content/docs/from-1.5/functions/encoding/index.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: encoding - Functions - Configuration Language
sidebar_title: Encoding Functions
description: Overview of available encoding functions
diff --git a/website/content/docs/from-1.5/functions/encoding/jsondecode.mdx b/website/content/docs/from-1.5/functions/encoding/jsondecode.mdx
index b527590ff..2cce23151 100644
--- a/website/content/docs/from-1.5/functions/encoding/jsondecode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/jsondecode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: jsondecode - Functions - Configuration Language
sidebar_title: jsondecode
description: |-
diff --git a/website/content/docs/from-1.5/functions/encoding/jsonencode.mdx b/website/content/docs/from-1.5/functions/encoding/jsonencode.mdx
index af4dabf86..56a92a550 100644
--- a/website/content/docs/from-1.5/functions/encoding/jsonencode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/jsonencode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: jsonencode - Functions - Configuration Language
sidebar_title: jsonencode
description: The jsonencode function encodes a given value as a JSON string.
diff --git a/website/content/docs/from-1.5/functions/encoding/urlencode.mdx b/website/content/docs/from-1.5/functions/encoding/urlencode.mdx
index 48f59f504..9d83891bc 100644
--- a/website/content/docs/from-1.5/functions/encoding/urlencode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/urlencode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: urlencode - Functions - Configuration Language
sidebar_title: urlencode
description: The urlencode function applies URL encoding to a given string.
diff --git a/website/content/docs/from-1.5/functions/encoding/yamldecode.mdx b/website/content/docs/from-1.5/functions/encoding/yamldecode.mdx
index 41a3658d6..b6e9f275f 100644
--- a/website/content/docs/from-1.5/functions/encoding/yamldecode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/yamldecode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: yamldecode - Functions - Configuration Language
sidebar_title: yamldecode
description: |-
diff --git a/website/content/docs/from-1.5/functions/encoding/yamlencode.mdx b/website/content/docs/from-1.5/functions/encoding/yamlencode.mdx
index 4834c2096..8be8b5959 100644
--- a/website/content/docs/from-1.5/functions/encoding/yamlencode.mdx
+++ b/website/content/docs/from-1.5/functions/encoding/yamlencode.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: yamlencode - Functions - Configuration Language
sidebar_title: yamlencode
description: The yamlencode function encodes a given value as a YAML string.
diff --git a/website/content/docs/from-1.5/functions/file/abspath.mdx b/website/content/docs/from-1.5/functions/file/abspath.mdx
index 6398fe8c9..dd60dceb7 100644
--- a/website/content/docs/from-1.5/functions/file/abspath.mdx
+++ b/website/content/docs/from-1.5/functions/file/abspath.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: abspath - Functions - Configuration Language
sidebar_title: abspath
description: The abspath function converts the argument to an absolute filesystem path.
diff --git a/website/content/docs/from-1.5/functions/file/basename.mdx b/website/content/docs/from-1.5/functions/file/basename.mdx
index bca8b8275..20d3cdddf 100644
--- a/website/content/docs/from-1.5/functions/file/basename.mdx
+++ b/website/content/docs/from-1.5/functions/file/basename.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: basename - Functions - Configuration Language
sidebar_title: basename
description: |-
diff --git a/website/content/docs/from-1.5/functions/file/dirname.mdx b/website/content/docs/from-1.5/functions/file/dirname.mdx
index 839261759..8f067be5f 100644
--- a/website/content/docs/from-1.5/functions/file/dirname.mdx
+++ b/website/content/docs/from-1.5/functions/file/dirname.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: dirname - Functions - Configuration Language
sidebar_title: dirname
description: The dirname function removes the last portion from a filesystem path.
diff --git a/website/content/docs/from-1.5/functions/file/file.mdx b/website/content/docs/from-1.5/functions/file/file.mdx
index 66b80f7e1..3df9374fa 100644
--- a/website/content/docs/from-1.5/functions/file/file.mdx
+++ b/website/content/docs/from-1.5/functions/file/file.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: file - Functions - Configuration Language
sidebar_title: file
description: |-
diff --git a/website/content/docs/from-1.5/functions/file/fileexists.mdx b/website/content/docs/from-1.5/functions/file/fileexists.mdx
index bdba3d319..ea3a928ee 100644
--- a/website/content/docs/from-1.5/functions/file/fileexists.mdx
+++ b/website/content/docs/from-1.5/functions/file/fileexists.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: fileexists - Functions - Configuration Language
sidebar_title: fileexists
description: The fileexists function determines whether a file exists at a given path.
diff --git a/website/content/docs/from-1.5/functions/file/fileset.mdx b/website/content/docs/from-1.5/functions/file/fileset.mdx
index 7a42ab9bd..5aa9e38e1 100644
--- a/website/content/docs/from-1.5/functions/file/fileset.mdx
+++ b/website/content/docs/from-1.5/functions/file/fileset.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: fileset - Functions - Configuration Language
sidebar_title: fileset
description: The fileset function enumerates a set of regular file names given a pattern.
diff --git a/website/content/docs/from-1.5/functions/file/index.mdx b/website/content/docs/from-1.5/functions/file/index.mdx
index a3822eebe..cd976d5c4 100644
--- a/website/content/docs/from-1.5/functions/file/index.mdx
+++ b/website/content/docs/from-1.5/functions/file/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: filesystem - Functions - Configuration Language
sidebar_title: Filesystem Functions
description: Overview of available filesystem functions
diff --git a/website/content/docs/from-1.5/functions/file/pathexpand.mdx b/website/content/docs/from-1.5/functions/file/pathexpand.mdx
index ac3401fa0..5c50ddecc 100644
--- a/website/content/docs/from-1.5/functions/file/pathexpand.mdx
+++ b/website/content/docs/from-1.5/functions/file/pathexpand.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: pathexpand - Functions - Configuration Language
sidebar_title: pathexpand
description: |-
diff --git a/website/content/docs/from-1.5/functions/index.mdx b/website/content/docs/from-1.5/functions/index.mdx
index acfa04087..d5558f7be 100644
--- a/website/content/docs/from-1.5/functions/index.mdx
+++ b/website/content/docs/from-1.5/functions/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Functions - Configuration Language
sidebar_title: Functions
description: |-
diff --git a/website/content/docs/from-1.5/functions/ipnet/cidrhost.mdx b/website/content/docs/from-1.5/functions/ipnet/cidrhost.mdx
index a9e4aae20..e1764e32c 100644
--- a/website/content/docs/from-1.5/functions/ipnet/cidrhost.mdx
+++ b/website/content/docs/from-1.5/functions/ipnet/cidrhost.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: cidrhost - Functions - Configuration Language
sidebar_title: cidrhost
description: |-
diff --git a/website/content/docs/from-1.5/functions/ipnet/cidrnetmask.mdx b/website/content/docs/from-1.5/functions/ipnet/cidrnetmask.mdx
index fbad904b4..599305cb8 100644
--- a/website/content/docs/from-1.5/functions/ipnet/cidrnetmask.mdx
+++ b/website/content/docs/from-1.5/functions/ipnet/cidrnetmask.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: cidrnetmask - Functions - Configuration Language
sidebar_title: cidrnetmask
description: |-
diff --git a/website/content/docs/from-1.5/functions/ipnet/cidrsubnet.mdx b/website/content/docs/from-1.5/functions/ipnet/cidrsubnet.mdx
index 4c630c5c9..428d51679 100644
--- a/website/content/docs/from-1.5/functions/ipnet/cidrsubnet.mdx
+++ b/website/content/docs/from-1.5/functions/ipnet/cidrsubnet.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: cidrsubnet - Functions - Configuration Language
sidebar_title: cidrsubnet
description: |-
diff --git a/website/content/docs/from-1.5/functions/ipnet/cidrsubnets.mdx b/website/content/docs/from-1.5/functions/ipnet/cidrsubnets.mdx
index ee8844999..57d757f0d 100644
--- a/website/content/docs/from-1.5/functions/ipnet/cidrsubnets.mdx
+++ b/website/content/docs/from-1.5/functions/ipnet/cidrsubnets.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: cidrsubnets - Functions - Configuration Language
description: |-
The cidrsubnets function calculates a sequence of consecutive IP address
diff --git a/website/content/docs/from-1.5/functions/ipnet/index.mdx b/website/content/docs/from-1.5/functions/ipnet/index.mdx
index 7c0c94be7..202b5841c 100644
--- a/website/content/docs/from-1.5/functions/ipnet/index.mdx
+++ b/website/content/docs/from-1.5/functions/ipnet/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: ipnet - Functions - Configuration Language
sidebar_title: IP Network Functions
description: Overview of available ipnet functions
diff --git a/website/content/docs/from-1.5/functions/numeric/abs.mdx b/website/content/docs/from-1.5/functions/numeric/abs.mdx
index 6f7ac269f..b838b0c98 100644
--- a/website/content/docs/from-1.5/functions/numeric/abs.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/abs.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: abs - Functions - Configuration Language
sidebar_title: abs
description: The abs function returns the absolute value of the given number.
diff --git a/website/content/docs/from-1.5/functions/numeric/ceil.mdx b/website/content/docs/from-1.5/functions/numeric/ceil.mdx
index b4c822e08..a35345c3a 100644
--- a/website/content/docs/from-1.5/functions/numeric/ceil.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/ceil.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: ceil - Functions - Configuration Language
sidebar_title: ceil
description: |-
diff --git a/website/content/docs/from-1.5/functions/numeric/floor.mdx b/website/content/docs/from-1.5/functions/numeric/floor.mdx
index 922c17b62..c46fe5643 100644
--- a/website/content/docs/from-1.5/functions/numeric/floor.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/floor.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: floor - Functions - Configuration Language
sidebar_title: floor
description: |-
diff --git a/website/content/docs/from-1.5/functions/numeric/index.mdx b/website/content/docs/from-1.5/functions/numeric/index.mdx
index 212be5fa4..7ad30a6b0 100644
--- a/website/content/docs/from-1.5/functions/numeric/index.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Numeric - Functions - Configuration Language
sidebar_title: Numeric Functions
description: Overview of available numeric functions
diff --git a/website/content/docs/from-1.5/functions/numeric/log.mdx b/website/content/docs/from-1.5/functions/numeric/log.mdx
index 5858366a3..42588586a 100644
--- a/website/content/docs/from-1.5/functions/numeric/log.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/log.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: log - Functions - Configuration Language
sidebar_title: log
description: The log function returns the logarithm of a given number in a given base.
diff --git a/website/content/docs/from-1.5/functions/numeric/max.mdx b/website/content/docs/from-1.5/functions/numeric/max.mdx
index 5a4bf8588..6af969230 100644
--- a/website/content/docs/from-1.5/functions/numeric/max.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/max.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: max - Functions - Configuration Language
sidebar_title: max
description: The max function takes one or more numbers and returns the greatest number.
diff --git a/website/content/docs/from-1.5/functions/numeric/min.mdx b/website/content/docs/from-1.5/functions/numeric/min.mdx
index 89c2126b4..5489d6b55 100644
--- a/website/content/docs/from-1.5/functions/numeric/min.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/min.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: min - Functions - Configuration Language
sidebar_title: min
description: The min function takes one or more numbers and returns the smallest number.
diff --git a/website/content/docs/from-1.5/functions/numeric/parseint.mdx b/website/content/docs/from-1.5/functions/numeric/parseint.mdx
index 48a560514..1de74f6a6 100644
--- a/website/content/docs/from-1.5/functions/numeric/parseint.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/parseint.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: parseint - Functions - Configuration Language
sidebar_title: parseint
description: >-
diff --git a/website/content/docs/from-1.5/functions/numeric/pow.mdx b/website/content/docs/from-1.5/functions/numeric/pow.mdx
index b771e02d6..e745cfe95 100644
--- a/website/content/docs/from-1.5/functions/numeric/pow.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/pow.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: pow - Functions - Configuration Language
sidebar_title: pow
description: The pow function raises a number to a power.
diff --git a/website/content/docs/from-1.5/functions/numeric/signum.mdx b/website/content/docs/from-1.5/functions/numeric/signum.mdx
index 0ddb37080..e4af2b1eb 100644
--- a/website/content/docs/from-1.5/functions/numeric/signum.mdx
+++ b/website/content/docs/from-1.5/functions/numeric/signum.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: signum - Functions - Configuration Language
sidebar_title: signum
description: The signum function determines the sign of a number.
diff --git a/website/content/docs/from-1.5/functions/string/chomp.mdx b/website/content/docs/from-1.5/functions/string/chomp.mdx
index a4691ccfa..ab594f474 100644
--- a/website/content/docs/from-1.5/functions/string/chomp.mdx
+++ b/website/content/docs/from-1.5/functions/string/chomp.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: chomp - Functions - Configuration Language
sidebar_title: chomp
description: The chomp function removes newline characters at the end of a string.
diff --git a/website/content/docs/from-1.5/functions/string/format.mdx b/website/content/docs/from-1.5/functions/string/format.mdx
index 2db218fad..d3f3f3432 100644
--- a/website/content/docs/from-1.5/functions/string/format.mdx
+++ b/website/content/docs/from-1.5/functions/string/format.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: format - Functions - Configuration Language
sidebar_title: format
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/formatlist.mdx b/website/content/docs/from-1.5/functions/string/formatlist.mdx
index 9ad5c024b..97b3637dd 100644
--- a/website/content/docs/from-1.5/functions/string/formatlist.mdx
+++ b/website/content/docs/from-1.5/functions/string/formatlist.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: formatlist - Functions - Configuration Language
sidebar_title: formatlist
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/indent.mdx b/website/content/docs/from-1.5/functions/string/indent.mdx
index 786ad73bd..60dcdf756 100644
--- a/website/content/docs/from-1.5/functions/string/indent.mdx
+++ b/website/content/docs/from-1.5/functions/string/indent.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: indent - Functions - Configuration Language
sidebar_title: indent
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/index.mdx b/website/content/docs/from-1.5/functions/string/index.mdx
index 57bfdd412..9b2cef305 100644
--- a/website/content/docs/from-1.5/functions/string/index.mdx
+++ b/website/content/docs/from-1.5/functions/string/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: string - Functions - Configuration Language
sidebar_title: String Functions
description: Overview of available string functions
diff --git a/website/content/docs/from-1.5/functions/string/join.mdx b/website/content/docs/from-1.5/functions/string/join.mdx
index a931238d4..4f7580af4 100644
--- a/website/content/docs/from-1.5/functions/string/join.mdx
+++ b/website/content/docs/from-1.5/functions/string/join.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: join - Functions - Configuration Language
sidebar_title: join
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/lower.mdx b/website/content/docs/from-1.5/functions/string/lower.mdx
index 5b6095b2a..5c38cd983 100644
--- a/website/content/docs/from-1.5/functions/string/lower.mdx
+++ b/website/content/docs/from-1.5/functions/string/lower.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: lower - Functions - Configuration Language
sidebar_title: lower
description: >-
diff --git a/website/content/docs/from-1.5/functions/string/regex_replace.mdx b/website/content/docs/from-1.5/functions/string/regex_replace.mdx
index 7d209a287..6d022d045 100644
--- a/website/content/docs/from-1.5/functions/string/regex_replace.mdx
+++ b/website/content/docs/from-1.5/functions/string/regex_replace.mdx
@@ -1,10 +1,12 @@
---
-layout: docs
page_title: regex_replace - Functions - Configuration Language
sidebar_title: regex_replace
-description: |-
- The regex_replace function searches a given string for another given substring,
+description: >-
+ The regex_replace function searches a given string for another given
+ substring,
+
and replaces all occurrences with a given replacement string. The substring
+
argument can be a valid regular expression or a string.
---
diff --git a/website/content/docs/from-1.5/functions/string/replace.mdx b/website/content/docs/from-1.5/functions/string/replace.mdx
index 472f55da4..55475f0f5 100644
--- a/website/content/docs/from-1.5/functions/string/replace.mdx
+++ b/website/content/docs/from-1.5/functions/string/replace.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: replace - Functions - Configuration Language
sidebar_title: replace
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/split.mdx b/website/content/docs/from-1.5/functions/string/split.mdx
index 9315267da..4257f9fa4 100644
--- a/website/content/docs/from-1.5/functions/string/split.mdx
+++ b/website/content/docs/from-1.5/functions/string/split.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: split - Functions - Configuration Language
sidebar_title: split
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/strrev.mdx b/website/content/docs/from-1.5/functions/string/strrev.mdx
index ae08fe615..3a5f9f43e 100644
--- a/website/content/docs/from-1.5/functions/string/strrev.mdx
+++ b/website/content/docs/from-1.5/functions/string/strrev.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: strrev - Functions - Configuration Language
sidebar_title: strrev
description: The strrev function reverses a string.
diff --git a/website/content/docs/from-1.5/functions/string/substr.mdx b/website/content/docs/from-1.5/functions/string/substr.mdx
index 96bc11544..1f1b3ee38 100644
--- a/website/content/docs/from-1.5/functions/string/substr.mdx
+++ b/website/content/docs/from-1.5/functions/string/substr.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: substr - Functions - Configuration Language
sidebar_title: substr
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/title.mdx b/website/content/docs/from-1.5/functions/string/title.mdx
index 454c8ee67..1d9f81f93 100644
--- a/website/content/docs/from-1.5/functions/string/title.mdx
+++ b/website/content/docs/from-1.5/functions/string/title.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: title - Functions - Configuration Language
sidebar_title: title
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/trim.mdx b/website/content/docs/from-1.5/functions/string/trim.mdx
index 043b71bc3..2f1f473fd 100644
--- a/website/content/docs/from-1.5/functions/string/trim.mdx
+++ b/website/content/docs/from-1.5/functions/string/trim.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: trim - Functions - Configuration Language
sidebar_title: trim
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/trimprefix.mdx b/website/content/docs/from-1.5/functions/string/trimprefix.mdx
index 79e0f24f4..00dcbddf8 100644
--- a/website/content/docs/from-1.5/functions/string/trimprefix.mdx
+++ b/website/content/docs/from-1.5/functions/string/trimprefix.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: trimprefix - Functions - Configuration Language
sidebar_title: trimprefix
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/trimspace.mdx b/website/content/docs/from-1.5/functions/string/trimspace.mdx
index 6b223d222..e0e2a91b5 100644
--- a/website/content/docs/from-1.5/functions/string/trimspace.mdx
+++ b/website/content/docs/from-1.5/functions/string/trimspace.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: trimspace - Functions - Configuration Language
sidebar_title: trimspace
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/trimsuffix.mdx b/website/content/docs/from-1.5/functions/string/trimsuffix.mdx
index 8f0d72e56..0ea882385 100644
--- a/website/content/docs/from-1.5/functions/string/trimsuffix.mdx
+++ b/website/content/docs/from-1.5/functions/string/trimsuffix.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: trimsuffix - Functions - Configuration Language
sidebar_title: trimsuffix
description: |-
diff --git a/website/content/docs/from-1.5/functions/string/upper.mdx b/website/content/docs/from-1.5/functions/string/upper.mdx
index f95477570..6145a7db0 100644
--- a/website/content/docs/from-1.5/functions/string/upper.mdx
+++ b/website/content/docs/from-1.5/functions/string/upper.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: upper - Functions - Configuration Language
sidebar_title: upper
description: >-
diff --git a/website/content/docs/from-1.5/functions/uuid/index.mdx b/website/content/docs/from-1.5/functions/uuid/index.mdx
index 78d997912..970b48fb0 100644
--- a/website/content/docs/from-1.5/functions/uuid/index.mdx
+++ b/website/content/docs/from-1.5/functions/uuid/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: uuid - Functions - Configuration Language
sidebar_title: UUID Functions
description: Overview of available uuid functions
diff --git a/website/content/docs/from-1.5/functions/uuid/uuidv4.mdx b/website/content/docs/from-1.5/functions/uuid/uuidv4.mdx
index af5d5d57e..dd9a0400b 100644
--- a/website/content/docs/from-1.5/functions/uuid/uuidv4.mdx
+++ b/website/content/docs/from-1.5/functions/uuid/uuidv4.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: v4 - uuid - Functions - Configuration Language
sidebar_title: uuidv4
description: The uuidv4 function generates a unique id.
diff --git a/website/content/docs/from-1.5/functions/uuid/uuidv5.mdx b/website/content/docs/from-1.5/functions/uuid/uuidv5.mdx
index fe3409211..8d7341eba 100644
--- a/website/content/docs/from-1.5/functions/uuid/uuidv5.mdx
+++ b/website/content/docs/from-1.5/functions/uuid/uuidv5.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: uuidv5 - Functions - Configuration Language
sidebar_title: uuidv5
description: |-
diff --git a/website/content/docs/from-1.5/index.mdx b/website/content/docs/from-1.5/index.mdx
index 928d309d8..8a4deb8bf 100644
--- a/website/content/docs/from-1.5/index.mdx
+++ b/website/content/docs/from-1.5/index.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Configuration Language
sidebar_title: v1.5 Configuration Language
description: |-
diff --git a/website/content/docs/from-1.5/locals.mdx b/website/content/docs/from-1.5/locals.mdx
index f482be743..deb07a961 100644
--- a/website/content/docs/from-1.5/locals.mdx
+++ b/website/content/docs/from-1.5/locals.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Local Values - HCL Configuration Language
sidebar_title: Locals
description: >-
diff --git a/website/content/docs/from-1.5/onlyexcept.mdx b/website/content/docs/from-1.5/onlyexcept.mdx
index 60e1f82c0..91c4b6309 100644
--- a/website/content/docs/from-1.5/onlyexcept.mdx
+++ b/website/content/docs/from-1.5/onlyexcept.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Only Except - HCL Configuration Language
sidebar_title: Only Except
description: >-
diff --git a/website/content/docs/from-1.5/path-variables.mdx b/website/content/docs/from-1.5/path-variables.mdx
index 920c4db6b..e5c17e41f 100644
--- a/website/content/docs/from-1.5/path-variables.mdx
+++ b/website/content/docs/from-1.5/path-variables.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Path Variables - HCL Configuration Language
sidebar_title: Path Variables
description: |-
diff --git a/website/content/docs/from-1.5/syntax-json.mdx b/website/content/docs/from-1.5/syntax-json.mdx
index 4bf24c17d..f523c5d97 100644
--- a/website/content/docs/from-1.5/syntax-json.mdx
+++ b/website/content/docs/from-1.5/syntax-json.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: JSON Configuration Syntax - Configuration Language
sidebar_title: JSON Syntax
description: |-
diff --git a/website/content/docs/from-1.5/syntax.mdx b/website/content/docs/from-1.5/syntax.mdx
index ce6e8e5f7..b16832362 100644
--- a/website/content/docs/from-1.5/syntax.mdx
+++ b/website/content/docs/from-1.5/syntax.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Syntax - Configuration Language
sidebar_title: Syntax
description: |-
diff --git a/website/content/docs/from-1.5/variables.mdx b/website/content/docs/from-1.5/variables.mdx
index 850b9bac8..e9d0f3b34 100644
--- a/website/content/docs/from-1.5/variables.mdx
+++ b/website/content/docs/from-1.5/variables.mdx
@@ -1,5 +1,4 @@
---
-layout: docs
page_title: Input Variables - HCL Configuration Language
sidebar_title: Variables
description: |-
diff --git a/website/content/docs/index.mdx b/website/content/docs/index.mdx
index ac553c85d..d1f92a760 100644
--- a/website/content/docs/index.mdx
+++ b/website/content/docs/index.mdx
@@ -4,7 +4,6 @@ description: |
guide for all available features and options in Packer. If you're just getting
started with Packer, please start with the introduction and getting started
guide instead.
-layout: docs
page_title: Documentation
---
diff --git a/website/content/docs/install.mdx b/website/content/docs/install.mdx
index fe80aaf13..dcaee22e3 100644
--- a/website/content/docs/install.mdx
+++ b/website/content/docs/install.mdx
@@ -2,7 +2,6 @@
description: |
Installing Packer is simple. You can download a precompiled binary or compile
from source. This page details both methods.
-layout: docs
page_title: Install
sidebar_title: Installing Packer
---
diff --git a/website/content/docs/post-processors/alicloud-import.mdx b/website/content/docs/post-processors/alicloud-import.mdx
index a9ce5a9ce..a0bc9dae3 100644
--- a/website/content/docs/post-processors/alicloud-import.mdx
+++ b/website/content/docs/post-processors/alicloud-import.mdx
@@ -2,7 +2,6 @@
description: |
The Packer Alicloud Import post-processor takes a RAW or VHD artifact from
various builders and imports it to an Alicloud customized image list.
-layout: docs
page_title: Alicloud Import Post-Processor
sidebar_title: Alicloud Import
---
diff --git a/website/content/docs/post-processors/amazon-import.mdx b/website/content/docs/post-processors/amazon-import.mdx
index d2f3fd8cb..d89659a67 100644
--- a/website/content/docs/post-processors/amazon-import.mdx
+++ b/website/content/docs/post-processors/amazon-import.mdx
@@ -2,7 +2,6 @@
description: |
The Packer Amazon Import post-processor takes an OVA artifact from various
builders and imports it to an AMI available to Amazon Web Services EC2.
-layout: docs
page_title: Amazon Import - Post-Processors
sidebar_title: Amazon Import
---
diff --git a/website/content/docs/post-processors/artifice.mdx b/website/content/docs/post-processors/artifice.mdx
index 8d0ecd49b..e993fdb8a 100644
--- a/website/content/docs/post-processors/artifice.mdx
+++ b/website/content/docs/post-processors/artifice.mdx
@@ -12,7 +12,6 @@ description: >
EC2
instance.
-layout: docs
page_title: Artifice - Post-Processors
sidebar_title: Artifice
---
diff --git a/website/content/docs/post-processors/checksum.mdx b/website/content/docs/post-processors/checksum.mdx
index a1a40d56e..4dd423bd6 100644
--- a/website/content/docs/post-processors/checksum.mdx
+++ b/website/content/docs/post-processors/checksum.mdx
@@ -1,11 +1,11 @@
---
description: >
The checksum post-processor computes specified checksum for the artifact list
- from an upstream builder or post-processor. All downstream post-processors will
- see the new artifacts. The primary use-case is compute checksum for artifacts
- allows to verify it later. So firstly this post-processor get artifact, compute
- it checksum and pass to next post-processor original artifacts and checksum files.
-layout: docs
+ from an upstream builder or post-processor. All downstream post-processors
+ will see the new artifacts. The primary use-case is compute checksum for
+ artifacts allows to verify it later. So firstly this post-processor get
+ artifact, compute it checksum and pass to next post-processor original
+ artifacts and checksum files.
page_title: Checksum - Post-Processors
sidebar_title: Checksum
---
diff --git a/website/content/docs/post-processors/community-supported.mdx b/website/content/docs/post-processors/community-supported.mdx
index 45a1f6bf9..4db4e556d 100644
--- a/website/content/docs/post-processors/community-supported.mdx
+++ b/website/content/docs/post-processors/community-supported.mdx
@@ -1,8 +1,9 @@
---
-description: |
- Community-maintained post-processors are not part of the core Packer binary, but
+description: >
+ Community-maintained post-processors are not part of the core Packer binary,
+ but
+
can run alongside Packer with minimal extra effort.
-layout: docs
page_title: Community - Post-Processors
sidebar_title: Community-Supported
---
diff --git a/website/content/docs/post-processors/compress.mdx b/website/content/docs/post-processors/compress.mdx
index f3791ae01..91647fa30 100644
--- a/website/content/docs/post-processors/compress.mdx
+++ b/website/content/docs/post-processors/compress.mdx
@@ -2,7 +2,6 @@
description: |
The Packer compress post-processor takes an artifact with files (such as from
VMware or VirtualBox) and compresses the artifact into a single archive.
-layout: docs
page_title: Compress - Post-Processors
sidebar_title: Compress
---
diff --git a/website/content/docs/post-processors/digitalocean-import.mdx b/website/content/docs/post-processors/digitalocean-import.mdx
index 6d7db5764..c92858e0f 100644
--- a/website/content/docs/post-processors/digitalocean-import.mdx
+++ b/website/content/docs/post-processors/digitalocean-import.mdx
@@ -2,7 +2,6 @@
description: |
The Packer DigitalOcean Import post-processor takes an image artifact
from various builders and imports it to DigitalOcean.
-layout: docs
page_title: DigitalOcean Import - Post-Processors
sidebar_title: DigitalOcean Import
---
diff --git a/website/content/docs/post-processors/docker-import.mdx b/website/content/docs/post-processors/docker-import.mdx
index 66adf5084..b5ecb4e71 100644
--- a/website/content/docs/post-processors/docker-import.mdx
+++ b/website/content/docs/post-processors/docker-import.mdx
@@ -4,7 +4,6 @@ description: |
builder and imports it with Docker locally. This allows you to apply a
repository and tag to the image and lets you use the other Docker
post-processors such as docker-push to push the image to a registry.
-layout: docs
page_title: Docker Import - Post-Processors
sidebar_title: Docker Import
---
diff --git a/website/content/docs/post-processors/docker-push.mdx b/website/content/docs/post-processors/docker-push.mdx
index 7bc916c4e..23a1f09c0 100644
--- a/website/content/docs/post-processors/docker-push.mdx
+++ b/website/content/docs/post-processors/docker-push.mdx
@@ -2,7 +2,6 @@
description: |
The Packer Docker push post-processor takes an artifact from the docker-import
post-processor and pushes it to a Docker registry.
-layout: docs
page_title: Docker Push - Post-Processors
sidebar_title: Docker Push
---
diff --git a/website/content/docs/post-processors/docker-save.mdx b/website/content/docs/post-processors/docker-save.mdx
index 4b75857b7..53ec51e7d 100644
--- a/website/content/docs/post-processors/docker-save.mdx
+++ b/website/content/docs/post-processors/docker-save.mdx
@@ -8,7 +8,6 @@ description: >
Docker image directly from the builder, except that it preserves the hierarchy
of images and metadata.
-layout: docs
page_title: Docker Save - Post-Processors
sidebar_title: Docker Save
---
diff --git a/website/content/docs/post-processors/docker-tag.mdx b/website/content/docs/post-processors/docker-tag.mdx
index eea6a5c11..2d829c388 100644
--- a/website/content/docs/post-processors/docker-tag.mdx
+++ b/website/content/docs/post-processors/docker-tag.mdx
@@ -4,7 +4,6 @@ description: |
that was committed and tags it into a repository. This allows you to use the
other Docker post-processors such as docker-push to push the image to a
registry.
-layout: docs
page_title: Docker Tag - Post-Processors
sidebar_title: Docker Tag
---
diff --git a/website/content/docs/post-processors/exoscale-import.mdx b/website/content/docs/post-processors/exoscale-import.mdx
index 48442cc4c..68b7e14aa 100644
--- a/website/content/docs/post-processors/exoscale-import.mdx
+++ b/website/content/docs/post-processors/exoscale-import.mdx
@@ -2,7 +2,6 @@
description: |
The Packer Exoscale Import post-processor takes an image artifact
from various builders and imports it to Exoscale.
-layout: docs
page_title: Exoscale Import - Post-Processors
sidebar_title: Exoscale Import
---
diff --git a/website/content/docs/post-processors/googlecompute-export.mdx b/website/content/docs/post-processors/googlecompute-export.mdx
index c10a1b9c4..6041b5287 100644
--- a/website/content/docs/post-processors/googlecompute-export.mdx
+++ b/website/content/docs/post-processors/googlecompute-export.mdx
@@ -1,9 +1,9 @@
---
description: >
The Google Compute Image Exporter post-processor exports an image from a
- Packer googlecompute builder run and uploads it to Google Cloud Storage. The exported
- images can be easily shared and uploaded to other Google Cloud Projects.
-layout: docs
+ Packer googlecompute builder run and uploads it to Google Cloud Storage. The
+ exported images can be easily shared and uploaded to other Google Cloud
+ Projects.
page_title: Google Compute Image Exporter - Post-Processors
sidebar_title: Google Compute Export
---
diff --git a/website/content/docs/post-processors/googlecompute-import.mdx b/website/content/docs/post-processors/googlecompute-import.mdx
index 874b51d66..60fc97250 100644
--- a/website/content/docs/post-processors/googlecompute-import.mdx
+++ b/website/content/docs/post-processors/googlecompute-import.mdx
@@ -2,7 +2,6 @@
description: |
The Google Compute Image Import post-processor takes a compressed raw disk
image and imports it to a GCE image available to Google Compute Engine.
-layout: docs
page_title: Google Compute Image Import - Post-Processors
sidebar_title: Google Compute Import
---
diff --git a/website/content/docs/post-processors/index.mdx b/website/content/docs/post-processors/index.mdx
index e65ba2806..c90dab1d0 100644
--- a/website/content/docs/post-processors/index.mdx
+++ b/website/content/docs/post-processors/index.mdx
@@ -2,7 +2,6 @@
description: |
Post-processors run after the image is built by the builder and provisioned by
the provisioner(s).
-layout: docs
page_title: Post-Processors
sidebar_title: Post-Processors
---
diff --git a/website/content/docs/post-processors/manifest.mdx b/website/content/docs/post-processors/manifest.mdx
index 2dcb5db1d..074e35ff8 100644
--- a/website/content/docs/post-processors/manifest.mdx
+++ b/website/content/docs/post-processors/manifest.mdx
@@ -2,7 +2,6 @@
description: >
The manifest post-processor writes a JSON file with the build artifacts and
IDs from a packer run.
-layout: docs
page_title: Manifest - Post-Processors
sidebar_title: Manifest
---
diff --git a/website/content/docs/post-processors/shell-local.mdx b/website/content/docs/post-processors/shell-local.mdx
index a456433dd..356f17f59 100644
--- a/website/content/docs/post-processors/shell-local.mdx
+++ b/website/content/docs/post-processors/shell-local.mdx
@@ -2,7 +2,6 @@
description: |
The shell-local Packer post processor enables users to do some post processing
after artifacts have been built.
-layout: docs
page_title: Local Shell - Post-Processors
sidebar_title: Shell (Local)
---
diff --git a/website/content/docs/post-processors/ucloud-import.mdx b/website/content/docs/post-processors/ucloud-import.mdx
index d8b5ab12e..d7991a721 100644
--- a/website/content/docs/post-processors/ucloud-import.mdx
+++ b/website/content/docs/post-processors/ucloud-import.mdx
@@ -3,7 +3,6 @@ description: >
The Packer UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
artifact from various builders and imports it to UCloud customized image list
for UHost Instance.
-layout: docs
page_title: UCloud Import Post-Processors
sidebar_title: UCloud Import
---
diff --git a/website/content/docs/post-processors/vagrant-cloud.mdx b/website/content/docs/post-processors/vagrant-cloud.mdx
index 3a6e46e97..1e84da205 100644
--- a/website/content/docs/post-processors/vagrant-cloud.mdx
+++ b/website/content/docs/post-processors/vagrant-cloud.mdx
@@ -2,7 +2,6 @@
description: |
The Vagrant Cloud post-processor enables the upload of Vagrant boxes to
Vagrant Cloud.
-layout: docs
page_title: Vagrant Cloud - Post-Processors
sidebar_title: Vagrant Cloud
---
diff --git a/website/content/docs/post-processors/vagrant.mdx b/website/content/docs/post-processors/vagrant.mdx
index f86f4832b..3811be8eb 100644
--- a/website/content/docs/post-processors/vagrant.mdx
+++ b/website/content/docs/post-processors/vagrant.mdx
@@ -8,7 +8,6 @@ description: >
boxes
distributed by Vagrant are created.
-layout: docs
page_title: Vagrant - Post-Processors
sidebar_title: Vagrant
---
diff --git a/website/content/docs/post-processors/vsphere-template.mdx b/website/content/docs/post-processors/vsphere-template.mdx
index be925ad43..5170c2ff7 100644
--- a/website/content/docs/post-processors/vsphere-template.mdx
+++ b/website/content/docs/post-processors/vsphere-template.mdx
@@ -4,7 +4,6 @@ description: >
VMware-iso builder, built on ESXi (i.e. remote) or an artifact from the
[vSphere](/docs/post-processors/vsphere) post-processor, marks the VM as a
template, and leaves it in the path of your choice.
-layout: docs
page_title: vSphere Template - Post-Processors
sidebar_title: vSphere Template
---
diff --git a/website/content/docs/post-processors/vsphere.mdx b/website/content/docs/post-processors/vsphere.mdx
index 8677132b4..8db6ed022 100644
--- a/website/content/docs/post-processors/vsphere.mdx
+++ b/website/content/docs/post-processors/vsphere.mdx
@@ -2,7 +2,6 @@
description: >
The Packer vSphere post-processor takes an artifact and uploads it to a
vSphere endpoint.
-layout: docs
page_title: vSphere - Post-Processors
sidebar_title: vSphere
---
diff --git a/website/content/docs/post-processors/yandex-export.mdx b/website/content/docs/post-processors/yandex-export.mdx
index 9d8c65f3d..a25e9085a 100644
--- a/website/content/docs/post-processors/yandex-export.mdx
+++ b/website/content/docs/post-processors/yandex-export.mdx
@@ -6,7 +6,6 @@ description: >
yandex builder run and uploads it to Yandex Object Storage. The exported
images can be easily shared and uploaded to other Yandex.Cloud Cloud folders.
-layout: docs
page_title: Yandex.Cloud Compute Image Exporter - Post-Processors
sidebar_title: Yandex.Cloud Compute Export
---
diff --git a/website/content/docs/post-processors/yandex-import.mdx b/website/content/docs/post-processors/yandex-import.mdx
index 33d34c6f5..11c333c16 100644
--- a/website/content/docs/post-processors/yandex-import.mdx
+++ b/website/content/docs/post-processors/yandex-import.mdx
@@ -1,10 +1,8 @@
---
description: >
The Yandex.Cloud Compute Image Import post-processor create an image from a
- qcow2 image (or from provided Storage object in near future).
- It uploads qcow2 to Yandex Object Storage and create new one Compute Image
- in target folder.
-layout: docs
+ qcow2 image (or from provided Storage object in near future). It uploads qcow2
+ to Yandex Object Storage and create new one Compute Image in target folder.
page_title: Yandex.Cloud Compute Image Import - Post-Processors
sidebar_title: Yandex.Cloud Compute Import
---
diff --git a/website/content/docs/provisioners/ansible-local.mdx b/website/content/docs/provisioners/ansible-local.mdx
index 51b928a2d..ffa298783 100644
--- a/website/content/docs/provisioners/ansible-local.mdx
+++ b/website/content/docs/provisioners/ansible-local.mdx
@@ -5,7 +5,6 @@ description: >
guest VM. This means ansible must be installed on the remote/guest VM.
Playbooks and Roles can be uploaded from your build machine (the one running
Packer) to the vm.
-layout: docs
page_title: Ansible Local - Provisioners
sidebar_title: Ansible Local
---
diff --git a/website/content/docs/provisioners/ansible.mdx b/website/content/docs/provisioners/ansible.mdx
index 925161bba..cb816932c 100644
--- a/website/content/docs/provisioners/ansible.mdx
+++ b/website/content/docs/provisioners/ansible.mdx
@@ -2,7 +2,6 @@
description: |
The ansible Packer provisioner allows Ansible playbooks to be run to provision
the machine.
-layout: docs
page_title: Ansible - Provisioners
sidebar_title: Ansible (Remote)
---
diff --git a/website/content/docs/provisioners/breakpoint.mdx b/website/content/docs/provisioners/breakpoint.mdx
index 6f576ce3e..9f74cd190 100644
--- a/website/content/docs/provisioners/breakpoint.mdx
+++ b/website/content/docs/provisioners/breakpoint.mdx
@@ -6,7 +6,6 @@ description: >
a
particular part of the provisioning process.
-layout: docs
page_title: breakpoint - Provisioners
sidebar_title: Breakpoint
---
diff --git a/website/content/docs/provisioners/chef-client.mdx b/website/content/docs/provisioners/chef-client.mdx
index df117c42b..9da623267 100644
--- a/website/content/docs/provisioners/chef-client.mdx
+++ b/website/content/docs/provisioners/chef-client.mdx
@@ -7,7 +7,6 @@ description: >
a
remote Chef Server to provision the machine.
-layout: docs
page_title: Chef Client - Provisioners
sidebar_title: Chef Client
---
diff --git a/website/content/docs/provisioners/chef-solo.mdx b/website/content/docs/provisioners/chef-solo.mdx
index 5e524c0d6..efcea89a5 100644
--- a/website/content/docs/provisioners/chef-solo.mdx
+++ b/website/content/docs/provisioners/chef-solo.mdx
@@ -3,7 +3,6 @@ description: |
The chef-solo Packer provisioner installs and configures software on machines
built by Packer using chef-solo. Cookbooks can be uploaded from your local
machine to the remote machine or remote paths can be used.
-layout: docs
page_title: Chef Solo - Provisioners
sidebar_title: Chef Solo
---
diff --git a/website/content/docs/provisioners/community-supported.mdx b/website/content/docs/provisioners/community-supported.mdx
index 2c128d304..1be85c0f6 100644
--- a/website/content/docs/provisioners/community-supported.mdx
+++ b/website/content/docs/provisioners/community-supported.mdx
@@ -2,7 +2,6 @@
description: |
Community-maintained provisioners are not part of the core Packer binary, but
can run alongside Packer with minimal extra effort.
-layout: docs
page_title: Community - Provisioners
sidebar_title: Community-Supported
---
diff --git a/website/content/docs/provisioners/converge.mdx b/website/content/docs/provisioners/converge.mdx
index a3aec3597..58b04005f 100644
--- a/website/content/docs/provisioners/converge.mdx
+++ b/website/content/docs/provisioners/converge.mdx
@@ -2,7 +2,6 @@
description: >-
The converge Packer provisioner uses Converge modules to provision the
machine.
-layout: docs
page_title: Converge - Provisioners
sidebar_title: Converge
---
diff --git a/website/content/docs/provisioners/custom.mdx b/website/content/docs/provisioners/custom.mdx
index 4ba8d54cc..c5da3d153 100644
--- a/website/content/docs/provisioners/custom.mdx
+++ b/website/content/docs/provisioners/custom.mdx
@@ -4,7 +4,6 @@ description: |
modify the core source code of Packer itself. Documentation for creating new
provisioners is covered in the custom provisioners page of the Packer plugin
section.
-layout: docs
page_title: Custom - Provisioners
sidebar_title: Custom
---
diff --git a/website/content/docs/provisioners/file.mdx b/website/content/docs/provisioners/file.mdx
index 904522d8b..e65002898 100644
--- a/website/content/docs/provisioners/file.mdx
+++ b/website/content/docs/provisioners/file.mdx
@@ -4,7 +4,6 @@ description: |
recommended usage of the file provisioner is to use it to upload files, and
then use shell provisioner to move them to the proper place, set permissions,
etc.
-layout: docs
page_title: File - Provisioners
sidebar_title: File
---
diff --git a/website/content/docs/provisioners/index.mdx b/website/content/docs/provisioners/index.mdx
index a669a5350..6213d10d5 100644
--- a/website/content/docs/provisioners/index.mdx
+++ b/website/content/docs/provisioners/index.mdx
@@ -2,7 +2,6 @@
description: |
Provisioners use builtin and third-party software to install and configure the
machine image after booting.
-layout: docs
page_title: Provisioners
sidebar_title: Provisioners
---
diff --git a/website/content/docs/provisioners/inspec.mdx b/website/content/docs/provisioners/inspec.mdx
index 3262930c5..f92127050 100644
--- a/website/content/docs/provisioners/inspec.mdx
+++ b/website/content/docs/provisioners/inspec.mdx
@@ -2,7 +2,6 @@
description: |
The inspec Packer provisioner allows inspec profiles to be run to test the
machine.
-layout: docs
page_title: InSpec - Provisioners
sidebar_title: InSpec
---
@@ -82,21 +81,21 @@ Optional Parameters:
- `inspec_env_vars` (array of strings) - Environment variables to set before
running InSpec. Usage example:
-
+
```json
"inspec_env_vars": [ "FOO=bar" ]
```
-
+
```hcl
inspec_env_vars = [ "FOO=bar" ]
```
-
+
- `command` (string) - The command to invoke InSpec. Defaults to `inspec`.
@@ -105,21 +104,21 @@ Optional Parameters:
These arguments _will not_ be passed through a shell and arguments should
not be quoted. Usage example:
-
+
```json
"extra_arguments": [ "--sudo", "--reporter", "json" ]
```
-
+
```hcl
extra_arguments = [ "--sudo", "--reporter", "json" ]
```
-
+
- `attributes` (array of strings) - Attribute Files used by InSpec which will
diff --git a/website/content/docs/provisioners/powershell.mdx b/website/content/docs/provisioners/powershell.mdx
index fd7aac131..cb2c038e7 100644
--- a/website/content/docs/provisioners/powershell.mdx
+++ b/website/content/docs/provisioners/powershell.mdx
@@ -2,7 +2,6 @@
description: |
The PowerShell Packer provisioner runs PowerShell scripts on Windows machines.
It assumes that the communicator in use is WinRM.
-layout: docs
page_title: PowerShell - Provisioners
sidebar_title: PowerShell
---
diff --git a/website/content/docs/provisioners/puppet-masterless.mdx b/website/content/docs/provisioners/puppet-masterless.mdx
index 4ad97f59f..e32244da8 100644
--- a/website/content/docs/provisioners/puppet-masterless.mdx
+++ b/website/content/docs/provisioners/puppet-masterless.mdx
@@ -11,7 +11,6 @@ description: >
remote paths. Puppet is run in masterless mode, meaning it never communicates
to a Puppet master.
-layout: docs
page_title: Puppet Masterless - Provisioners
sidebar_title: Puppet Masterless
---
diff --git a/website/content/docs/provisioners/puppet-server.mdx b/website/content/docs/provisioners/puppet-server.mdx
index ce30bc3a3..f80d97a1d 100644
--- a/website/content/docs/provisioners/puppet-server.mdx
+++ b/website/content/docs/provisioners/puppet-server.mdx
@@ -2,7 +2,6 @@
description: |
The puppet-server Packer provisioner provisions Packer machines with Puppet by
connecting to a Puppet master.
-layout: docs
page_title: Puppet Server - Provisioners
sidebar_title: Puppet Server
---
diff --git a/website/content/docs/provisioners/salt-masterless.mdx b/website/content/docs/provisioners/salt-masterless.mdx
index c409c993c..eb590591b 100644
--- a/website/content/docs/provisioners/salt-masterless.mdx
+++ b/website/content/docs/provisioners/salt-masterless.mdx
@@ -2,7 +2,6 @@
description: |
The salt-masterless Packer provisioner provisions machines built by Packer
using Salt states, without connecting to a Salt master.
-layout: docs
page_title: Salt Masterless - Provisioners
sidebar_title: Salt Masterless
---
diff --git a/website/content/docs/provisioners/shell-local.mdx b/website/content/docs/provisioners/shell-local.mdx
index 0cae525a2..01ef21379 100644
--- a/website/content/docs/provisioners/shell-local.mdx
+++ b/website/content/docs/provisioners/shell-local.mdx
@@ -4,7 +4,6 @@ description: |
Packer is being run - in other words, shell-local will run the shell script on
your build server, or your desktop, etc., rather than the remote/guest machine
being provisioned by Packer.
-layout: docs
page_title: Shell (Local) - Provisioners
sidebar_title: Shell (Local)
---
diff --git a/website/content/docs/provisioners/shell.mdx b/website/content/docs/provisioners/shell.mdx
index 48a700360..f080a109b 100644
--- a/website/content/docs/provisioners/shell.mdx
+++ b/website/content/docs/provisioners/shell.mdx
@@ -3,7 +3,6 @@ description: |
The shell Packer provisioner provisions machines built by Packer using shell
scripts. Shell provisioning is the easiest way to get software installed and
configured on a machine.
-layout: docs
page_title: Shell - Provisioners
sidebar_title: Shell
---
diff --git a/website/content/docs/provisioners/windows-restart.mdx b/website/content/docs/provisioners/windows-restart.mdx
index becff205a..2ab3bf0d7 100644
--- a/website/content/docs/provisioners/windows-restart.mdx
+++ b/website/content/docs/provisioners/windows-restart.mdx
@@ -2,7 +2,6 @@
description: |
The Windows restart provisioner restarts a Windows machine and waits for it to
come back up.
-layout: docs
page_title: Windows Restart - Provisioners
sidebar_title: Windows Restart
---
diff --git a/website/content/docs/provisioners/windows-shell.mdx b/website/content/docs/provisioners/windows-shell.mdx
index 53b178a57..85781f427 100644
--- a/website/content/docs/provisioners/windows-shell.mdx
+++ b/website/content/docs/provisioners/windows-shell.mdx
@@ -2,7 +2,6 @@
description: |
The windows-shell Packer provisioner runs commands on Windows using the cmd
shell.
-layout: docs
page_title: Windows Shell - Provisioners
sidebar_title: Windows Shell
---
diff --git a/website/content/docs/templates/builders.mdx b/website/content/docs/templates/builders.mdx
index 2bbd06ca3..6b02c197f 100644
--- a/website/content/docs/templates/builders.mdx
+++ b/website/content/docs/templates/builders.mdx
@@ -4,7 +4,6 @@ description: >
builders
that Packer should use to generate machine images for the template.
-layout: docs
page_title: Builders - Templates
sidebar_title: Builders
---
diff --git a/website/content/docs/templates/communicator.mdx b/website/content/docs/templates/communicator.mdx
index 10056dbca..4f6812cc4 100644
--- a/website/content/docs/templates/communicator.mdx
+++ b/website/content/docs/templates/communicator.mdx
@@ -2,7 +2,6 @@
description: |
Communicators are the mechanism Packer uses to upload files, execute scripts,
etc. with the machine being created.
-layout: docs
page_title: Communicators - Templates
sidebar_title: Communicators
---
diff --git a/website/content/docs/templates/engine.mdx b/website/content/docs/templates/engine.mdx
index 0d0597252..9d307e906 100644
--- a/website/content/docs/templates/engine.mdx
+++ b/website/content/docs/templates/engine.mdx
@@ -3,7 +3,6 @@ description: |
All strings within templates are processed by a common Packer templating
engine, where variables and functions can be used to modify the value of a
configuration parameter at runtime.
-layout: docs
page_title: Template Engine - Templates
sidebar_title: Engine
---
diff --git a/website/content/docs/templates/index.mdx b/website/content/docs/templates/index.mdx
index dbb508749..4cf1f8200 100644
--- a/website/content/docs/templates/index.mdx
+++ b/website/content/docs/templates/index.mdx
@@ -10,7 +10,6 @@ description: >
of being able to not only create and modify templates by hand, but also write
scripts to dynamically create or modify templates.
-layout: docs
page_title: Templates
sidebar_title: Templates
---
diff --git a/website/content/docs/templates/post-processors.mdx b/website/content/docs/templates/post-processors.mdx
index c30bc283e..d3d0086f7 100644
--- a/website/content/docs/templates/post-processors.mdx
+++ b/website/content/docs/templates/post-processors.mdx
@@ -3,7 +3,6 @@ description: |
The post-processor section within a template configures any post-processing
that will be done to images built by the builders. Examples of post-processing
would be compressing files, uploading artifacts, etc.
-layout: docs
page_title: Post-Processors - Templates
sidebar_title: Post-Processors
---
diff --git a/website/content/docs/templates/provisioners.mdx b/website/content/docs/templates/provisioners.mdx
index 73d305bc3..c7387262d 100644
--- a/website/content/docs/templates/provisioners.mdx
+++ b/website/content/docs/templates/provisioners.mdx
@@ -3,7 +3,6 @@ description: |
Within the template, the provisioners section contains an array of all the
provisioners that Packer should use to install and configure software within
running machines prior to turning them into machine images.
-layout: docs
page_title: Provisioners - Templates
sidebar_title: Provisioners
---
diff --git a/website/content/docs/templates/user-variables.mdx b/website/content/docs/templates/user-variables.mdx
index ba44a91d1..102522c2f 100644
--- a/website/content/docs/templates/user-variables.mdx
+++ b/website/content/docs/templates/user-variables.mdx
@@ -5,7 +5,6 @@ description: |
parameterize your templates so that you can keep secret tokens,
environment-specific data, and other types of information out of your
templates. This maximizes the portability and shareability of the template.
-layout: docs
page_title: User Variables - Templates
sidebar_title: User Variables
---
diff --git a/website/content/docs/terminology.mdx b/website/content/docs/terminology.mdx
index 4e446f1ac..8496c6d85 100644
--- a/website/content/docs/terminology.mdx
+++ b/website/content/docs/terminology.mdx
@@ -11,7 +11,6 @@ description: >
order
for quick referencing.
-layout: docs
page_title: Terminology
sidebar_title: Terminology
---
diff --git a/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx b/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx
index b2ef2075f..5a40114ed 100644
--- a/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx
+++ b/website/content/guides/automatic-operating-system-installs/autounattend_windows.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Unattended Windows Installation
sidebar_title: Unattended Installation for Windows
description: |-
diff --git a/website/content/guides/automatic-operating-system-installs/index.mdx b/website/content/guides/automatic-operating-system-installs/index.mdx
index bc6a3da70..7f6b53e81 100644
--- a/website/content/guides/automatic-operating-system-installs/index.mdx
+++ b/website/content/guides/automatic-operating-system-installs/index.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Automatic OS Installs
sidebar_title: Automatic OS Installs
description: |-
diff --git a/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx b/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx
index e413209a9..dbcb3e40a 100644
--- a/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx
+++ b/website/content/guides/automatic-operating-system-installs/preseed_ubuntu.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Unattended Debian/Ubuntu Installation
sidebar_title: Unattended Installation for Debian
description: |-
diff --git a/website/content/guides/hcl/component-object-spec.mdx b/website/content/guides/hcl/component-object-spec.mdx
index 93fab2687..14bb8f4f1 100644
--- a/website/content/guides/hcl/component-object-spec.mdx
+++ b/website/content/guides/hcl/component-object-spec.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Generating code for config spec.
sidebar_title: Making a plugin HCL2 enabled
description: Learn how to generate the HCL2 configuration of your component easily.
diff --git a/website/content/guides/hcl/from-json-v1.mdx b/website/content/guides/hcl/from-json-v1.mdx
index b91afd7fd..81d1157c9 100644
--- a/website/content/guides/hcl/from-json-v1.mdx
+++ b/website/content/guides/hcl/from-json-v1.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Transforming Packer v1 files for Packer v1.5.0
sidebar_title: From JSON v1
description: |-
diff --git a/website/content/guides/hcl/index.mdx b/website/content/guides/hcl/index.mdx
index 3f9e9dde3..a0364411b 100644
--- a/website/content/guides/hcl/index.mdx
+++ b/website/content/guides/hcl/index.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Getting started configuring Packer with HCL2 files
sidebar_title: HCL guides
---
diff --git a/website/content/guides/hcl/variables.mdx b/website/content/guides/hcl/variables.mdx
index 70e37d11b..de240db73 100644
--- a/website/content/guides/hcl/variables.mdx
+++ b/website/content/guides/hcl/variables.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Input and Local Variables guide
sidebar_title: Variables
description: |-
diff --git a/website/content/guides/index.mdx b/website/content/guides/index.mdx
index 7ce7e05ab..6e73508c9 100644
--- a/website/content/guides/index.mdx
+++ b/website/content/guides/index.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Guides
description: |-
Welcome to the Packer guides. If you are just getting started with Packer,
diff --git a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx
index 9e323d0af..69855749b 100644
--- a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx
+++ b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Build Images in CI/CD
sidebar_title: Build Images in CI/CD
---
diff --git a/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx b/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx
index ce39e9542..9b4ea5b3e 100644
--- a/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx
+++ b/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Build a VirtualBox Image with Packer in TeamCity
sidebar_title: Build a VirtualBox Image with Packer in TeamCity
---
diff --git a/website/content/guides/packer-on-cicd/index.mdx b/website/content/guides/packer-on-cicd/index.mdx
index 8148fb01a..9edf9dc11 100644
--- a/website/content/guides/packer-on-cicd/index.mdx
+++ b/website/content/guides/packer-on-cicd/index.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Build Immutable Infrastructure with Packer in CI/CD
sidebar_title: Build Immutable Infrastructure with Packer in CI/CD
---
diff --git a/website/content/guides/packer-on-cicd/pipelineing-builds.mdx b/website/content/guides/packer-on-cicd/pipelineing-builds.mdx
index 5c5d4769d..308b5b112 100644
--- a/website/content/guides/packer-on-cicd/pipelineing-builds.mdx
+++ b/website/content/guides/packer-on-cicd/pipelineing-builds.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Packer Build Pipelines
sidebar_title: Pipelineing Builds
description: |-
diff --git a/website/content/guides/packer-on-cicd/trigger-tfe.mdx b/website/content/guides/packer-on-cicd/trigger-tfe.mdx
index fff9bb345..0733198b1 100644
--- a/website/content/guides/packer-on-cicd/trigger-tfe.mdx
+++ b/website/content/guides/packer-on-cicd/trigger-tfe.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Trigger Terraform Enterprise runs
sidebar_title: Trigger Terraform Enterprise runs
---
diff --git a/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx b/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx
index b40036d0e..cd4887e3a 100644
--- a/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx
+++ b/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Upload VirtualBox Image to S3
sidebar_title: Upload a VirtualBox Image to S3
---
diff --git a/website/content/guides/workflow-tips-and-tricks/index.mdx b/website/content/guides/workflow-tips-and-tricks/index.mdx
index 6414f77c2..a4e15bc8e 100644
--- a/website/content/guides/workflow-tips-and-tricks/index.mdx
+++ b/website/content/guides/workflow-tips-and-tricks/index.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Tips and Tricks
sidebar_title: Workflow Tips and Tricks
description: |-
diff --git a/website/content/guides/workflow-tips-and-tricks/isotime-template-function.mdx b/website/content/guides/workflow-tips-and-tricks/isotime-template-function.mdx
index d9379706f..a71f64fab 100644
--- a/website/content/guides/workflow-tips-and-tricks/isotime-template-function.mdx
+++ b/website/content/guides/workflow-tips-and-tricks/isotime-template-function.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Using the isotime template function - Guides
sidebar_title: Isotime Template Function
description: |-
diff --git a/website/content/guides/workflow-tips-and-tricks/use-packer-with-comment.mdx b/website/content/guides/workflow-tips-and-tricks/use-packer-with-comment.mdx
index bb8164676..64f2f1f78 100644
--- a/website/content/guides/workflow-tips-and-tricks/use-packer-with-comment.mdx
+++ b/website/content/guides/workflow-tips-and-tricks/use-packer-with-comment.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Use jq and Packer to comment your templates - Guides
sidebar_title: Use jq to strip comments from a Packer template
description: |-
diff --git a/website/content/guides/workflow-tips-and-tricks/veewee-to-packer.mdx b/website/content/guides/workflow-tips-and-tricks/veewee-to-packer.mdx
index 238247132..a082ccf36 100644
--- a/website/content/guides/workflow-tips-and-tricks/veewee-to-packer.mdx
+++ b/website/content/guides/workflow-tips-and-tricks/veewee-to-packer.mdx
@@ -1,5 +1,4 @@
---
-layout: guides
page_title: Convert Veewee Definitions to Packer Templates - Guides
sidebar_title: Veewee to Packer
description: |-
diff --git a/website/content/security.mdx b/website/content/security.mdx
index 7fd211a20..887f7ff38 100644
--- a/website/content/security.mdx
+++ b/website/content/security.mdx
@@ -1,6 +1,8 @@
---
page_title: Security
-description: Packer takes security very seriously. Please responsibly disclose any security vulnerabilities found and we'll handle it quickly.
+description: >-
+ Packer takes security very seriously. Please responsibly disclose any security
+ vulnerabilities found and we'll handle it quickly.
---
# Packer Security