open-vault/website/source/layouts/intro.erb

68 lines
2.1 KiB
Plaintext
Raw Normal View History

2015-03-13 17:34:29 +00:00
<% wrap_layout :inner do %>
<% content_for :sidebar do %>
<div class="docs-sidebar hidden-print affix-top" role="complementary">
<ul class="nav docs-sidenav">
<li<%= sidebar_current("what") %>>
2015-04-07 02:01:15 +00:00
<a href="/intro/index.html">What is Vault?</a>
</li>
2015-03-13 17:34:29 +00:00
<li<%= sidebar_current("use-cases") %>>
2015-04-07 02:01:15 +00:00
<a href="/intro/use-cases.html">Use Cases</a>
2015-03-13 17:34:29 +00:00
</li>
<li<%= sidebar_current("vs-other") %>>
2015-04-07 02:01:15 +00:00
<a href="/intro/vs/index.html">Vault vs. Other Software</a>
<ul class="nav">
<li<%= sidebar_current("vs-other-chef") %>>
<a href="/intro/vs/chef-puppet.html">Chef, Puppet, etc.</a>
</li>
<li<%= sidebar_current("vs-other-cloudformation") %>>
<a href="/intro/vs/cloudformation.html">CloudFormation, Heat, etc.</a>
</li>
<li<%= sidebar_current("vs-other-boto") %>>
<a href="/intro/vs/boto.html">Boto, Fog, etc.</a>
</li>
<li<%= sidebar_current("vs-other-custom") %>>
<a href="/intro/vs/custom.html">Custom Solutions</a>
</li>
</ul>
2015-03-13 17:34:29 +00:00
</li>
<li<%= sidebar_current("gettingstarted") %>>
2015-04-07 02:01:15 +00:00
<a href="/intro/getting-started/install.html">Getting Started</a>
<ul class="nav">
<li<%= sidebar_current("gettingstarted-install") %>>
<a href="/intro/getting-started/install.html">Install Vault</a>
</li>
<li<%= sidebar_current("gettingstarted-devserver") %>>
<a href="/intro/getting-started/dev-server.html">Starting the Server</a>
</li>
<li<%= sidebar_current("gettingstarted-firstsecret") %>>
<a href="/intro/getting-started/first-secret.html">Your First Secret</a>
</li>
2015-04-07 03:46:11 +00:00
<li<%= sidebar_current("gettingstarted-secretbackends") %>>
<a href="/intro/getting-started/secret-backends.html">Secret Backends</a>
</li>
<li<%= sidebar_current("gettingstarted-dynamicsecrets") %>>
<a href="/intro/getting-started/dynamic-secrets.html">Dynamic Secrets</a>
</li>
2015-04-07 02:01:15 +00:00
<li<%= sidebar_current("gettingstarted-nextsteps") %>>
<a href="/intro/getting-started/next-steps.html">Next Steps</a>
</li>
</ul>
2015-03-13 17:34:29 +00:00
</li>
</ul>
</div>
<% end %>
<%= yield %>
<% end %>