Add back Support page with info about getting help.

This commit is contained in:
Paul Banks 2017-09-15 22:58:47 +01:00
parent e6b7490ed8
commit d52dbae2a0
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
layout: "registry"
page_title: "Terraform Registry - Support"
sidebar_current: "docs-registry-support"
description: |-
Where to go for help with modules found in the Terraform Registry.
---
# Getting Help
The modules in The Terraform Registry are provided and maintained by trusted
HashiCorp partners and the Terraform Community. If you run into issues using a
module or have additional contributions to make, you can find a link to the
Module's GitHub issues on the module page.
![Module report issue link](/assets/images/docs/registry-support.png)

View File

@ -37,6 +37,10 @@
<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 %>