From 2f42d4a7cece6ec3234c916709de71b1f7947335 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 14 Jan 2021 11:06:24 -0800 Subject: [PATCH] Update website/content/docs/extending/custom-builders.mdx Co-authored-by: Wilken Rivera --- website/content/docs/extending/custom-builders.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/docs/extending/custom-builders.mdx b/website/content/docs/extending/custom-builders.mdx index b945ba1fe..782bdc543 100644 --- a/website/content/docs/extending/custom-builders.mdx +++ b/website/content/docs/extending/custom-builders.mdx @@ -21,7 +21,8 @@ basics](/docs/extending/plugins). ~> **Warning!** This is an advanced topic. If you're new to Packer, we recommend getting comfortable with using Packer and its officially maintained -plugins before before you dive into writing plugins of your own. +plugins before you dive into writing plugins of your own. + Custom plugins are written in [golang](https://golang.org/), so this guide assumes that you have some familiarity with that programming language. @@ -305,4 +306,4 @@ order to make it available to the Packer core as a plugin. We have created a repo to give you an idea of the relationship between the builder implementation and the server implementation within a repository, and then read [basics of how Plugins work](/docs/extending/plugins), which breaks down all the -server details. \ No newline at end of file +server details.