1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/_includes/navigation.html

46 lines
3.4 KiB
HTML
Raw Normal View History

2013-06-22 12:34:07 -04:00
<ul class="side-nav">
2013-06-30 15:34:03 -04:00
<li><a href="https://www.harrow.io/" class="advertisment"><span class="label label-important">New</span> Hosted Capistrano for Teams</a></li>
2013-06-22 12:34:07 -04:00
<li class="divider"></li>
<h5>Overview</h5>
<li><a href="/documentation/overview/what-is-capistrano/">What is Capistrano?</a></li>
2013-06-30 08:23:14 -04:00
<!--<li><a href="/documentation/overview/introductory-demo-video/">Introductory Demo Video</a></li>-->
2013-06-22 12:34:07 -04:00
<li class="divider"></li>
<h5>Getting Started</h5>
2013-06-30 15:34:03 -04:00
<li><a href="https://github.com/capistrano/capistrano/blob/v3/README.md">The Readme, start here!</a></li>
2013-06-24 08:29:07 -04:00
<li><a href="/documentation/getting-started/installation/">Installation</a></li>
<li><a href="/documentation/getting-started/preparing-your-application/">Preparing Your Application</a></li>
2013-06-24 14:29:21 -04:00
<li><a href="/documentation/getting-started/authentication-and-authorisation/">Authentication & Authorisation</a></li>
2013-06-24 08:29:07 -04:00
<li><a href="/documentation/getting-started/cold-start/">Cold Start</a></li>
2013-07-14 14:43:45 -04:00
<li><a href="/documentation/getting-started/flow/">Flow</a></li>
2013-06-24 08:29:07 -04:00
<li><a href="/documentation/getting-started/rollbacks/">Rollbacks</a></li>
2013-06-22 12:34:07 -04:00
<li class="divider"></li>
2013-06-30 07:30:03 -04:00
<h5>Framework Extensions</h5>
<li><a href="/documentation/frameworks/ruby-on-rails/">Ruby on Rails</a></li>
2013-06-30 08:23:14 -04:00
<!--<li class="divider"></li> -->
<!--<h5>Troubleshooting</h5> -->
<!--<li><a href="/documentation/troubleshooting/authentication/">SCM (Git) Authentication</a></li>-->
<!--<li><a href="/documentation/troubleshooting/connectivity/">Connectivity</a></li> -->
<!--[><li><a href="/documentation/troubleshooting/gateway-servers/">Gateway Servers</a></li><] -->
<!--<li><a href="/documentation/troubleshooting/agent-forwarding/">Agent Forwarding</a></li> -->
<!--<li><a href="/documentation/troubleshooting/sudo-password/">`sudo` Password</a></li> -->
<!--<li><a href="/documentation/troubleshooting/rvm-rbenv-nvm/">RVM, `rbenv` And `nvm`</a></li> -->
2013-06-22 12:34:07 -04:00
<li class="divider"></li>
<h5>FAQ</h5>
2013-06-30 11:26:18 -04:00
<li><a href="/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/">Why Does Something Work In An SSH Session, But Not In Capistrano?</a></li>
<!--<li><a href="/documentation/faq/should-i-use-capistrano-to-provision-my-servers/">Should I Use Capistrano To Provision My Servers?</a></li>-->
<li><a href="http://lee.hambley.name/2013/06/11/using-capistrano-v3-with-chef.html">Should I Use Capistrano To Provision My Servers?</a></li>
<!--<li class="divider"></li> -->
<!--<h5>Power Use-Cases</h5> -->
<!--<li><a href="/documentation/power-use-cases/integration-with-rake/">Integration With Rake</a></li> -->
<!--<li><a href="/documentation/power-use-cases/driving-tools-such-as-chef-solo/">Driving Tools Such As <em>Chef Solo</em></a></li>-->
2013-06-22 12:34:07 -04:00
<li class="divider"></li>
2013-07-02 05:09:53 -04:00
<h5>Legacy Documentation</h5>
<li><a href="https://github.com/capistrano/capistrano/wiki">Capistrano
v2</a></li>
<li class="divider"></li>
2013-06-22 12:34:07 -04:00
<h5>Recent Announcements</h5>
{% for post in site.posts %}
<li><a href="{{ post.url }}"><span class="post-date">{{ post.date | date_to_string }}</span> {{ post.title }}</a></li>
{% endfor %}
</ul>