From 8beddcf52aa2f56594848a13d666e8356140aede Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Wed, 12 Jul 2023 10:24:05 -0400 Subject: [PATCH] website: fix header on configure page When the config file header was reworked, an erroneous link was included and placed so close to the header that it was rendered verbatim in the final documentation page. By adding an extra empty line in between the anchor link and the header, this renders correctly. --- website/content/docs/configure.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/configure.mdx b/website/content/docs/configure.mdx index 1ab986925..18eeb4093 100644 --- a/website/content/docs/configure.mdx +++ b/website/content/docs/configure.mdx @@ -36,6 +36,7 @@ Examples: config directory will be: `C:/packer.d/` and other values will not be checked. + ## Packer's config file (deprecated) Packer can optionally read a JSON file for the end user to set core settings.