github.com/paybyphone/terraform@v0.9.5-0.20170613192930-9706042ddd51/website/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">All Commands</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-pull") %>> 29 <a href="/docs/commands/state/pull.html">pull</a> 30 </li> 31 32 <li<%= sidebar_current("docs-state-sub-push") %>> 33 <a href="/docs/commands/state/push.html">push</a> 34 </li> 35 36 <li<%= sidebar_current("docs-state-sub-rm") %>> 37 <a href="/docs/commands/state/rm.html">rm</a> 38 </li> 39 40 <li<%= sidebar_current("docs-state-sub-show") %>> 41 <a href="/docs/commands/state/show.html">show</a> 42 </li> 43 </ul> 44 </li> 45 </ul> 46 </div> 47 <% end %> 48 49 <%= yield %> 50 <% end %>