github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/website/layouts/commands-state.erb (about)

     1  <% wrap_layout :inner do %>
     2    <% content_for :sidebar do %>
     3      <h4><a href="/docs/cli-index.html">Terraform CLI</a></h4>
     4  
     5      <ul class="nav docs-sidenav">
     6        <li<%= sidebar_current("docs-commands") %>>
     7          <a class="back" href="/docs/commands/index.html">Commands (CLI)</a>
     8          <ul class="nav">
     9  
    10            <li<%= sidebar_current("docs-commands-state") %>>
    11              <a href="/docs/commands/state/index.html">state</a>
    12              <ul class="nav">
    13                <li<%= sidebar_current("docs-commands-state-address") %>>
    14                  <a href="/docs/commands/state/addressing.html">Resource Addressing</a>
    15                </li>
    16  
    17                <li<%= sidebar_current("docs-commands-state-sub-list") %>>
    18                  <a href="/docs/commands/state/list.html">list</a>
    19                </li>
    20  
    21                <li<%= sidebar_current("docs-commands-state-sub-mv") %>>
    22                  <a href="/docs/commands/state/mv.html">mv</a>
    23                </li>
    24  
    25                <li<%= sidebar_current("docs-commands-state-sub-pull") %>>
    26                  <a href="/docs/commands/state/pull.html">pull</a>
    27                </li>
    28  
    29                <li<%= sidebar_current("docs-commands-state-sub-push") %>>
    30                  <a href="/docs/commands/state/push.html">push</a>
    31                </li>
    32  
    33                <li<%= sidebar_current("docs-commands-state-sub-rm") %>>
    34                  <a href="/docs/commands/state/rm.html">rm</a>
    35                </li>
    36  
    37                <li<%= sidebar_current("docs-commands-state-sub-show") %>>
    38                  <a href="/docs/commands/state/show.html">show</a>
    39                </li>
    40              </ul>
    41            </li>
    42  
    43          </ul>
    44        </li>
    45  
    46      </ul>
    47  
    48      <%= partial("layouts/otherdocs", :locals => { :skip => "Terraform CLI" }) %>
    49  
    50    <% end %>
    51  
    52    <%= yield %>
    53  <% end %>