add headers

This commit is contained in:
Adrien Delorme 2020-05-28 17:04:34 +02:00
parent 12c168b2d1
commit 95d37ffc06
7 changed files with 10 additions and 21 deletions

View File

@ -1,8 +1,6 @@
---
description: >
Something
Something
The source block defines what builders are started.
layout: docs
page_title: build - Blocks
sidebar_title: <tt>build</tt>

View File

@ -1,8 +1,6 @@
---
description: >
Something
Something
The post-processor block defines how a post-processor is configured.
layout: docs
page_title: post-processor - build - Blocks
sidebar_title: <tt>post-processor</tt>

View File

@ -1,8 +1,6 @@
---
description: >
Something
Something
The provisioner block defines how a provisioner is configured.
layout: docs
page_title: provisioner - build - Blocks
sidebar_title: <tt>provisioner</tt>

View File

@ -1,8 +1,7 @@
---
description: >
Something
Something
A source block nested in a build block allows to use an already defined
source and to set specific fields.
layout: docs
page_title: source - build - Blocks
sidebar_title: <tt>source</tt>

View File

@ -1,8 +1,7 @@
---
description: >
Something
Something
The locals block also called the local-variable block defines locals within
your Packer configuration.
layout: docs
page_title: locals - Blocks
sidebar_title: <tt>locals</tt>

View File

@ -1,8 +1,6 @@
---
description: >
Something
Something
The top-level source block defines reusable builders configuration blocks
layout: docs
page_title: source - Blocks
sidebar_title: <tt>source</tt>

View File

@ -1,8 +1,7 @@
---
description: >
Something
Something
The `variable` block also called the input-variable block defines variables
within your Packer configuration.
layout: docs
page_title: variable - Blocks
sidebar_title: <tt>variable</tt>