From 84dc228a6891dcacdbfd559c91ebca74e6ba5464 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Fri, 21 Oct 2022 09:20:34 -0400 Subject: [PATCH] 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. --- .../content/docs/templates/legacy_json_templates/engine.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/templates/legacy_json_templates/engine.mdx b/website/content/docs/templates/legacy_json_templates/engine.mdx index 3a672f592..653ce7eaf 100644 --- a/website/content/docs/templates/legacy_json_templates/engine.mdx +++ b/website/content/docs/templates/legacy_json_templates/engine.mdx @@ -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: `{{ }}`.