From 50fadc4118f3fa9f0090c89757a8fbd34d0d2339 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 19 Apr 2021 15:35:27 -0700 Subject: [PATCH] remove from website, add remote docs --- website/data/docs-nav-data.json | 4 ---- website/data/docs-remote-plugins.json | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 15f4c6aed..4b7772127 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -679,10 +679,6 @@ "title": "Overview", "path": "builders" }, - { - "title": "Alicloud ECS", - "path": "builders/alicloud-ecs" - }, { "title": "Azure", "routes": [ diff --git a/website/data/docs-remote-plugins.json b/website/data/docs-remote-plugins.json index b6352fb64..856c24f5a 100644 --- a/website/data/docs-remote-plugins.json +++ b/website/data/docs-remote-plugins.json @@ -1,4 +1,10 @@ [ + { + "title": "Alicloud", + "path": "alicloud", + "repo": "hashicorp/packer-plugin-alicloud", + "version": "latest" + }, { "title": "Ansible", "path": "ansible",