github.com/pmcatominey/terraform@v0.7.0-rc2.0.20160708105029-1401a52a5cc5/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-azure") %>> 23 <a href="/docs/state/remote/azure.html">azure</a> 24 </li> 25 <li<%= sidebar_current("docs-state-remote-consul") %>> 26 <a href="/docs/state/remote/consul.html">consul</a> 27 </li> 28 <li<%= sidebar_current("docs-state-remote-etcd") %>> 29 <a href="/docs/state/remote/etcd.html">etcd</a> 30 </li> 31 <li<%= sidebar_current("docs-state-remote-gcs") %>> 32 <a href="/docs/state/remote/gcs.html">gcs</a> 33 </li> 34 <li<%= sidebar_current("docs-state-remote-http") %>> 35 <a href="/docs/state/remote/http.html">http</a> 36 </li> 37 <li<%= sidebar_current("docs-state-remote-s3") %>> 38 <a href="/docs/state/remote/s3.html">s3</a> 39 </li> 40 <li<%= sidebar_current("docs-state-remote-swift") %>> 41 <a href="/docs/state/remote/swift.html">swift</a> 42 </li> 43 </ul> 44 </li> 45 </ul> 46 </div> 47 <% end %> 48 49 <%= yield %> 50 <% end %>