Add screenshots, make registry the default module source example, remove dead support link in registry submenu

This commit is contained in:
Paul Banks 2017-09-15 17:50:22 +01:00
parent 722b3c6708
commit 197bbc6114
4 changed files with 4 additions and 8 deletions

View File

@ -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
}
```

View File

@ -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.

View File

@ -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

View File

@ -37,10 +37,6 @@
<li<%= sidebar_current("docs-registry-api") %>>
<a href="/docs/registry/api.html">API</a>
</li>
<li<%= sidebar_current("docs-registry-support") %>>
<a href="/docs/registry/support.html">Support</a>
</li>
</ul>
<% end %>