website: New navigation items for the module and provider registry specs

This commit is contained in:
Martin Atkins 2020-06-08 12:04:40 -07:00
parent 63639defe9
commit 80a4bfbf27
3 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Module Registry Protocol" page_title: "Module Registry Protocol"
sidebar_current: "docs-internals-modules-protocol" sidebar_current: "docs-internals-module-registry-protocol"
description: |- description: |-
The module registry protocol is implemented by a host intending to be the The module registry protocol is implemented by a host intending to be the
host of one or more Terraform modules, specifying which modules are available host of one or more Terraform modules, specifying which modules are available

View File

@ -1,7 +1,7 @@
--- ---
layout: "docs" layout: "docs"
page_title: "Provider Registry Protocol" page_title: "Provider Registry Protocol"
sidebar_current: "docs-internals-providers-protocol" sidebar_current: "docs-internals-provider-registry-protocol"
description: |- description: |-
The provider registry protocol is implemented by a host intending to be the The provider registry protocol is implemented by a host intending to be the
origin host for one or more Terraform providers, specifying which providers origin host for one or more Terraform providers, specifying which providers

View File

@ -449,6 +449,14 @@
<a href="/docs/internals/debugging.html">Debugging Terraform</a> <a href="/docs/internals/debugging.html">Debugging Terraform</a>
</li> </li>
<li<%= sidebar_current("docs-internals-module-registry-protocol") %>>
<a href="/docs/internals/module-registry-protocol.html">Module Registry Protocol</a>
</li>
<li<%= sidebar_current("docs-internals-provider-registry-protocol") %>>
<a href="/docs/internals/provider-registry-protocol.html">Provider Registry Protocol</a>
</li>
<li<%= sidebar_current("docs-internals-graph") %>> <li<%= sidebar_current("docs-internals-graph") %>>
<a href="/docs/internals/graph.html">Resource Graph</a> <a href="/docs/internals/graph.html">Resource Graph</a>
</li> </li>