27 lines
882 B
Plaintext
Executable File
27 lines
882 B
Plaintext
Executable File
<% wrap_layout :inner do %>
|
|
<% 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/providers/index.html">All Providers</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-spotinst-index") %>>
|
|
<a href="/docs/providers/spotinst/index.html">Spotinst Provider</a>
|
|
</li>
|
|
|
|
<li<%= sidebar_current("docs-spotinst-resource") %>>
|
|
<a href="#">AWS Resources</a>
|
|
<ul class="nav nav-visible">
|
|
<li<%= sidebar_current("docs-spotinst-resource-aws_group") %>>
|
|
<a href="/docs/providers/spotinst/r/aws_group.html">aws_group</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<% end %>
|
|
|
|
<%= yield %>
|
|
<% end %>
|