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 ```hcl
module "consul" { module "consul" {
source = "github.com/hashicorp/consul/terraform/aws" source = "hashicorp/consul/aws"
servers = 5 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 the screenshot below. Select the repository of the module you want to add and
click "Create Module." click "Create Module."
TODO: screenshot
In a few seconds, your module will be created. In a few seconds, your module will be created.
![Create Module flow animation](/assets/images/docs/registry-upload.gif)
## Releasing New Versions ## Releasing New Versions
The Terraform Registry uses tags to detect releases. 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. 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 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 high quality. It isn't indicative of flexibility or feature support; very

View File

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