From 197bbc61148f8580705967ce4034a2d46b7c2705 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Fri, 15 Sep 2017 17:50:22 +0100 Subject: [PATCH] Add screenshots, make registry the default module source example, remove dead support link in registry submenu --- website/docs/configuration/modules.html.md | 2 +- website/docs/registry/modules/publish.html.md | 4 ++-- website/docs/registry/modules/verified.html.md | 2 +- website/layouts/registry.erb | 4 ---- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/website/docs/configuration/modules.html.md b/website/docs/configuration/modules.html.md index 18d513a49..7c6353b07 100644 --- a/website/docs/configuration/modules.html.md +++ b/website/docs/configuration/modules.html.md @@ -23,7 +23,7 @@ Module configuration looks like the following: ```hcl module "consul" { - source = "github.com/hashicorp/consul/terraform/aws" + source = "hashicorp/consul/aws" servers = 5 } ``` diff --git a/website/docs/registry/modules/publish.html.md b/website/docs/registry/modules/publish.html.md index cea80125c..895aa10fe 100644 --- a/website/docs/registry/modules/publish.html.md +++ b/website/docs/registry/modules/publish.html.md @@ -69,10 +69,10 @@ match the [naming convention described above](#Requirements). This is shown in the screenshot below. Select the repository of the module you want to add and click "Create Module." -TODO: screenshot - In a few seconds, your module will be created. +![Create Module flow animation](/assets/images/docs/registry-upload.gif) + ## Releasing New Versions The Terraform Registry uses tags to detect releases. diff --git a/website/docs/registry/modules/verified.html.md b/website/docs/registry/modules/verified.html.md index f133354d0..d7ff853ac 100644 --- a/website/docs/registry/modules/verified.html.md +++ b/website/docs/registry/modules/verified.html.md @@ -14,7 +14,7 @@ their respective providers. The blue verification badge appears next to modules that are verified. -TODO: Screenshot +![Verified module listing](/assets/images/docs/registry-verified.png) If a module is verified, it is promised to be actively maintained and of high quality. It isn't indicative of flexibility or feature support; very diff --git a/website/layouts/registry.erb b/website/layouts/registry.erb index 76f4c300a..89ebb9cd2 100644 --- a/website/layouts/registry.erb +++ b/website/layouts/registry.erb @@ -37,10 +37,6 @@ > API - - > - Support - <% end %>