From 4cc9585fee2f9ec2c31873c1a4de9f22c202ce55 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Mon, 26 Oct 2020 18:06:40 -0700 Subject: [PATCH] website: Rename registry docs to "Publishing Providers & Modules" Also, remove redundant sidebar_current noise from sidebar nav source. --- website/docs/registry/index.html.md | 4 ++-- website/layouts/registry.erb | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/website/docs/registry/index.html.md b/website/docs/registry/index.html.md index 7e4a608df..ea12a1184 100644 --- a/website/docs/registry/index.html.md +++ b/website/docs/registry/index.html.md @@ -1,12 +1,12 @@ --- layout: "registry" -page_title: "Terraform Registry" +page_title: "Publishing Providers and Modules" sidebar_current: "docs-registry-home" description: |- The Terraform Registry is a repository of providers and modules written by the Terraform community. --- -# Terraform Registry +# Publishing Providers and Modules on the Terraform Registry The [Terraform Registry](https://registry.terraform.io) is an interactive resource for discovering a wide selection of integrations (providers) and configuration packages (modules) for use with Terraform. The Registry includes solutions developed by HashiCorp, third-party vendors, and our Terraform community. Our goal with the Registry is to provide plugins to manage any infrastructure API, pre-made modules to quickly configure common infrastructure components, and examples of how to write quality Terraform code. diff --git a/website/layouts/registry.erb b/website/layouts/registry.erb index 4cbcbfa9a..658b08e94 100644 --- a/website/layouts/registry.erb +++ b/website/layouts/registry.erb @@ -1,6 +1,6 @@ <% wrap_layout :inner do %> <% content_for :sidebar do %> -

Terraform Registry

+

Publishing Providers & Modules