add meta descriptions (#12315)

* add meta descriptions

* rework

* tweak

* clean up hcl description

* gt dash
pull/12318/head
Alan Szlosek Jr 3 years ago committed by GitHub
parent 1d455cd1e3
commit 6d6727b42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
--- ---
page_title: Upgrading your plugin to use the Packer plugin sdk page_title: Upgrading your plugin to use the Packer plugin sdk
description: >-
Learn how to upgrade your plugin to support v1.7.0 and later.
--- ---
# Upgrading your plugin to be compatible with Packer v1.7.0 and later # Upgrading your plugin to be compatible with Packer v1.7.0 and later

@ -1,5 +1,7 @@
--- ---
page_title: Upgrading your template to use Packer init page_title: Upgrading your template to use Packer init
description: >-
Use packer init and the required_plugins block to better control plugin usage within Packer templates. Learn how to update your template to work with these new features.
--- ---
# Upgrading your template to be compatible with `packer init` # Upgrading your template to be compatible with `packer init`

@ -1,5 +1,7 @@
--- ---
page_title: Getting started configuring Packer with HCL2 files page_title: Getting started configuring Packer with HCL2 files
description: >-
Use the HCL2 syntax for your Packer templates. Learn about arguments and blocks, comments, and multi-line strings.
--- ---
# Introduction to Packer HCL2 # Introduction to Packer HCL2

@ -1,5 +1,7 @@
--- ---
page_title: Build Images in CI/CD page_title: Build Images in CI/CD
description: >-
Learn how to build Packer images within a continuous integration / continuous delivery pipeline.
--- ---
# Build Images in CI/CD # Build Images in CI/CD

@ -1,5 +1,7 @@
--- ---
page_title: Build a VirtualBox Image with Packer in TeamCity page_title: Build a VirtualBox Image with Packer in TeamCity
description: >-
Use Packer to build VirtualBox images in TeamCity. Learn how to provision a bare-metal machine, install dependencies, and create and run a build in TeamCity.
--- ---
# Build a VirtualBox Image with Packer in TeamCity # Build a VirtualBox Image with Packer in TeamCity

@ -1,5 +1,7 @@
--- ---
page_title: Build Immutable Infrastructure with Packer in CI/CD page_title: Build Immutable Infrastructure with Packer in CI/CD
description: >-
Learn how to use Packer to build immutable infrastructure within a continuous integration / continuous delivery pipeline.
--- ---
# Build Immutable Infrastructure with Packer in CI/CD # Build Immutable Infrastructure with Packer in CI/CD

@ -1,8 +1,7 @@
--- ---
page_title: Packer Build Pipelines page_title: Packer Build Pipelines
description: |- description: >-
Here we explore how to break your builds into discrete steps so that your Learn how to shorten Packer build times and improve reliability. Start from an ISO, customize using the virtualbox-ovf builder, and improve efficiency.
builds can be shorter and more reliable.
--- ---
# Why Create a Template Pipeline? # Why Create a Template Pipeline?

@ -1,5 +1,7 @@
--- ---
page_title: Trigger Terraform Enterprise runs page_title: Trigger Terraform Enterprise runs
description: >-
Learn how to Terraform Enterprise from your CI/CD pipeline to provision infrastructure.
--- ---
# Create Terraform Enterprise Runs # Create Terraform Enterprise Runs

@ -1,5 +1,7 @@
--- ---
page_title: Upload VirtualBox Image to S3 page_title: Upload VirtualBox Image to S3
description: >-
Learn how to upload a VirtualBox image built with Packer to S3 within a TeamCity build.
--- ---
# Upload VirtualBox Image to S3 # Upload VirtualBox Image to S3

Loading…
Cancel
Save