From 090b30e8a3863c76174cff8aa0a4be34cee42ca9 Mon Sep 17 00:00:00 2001 From: trujillo-adam Date: Thu, 30 Jan 2025 11:01:36 -0800 Subject: [PATCH] fix missing partials --- website/content/docs/community-tools.mdx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/website/content/docs/community-tools.mdx b/website/content/docs/community-tools.mdx index 49909b8aa..9b2c24aa3 100644 --- a/website/content/docs/community-tools.mdx +++ b/website/content/docs/community-tools.mdx @@ -12,22 +12,20 @@ power of Packer templates. ## Third-Party plugins -The plugins listed below have been built by the community of Packer users and -vendors. These plugins are not officially tested nor officially maintained by -HashiCorp, and are listed here in order to help users find them easily. - To learn more about how to use community plugins, or how to build your own, -check out the docs on [extending Packer](/packer/docs/plugins/install) +refer to the docs on [extending Packer](/packer/docs/plugins/install) If you have built a plugin and would like to add it to this community list, -please make a pull request so that we can document your -contribution here! +make a pull request so that we can document your contribution. + +Refer to the following topics to learn about plugins built by the community of Packer users and +vendors. We do not test or maintain community plugins. -@include "builders/community_builders.mdx" -@include "provisioners/community_provisioners.mdx" +- [Community Builders](/packer/docs/builders/community-supported) +- [Community Provisioners](/packer/docs/provisioners/community-supported) +- [Community Post-Processors](/packer/docs/post-processors/community-supported) -@include "post-processors/community_post-processors.mdx" ## Templates