mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
13166df619
Terraform is way bigger than the core CLI tools and the language now, and the docs have grown accordingly. So we're adding a global index page to help users get around the many sections of the docs site, and bumping the CLI/core docs down so they're no longer at the top of the hierarchy. The "right" (as in, conceptually pure) way to do this would be to actually create a new level of directory hierarchy in between. But that would be real expensive and annoying — the amount of 301s and links to edit would be monumental, and it wouldn't gain us much beyond a certain picture-straightening satisfaction, so I'm resisting the temptation.
80 lines
3.7 KiB
Plaintext
80 lines
3.7 KiB
Plaintext
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<h4><a href="/docs/cli-index.html">Terraform CLI</a></h4>
|
|
|
|
<ul class="nav docs-sidenav">
|
|
<li<%= sidebar_current("docs-backends") %>>
|
|
<a class="back" href="/docs/backends/index.html">Backends</a>
|
|
<ul class="nav nav-visible">
|
|
|
|
<li<%= sidebar_current("docs-backends-types") %>>
|
|
<a href="/docs/backends/types/index.html">Backend Types</a>
|
|
<ul class="nav nav-visible">
|
|
|
|
<li id="docs-backends-types-enhanced"<%= sidebar_current("docs-backends-types-enhanced-") %>>
|
|
<a href="#docs-backends-types-enhanced">Enhanced Backends</a>
|
|
<ul class="nav nav-visible">
|
|
<li<%= sidebar_current("docs-backends-types-enhanced-local") %>>
|
|
<a href="/docs/backends/types/local.html">local</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-enhanced-remote") %>>
|
|
<a href="/docs/backends/types/remote.html">remote</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
|
|
<li id="docs-backends-types-standard"<%= sidebar_current("docs-backends-types-standard-") %>>
|
|
<a href=#docs-backends-types-standard>Standard Backends</a>
|
|
<ul class="nav nav-visible">
|
|
<li<%= sidebar_current("docs-backends-types-standard-artifactory") %>>
|
|
<a href="/docs/backends/types/artifactory.html">artifactory</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-azurerm") %>>
|
|
<a href="/docs/backends/types/azurerm.html">azurerm</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-consul") %>>
|
|
<a href="/docs/backends/types/consul.html">consul</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-etcdv2") %>>
|
|
<a href="/docs/backends/types/etcd.html">etcd</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-etcdv3") %>>
|
|
<a href="/docs/backends/types/etcdv3.html">etcdv3</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-gcs") %>>
|
|
<a href="/docs/backends/types/gcs.html">gcs</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-http") %>>
|
|
<a href="/docs/backends/types/http.html">http</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-manta") %>>
|
|
<a href="/docs/backends/types/manta.html">manta</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-pg") %>>
|
|
<a href="/docs/backends/types/pg.html">pg</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-s3") %>>
|
|
<a href="/docs/backends/types/s3.html">s3</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-swift") %>>
|
|
<a href="/docs/backends/types/swift.html">swift</a>
|
|
</li>
|
|
<li<%= sidebar_current("docs-backends-types-standard-terraform-enterprise") %>>
|
|
<a href="/docs/backends/types/terraform-enterprise.html">terraform enterprise</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
</li>
|
|
</ul>
|
|
|
|
<%= partial("layouts/otherdocs", :locals => { :skip => "Terraform CLI" }) %>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|