github.com/andresvia/terraform@v0.6.15-0.20160412045437-d51c75946785/website/source/layouts/remotestate.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-state") %>> 6 <a href="/docs/state/index.html">« Documentation Home</a> 7 </li> 8 9 <li<%= sidebar_current("docs-state-remote_index") %>> 10 <a href="/docs/state/remote/index.html">Remote State</a> 11 </li> 12 13 <li<%= sidebar_current(/^docs-state-remote-/) %>> 14 <a href="#">Backends</a> 15 <ul class="nav nav-visible"> 16 <li<%= sidebar_current("docs-state-remote-artifactory") %>> 17 <a href="/docs/state/remote/artifactory.html">artifactory</a> 18 </li> 19 <li<%= sidebar_current("docs-state-remote-atlas") %>> 20 <a href="/docs/state/remote/atlas.html">atlas</a> 21 </li> 22 <li<%= sidebar_current("docs-state-remote-consul") %>> 23 <a href="/docs/state/remote/consul.html">consul</a> 24 </li> 25 <li<%= sidebar_current("docs-state-remote-etcd") %>> 26 <a href="/docs/state/remote/etcd.html">etcd</a> 27 </li> 28 <li<%= sidebar_current("docs-state-remote-http") %>> 29 <a href="/docs/state/remote/http.html">http</a> 30 </li> 31 <li<%= sidebar_current("docs-state-remote-s3") %>> 32 <a href="/docs/state/remote/s3.html">s3</a> 33 </li> 34 <li<%= sidebar_current("docs-state-remote-swift") %>> 35 <a href="/docs/state/remote/swift.html">swift</a> 36 </li> 37 </ul> 38 </li> 39 </ul> 40 </div> 41 <% end %> 42 43 <%= yield %> 44 <% end %>