github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/layouts/random.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-random-index") %>>
    10            <a href="/docs/providers/random/index.html">Random Provider</a>
    11          </li>
    12  
    13          <li<%= sidebar_current("docs-random-resource") %>>
    14            <a href="#">Resources</a>
    15            <ul class="nav nav-visible">
    16              <li<%= sidebar_current("docs-random-resource-id") %>>
    17                <a href="/docs/providers/random/r/id.html">random_id</a>
    18              </li>
    19              <li<%= sidebar_current("docs-random-resource-pet") %>>
    20                <a href="/docs/providers/random/r/pet.html">random_pet</a>
    21              </li>
    22              <li<%= sidebar_current("docs-random-resource-shuffle") %>>
    23                <a href="/docs/providers/random/r/shuffle.html">random_shuffle</a>
    24              </li>
    25            </ul>
    26          </li>
    27        </ul>
    28      </div>
    29    <% end %>
    30  
    31    <%= yield %>
    32  <% end %>