Add screenshots, make registry the default module source example, remove dead support link in registry submenu
This commit is contained in:
parent
722b3c6708
commit
197bbc6114
|
@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue