From 3058c437a360a905a8240b407a19eee7d5432ef9 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 26 Feb 2021 17:34:30 -0500 Subject: [PATCH] Register remote plugins docs with https://packer.io --- website/data/docs-nav-data.json | 20 -------------------- website/data/docs-remote-plugins.json | 8 +++++++- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index d416fc8f1..1f93cc5a8 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -725,10 +725,6 @@ "title": "DigitalOcean", "path": "builders/digitalocean" }, - { - "title": "Docker", - "path": "builders/docker" - }, { "title": "File", "path": "builders/file" @@ -1096,22 +1092,6 @@ "title": "DigitalOcean Import", "path": "post-processors/digitalocean-import" }, - { - "title": "Docker Import", - "path": "post-processors/docker-import" - }, - { - "title": "Docker Push", - "path": "post-processors/docker-push" - }, - { - "title": "Docker Save", - "path": "post-processors/docker-save" - }, - { - "title": "Docker Tag", - "path": "post-processors/docker-tag" - }, { "title": "Exoscale Import", "path": "post-processors/exoscale-import" diff --git a/website/data/docs-remote-plugins.json b/website/data/docs-remote-plugins.json index fe51488c7..8c247cfab 100644 --- a/website/data/docs-remote-plugins.json +++ b/website/data/docs-remote-plugins.json @@ -1 +1,7 @@ -[] +[ + { + "title": "Docker", + "path": "docker", + "repo": "hashicorp/packer-plugin-docker" + } +]