From f718dbdcc0e4a4496c6ec3da0e5b4be337e3651c Mon Sep 17 00:00:00 2001 From: Michael Weibel <307427+mweibel@users.noreply.github.com> Date: Wed, 16 Feb 2022 11:39:04 +0100 Subject: [PATCH] docs: add link to builder list (#11571) browsing through the documentation I was searching for the list of builders available. The obvious choice (builders page) didn't link to the list of builders and it took me a few minutes to find that. Adding a link to the plugins might speed up that bit and would avoid having to rescue to the search engine. --- website/content/docs/builders/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/builders/index.mdx b/website/content/docs/builders/index.mdx index 322a6005f..18f1f5c4e 100644 --- a/website/content/docs/builders/index.mdx +++ b/website/content/docs/builders/index.mdx @@ -10,7 +10,7 @@ page_title: Builders Builders are responsible for creating machines and generating images from them for various platforms. For example, there are separate builders for EC2, VMware, VirtualBox, etc. Packer comes with many builders by default, and can -also be extended to add new builders. +also be extended to add new builders. See [`plugins`](/plugins) for a list of plugins and their builders. See the [`source`](/docs/templates/hcl_templates/blocks/source) block documentation to learn more about configuring builders in the Packer language.