terraform/website/source/layouts/commands-env.erb

39 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-03-02 06:50:08 +01:00
<% wrap_layout :inner do %>
2017-04-05 17:28:34 +02:00
<% content_for :sidebar do %>
<div class="docs-sidebar hidden-print affix-top" role="complementary">
<ul class="nav docs-sidenav">
<li<%= sidebar_current("docs-home") %>>
<a href="/docs/commands/index.html">All Providers</a>
</li>
2017-03-02 06:50:08 +01:00
2017-04-05 17:28:34 +02:00
<li<%= sidebar_current("docs-env-index") %>>
<a href="/docs/commands/env/index.html">env Command</a>
</li>
2017-03-02 06:50:08 +01:00
2017-04-05 17:28:34 +02:00
<li<%= sidebar_current("docs-env-sub") %>>
<a href="#">Subcommands</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-env-sub-list") %>>
<a href="/docs/commands/env/list.html">list</a>
</li>
2017-03-02 06:50:08 +01:00
2017-04-05 17:28:34 +02:00
<li<%= sidebar_current("docs-env-sub-select") %>>
<a href="/docs/commands/env/select.html">select</a>
</li>
2017-03-02 06:50:08 +01:00
2017-04-05 17:28:34 +02:00
<li<%= sidebar_current("docs-env-sub-new") %>>
<a href="/docs/commands/env/new.html">new</a>
</li>
2017-03-02 06:50:08 +01:00
2017-04-05 17:28:34 +02:00
<li<%= sidebar_current("docs-env-sub-delete") %>>
<a href="/docs/commands/env/delete.html">delete</a>
</li>
</ul>
</li>
</ul>
</div>
<% end %>
2017-03-02 06:50:08 +01:00
2017-04-05 17:28:34 +02:00
<%= yield %>
2017-03-02 06:50:08 +01:00
<% end %>