mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 09:44:01 -04:00
docs: move legacy JSON warning under title
With the move to Hashidocs, the version picker is within the text area for the documentation being displayed. This negatively interacts with the Note on top, as it obstructs part of the text. To circumvent this problem, we move the Note after the title/intro.
This commit is contained in:
@@ -6,14 +6,14 @@ description: |
|
||||
page_title: Template Engine - Templates
|
||||
---
|
||||
|
||||
`@include 'from-1.5/legacy-json-warning.mdx'`
|
||||
|
||||
# Template Engine
|
||||
|
||||
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.
|
||||
|
||||
`@include 'from-1.5/legacy-json-warning.mdx'`
|
||||
|
||||
The syntax of templates uses the following conventions:
|
||||
|
||||
- Anything template related happens within double-braces: `{{ }}`.
|
||||
|
||||
Reference in New Issue
Block a user