From d52dbae2a01f36e7a4d8a9ccd0923165259d22de Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Fri, 15 Sep 2017 22:58:47 +0100 Subject: [PATCH] Add back Support page with info about getting help. --- website/docs/registry/support.html.md | 16 ++++++++++++++++ website/layouts/registry.erb | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 website/docs/registry/support.html.md diff --git a/website/docs/registry/support.html.md b/website/docs/registry/support.html.md new file mode 100644 index 0000000000..7436bff27c --- /dev/null +++ b/website/docs/registry/support.html.md @@ -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) \ No newline at end of file diff --git a/website/layouts/registry.erb b/website/layouts/registry.erb index 89ebb9cd2d..76f4c300ad 100644 --- a/website/layouts/registry.erb +++ b/website/layouts/registry.erb @@ -37,6 +37,10 @@ > API + + > + Support + <% end %>