github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/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">&laquo; Documentation Home</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-environment") %>>
    17  							<a href="/docs/providers/rancher/r/environment.html">rancher_environment</a>
    18  						</li>
    19  						<li<%= sidebar_current("docs-rancher-resource-registration-token") %>>
    20  							<a href="/docs/providers/rancher/r/registration_token.html">rancher_registration_token</a>
    21  						</li>
    22  						<li<%= sidebar_current("docs-rancher-resource-registry-credential") %>>
    23  							<a href="/docs/providers/rancher/r/registry_credential.html">rancher_registry_credential</a>
    24  						</li>
    25  						<li<%= sidebar_current("docs-rancher-resource-registry") %>>
    26  							<a href="/docs/providers/rancher/r/registry.html">rancher_registry</a>
    27  						</li>
    28  						<li<%= sidebar_current("docs-rancher-resource-stack") %>>
    29  							<a href="/docs/providers/rancher/r/stack.html">rancher_stack</a>
    30  						</li>
    31  					</ul>
    32  				</li>
    33  			</ul>
    34  		</div>
    35  	<% end %>
    36  
    37  	<%= yield %>
    38  <% end %>