github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/layouts/rancher.erb (about)

     1  <% wrap_layout :inner do %>
     2    <% content_for :sidebar do %>
     3      <div class="docs-sidebar hidden-print affix-top" role="complementary">
     4        <ul class="nav docs-sidenav">
     5          <li<%= sidebar_current("docs-home") %>>
     6            <a href="/docs/providers/index.html">All Providers</a>
     7          </li>
     8  
     9          <li<%= sidebar_current("docs-rancher-index") %>>
    10            <a href="/docs/providers/rancher/index.html">Rancher Provider</a>
    11          </li>
    12  
    13          <li<%= sidebar_current("docs-rancher-resource") %>>
    14            <a href="#">Resources</a>
    15            <ul class="nav nav-visible">
    16              <li<%= sidebar_current("docs-rancher-resource-certificate") %>>
    17                <a href="/docs/providers/rancher/r/certificate.html">rancher_certificate</a>
    18              </li>
    19              <li<%= sidebar_current("docs-rancher-resource-environment") %>>
    20                <a href="/docs/providers/rancher/r/environment.html">rancher_environment</a>
    21              </li>
    22              <li<%= sidebar_current("docs-rancher-resource-host") %>>
    23                <a href="/docs/providers/rancher/r/host.html">rancher_host</a>
    24              </li>
    25              <li<%= sidebar_current("docs-rancher-resource-registration-token") %>>
    26                <a href="/docs/providers/rancher/r/registration_token.html">rancher_registration_token</a>
    27              </li>
    28              <li<%= sidebar_current("docs-rancher-resource-registry-credential") %>>
    29                <a href="/docs/providers/rancher/r/registry_credential.html">rancher_registry_credential</a>
    30              </li>
    31              <li<%= sidebar_current("docs-rancher-resource-registry") %>>
    32                <a href="/docs/providers/rancher/r/registry.html">rancher_registry</a>
    33              </li>
    34              <li<%= sidebar_current("docs-rancher-resource-stack") %>>
    35                <a href="/docs/providers/rancher/r/stack.html">rancher_stack</a>
    36              </li>
    37            </ul>
    38          </li>
    39        </ul>
    40      </div>
    41    <% end %>
    42  
    43    <%= yield %>
    44  <% end %>