github.com/pmcatominey/terraform@v0.7.0-rc2.0.20160708105029-1401a52a5cc5/website/source/layouts/commands-state.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/commands/index.html">« Documentation Home</a> 7 </li> 8 9 <li<%= sidebar_current("docs-state-index") %>> 10 <a href="/docs/commands/state/index.html">State Command</a> 11 </li> 12 13 <li<%= sidebar_current("docs-state-address") %>> 14 <a href="/docs/commands/state/addressing.html">Resource Addressing</a> 15 </li> 16 17 <li<%= sidebar_current(/^docs-state-sub/) %>> 18 <a href="#">Subcommands</a> 19 <ul class="nav nav-visible"> 20 <li<%= sidebar_current("docs-state-sub-list") %>> 21 <a href="/docs/commands/state/list.html">list</a> 22 </li> 23 24 <li<%= sidebar_current("docs-state-sub-mv") %>> 25 <a href="/docs/commands/state/mv.html">mv</a> 26 </li> 27 28 <li<%= sidebar_current("docs-state-sub-rm") %>> 29 <a href="/docs/commands/state/rm.html">rm</a> 30 </li> 31 32 <li<%= sidebar_current("docs-state-sub-show") %>> 33 <a href="/docs/commands/state/show.html">show</a> 34 </li> 35 </ul> 36 </li> 37 </ul> 38 </div> 39 <% end %> 40 41 <%= yield %> 42 <% end %>