Added runs layout
This commit is contained in:
parent
f16cc0df33
commit
24851e11e6
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: "docs"
|
layout: "runs"
|
||||||
page_title: "About Terraform Enterprise Runs"
|
page_title: "About Terraform Enterprise Runs"
|
||||||
sidebar_current: "docs-enterprise-runs"
|
sidebar_current: "docs-enterprise-runs"
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
@ -549,6 +549,11 @@
|
||||||
<li<%= sidebar_current("docs-enterprise-runs") %>>
|
<li<%= sidebar_current("docs-enterprise-runs") %>>
|
||||||
<a href="/docs/enterprise/runs/index.html">Runs</a>
|
<a href="/docs/enterprise/runs/index.html">Runs</a>
|
||||||
</li>
|
</li>
|
||||||
|
<ul>
|
||||||
|
<li<%= sidebar_current("docs-enterprise-runs-starting") %>>
|
||||||
|
<a href="/docs/enterprise/runs/starting.html">Starting Runs</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -0,0 +1,62 @@
|
||||||
|
<% wrap_layout :inner do %>
|
||||||
|
<% content_for :sidebar do %>
|
||||||
|
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||||
|
<ul class="nav docs-sidenav">
|
||||||
|
<li>
|
||||||
|
<a href="/docs/backends/index.html">« Backends</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current(/^docs-backends-types-index/) %>>
|
||||||
|
<a href="/docs/backends/types/index.html">Backend Types</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current(/^docs-backends-types-enhanced-/) %>>
|
||||||
|
<a href="#">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>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current(/^docs-backends-types-standard-/) %>>
|
||||||
|
<a href="#">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-atlas") %>>
|
||||||
|
<a href="/docs/backends/types/atlas.html">atlas</a>
|
||||||
|
</li>
|
||||||
|
<li<%= sidebar_current("docs-backends-types-standard-azure") %>>
|
||||||
|
<a href="/docs/backends/types/azure.html">azure</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-etcd") %>>
|
||||||
|
<a href="/docs/backends/types/etcd.html">etcd</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-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>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<%= yield %>
|
||||||
|
<% end %>
|
Loading…
Reference in New Issue