github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/website/layouts/commands-providers.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-providers") %>> 11 <a href="/docs/commands/providers.html">providers</a> 12 <ul class="nav"> 13 <li<%= sidebar_current("docs-commands-providers-schema") %>> 14 <a href="/docs/commands/providers/schema.html">schema</a> 15 </li> 16 </ul> 17 </li> 18 19 </ul> 20 </li> 21 22 </ul> 23 24 <%= partial("layouts/otherdocs", :locals => { :skip => "Terraform CLI" }) %> 25 26 <% end %> 27 28 <%= yield %> 29 <% end %>