2013-06-22 12:34:07 -04:00
< ul class = "side-nav" >
2016-04-20 06:56:59 -04:00
2016-02-01 06:10:13 -05:00
< h5 > Search< / h5 >
< form action = "https://www.google.com/search" method = "get" >
< input type = "hidden" name = "as_sitesearch" value = "capistranorb.com" >
< input type = "search" name = "q" placeholder = "Search terms" autocomplete = "off" >
< / form >
< li class = "divider" > < / li >
2015-01-18 10:08:04 -05:00
2013-06-22 12:34:07 -04:00
< h5 > Overview< / h5 >
< li > < a href = "/documentation/overview/what-is-capistrano/" > What is Capistrano?< / a > < / li >
< li class = "divider" > < / li >
2015-01-18 10:08:04 -05:00
2013-06-22 12:34:07 -04:00
< h5 > Getting Started< / h5 >
2013-10-08 11:16:10 -04:00
< li > < a href = "https://github.com/capistrano/capistrano/blob/master/README.md" > The Readme, start here!< / a > < / li >
2015-01-18 10:08:07 -05:00
2013-06-24 08:29:07 -04:00
< li > < a href = "/documentation/getting-started/installation/" > Installation< / a > < / li >
2015-01-19 05:42:24 -05:00
< li > < a href = "/documentation/getting-started/structure/" > Structure< / a > < / li >
2015-01-22 14:10:42 -05:00
< li > < a href = "/documentation/getting-started/configuration/" > Configuration< / a > < / li >
< li > < a href = "/documentation/getting-started/user-input/" > User Input< / a > < / li >
2013-06-24 08:29:07 -04:00
< li > < a href = "/documentation/getting-started/preparing-your-application/" > Preparing Your Application< / 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 >
2015-01-18 10:08:07 -05:00
< li > < a href = "/documentation/getting-started/cold-start/" > Cold Start< / a > < / li >
2017-10-09 22:32:13 -04:00
< li > < a href = "/documentation/getting-started/version-locking/" > Version Locking< / a > < / li >
2015-01-18 10:08:07 -05:00
< li > < a href = "/documentation/getting-started/tasks/" > Tasks< / a > < / li >
< li > < a href = "/documentation/getting-started/local-tasks/" > Local Tasks< / a > < / li >
< li > < a href = "/documentation/getting-started/before-after/" > Before / After Hooks< / a > < / li >
< li > < a href = "/documentation/getting-started/authentication-and-authorisation/" > Authentication & Authorisation< / a > < / li >
2013-12-28 04:30:24 -05:00
< li class = "divider" > < / li >
2015-01-18 10:08:04 -05:00
2017-10-09 18:43:46 -04:00
< h5 > Task cookbook< / h5 >
2017-10-10 07:37:10 -04:00
<!-- Also add to intro/index.markdown -->
2017-10-09 18:43:46 -04:00
< li > < a href = "/documentation/tasks/intro/" > Introduction< / a > < / li >
< li > < a href = "/documentation/tasks/rails/" > Rails related tasks< / a > < / li >
2013-12-28 04:30:24 -05:00
< li class = "divider" > < / li >
2015-01-18 10:08:04 -05:00
2013-12-28 04:30:24 -05:00
< h5 > Advanced Features< / h5 >
2015-01-18 10:08:07 -05:00
< li > < a href = "/documentation/advanced-features/console/" > Console< / a > < / li >
< li > < a href = "/documentation/advanced-features/ptys/" > PTYs< / a > < / li >
2015-02-06 14:12:32 -05:00
< li > < a href = "/documentation/advanced-features/filtering/" > Filtering< / a > < / li >
2015-02-06 14:19:15 -05:00
< li > < a href = "/documentation/advanced-features/properties/" > Properties< / a > < / li >
2015-01-27 17:58:46 -05:00
< li > < a href = "/documentation/advanced-features/property-filtering/" > Property Filtering< / a > < / li >
2013-12-28 09:48:14 -05:00
< li > < a href = "/documentation/advanced-features/host-filtering/" > Host filtering< / a > < / li >
2015-01-18 10:08:07 -05:00
< li > < a href = "/documentation/advanced-features/role-filtering/" > Role Filtering< / a > < / li >
2016-09-14 12:33:58 -04:00
< li > < a href = "/documentation/advanced-features/custom-filters/" > Custom Filters< / a > < / li >
2015-01-18 10:08:04 -05:00
< li > < a href = "/documentation/advanced-features/overriding-capistrano-tasks/" > Overriding Capistrano Tasks< / a > < / li >
< li > < a href = "/documentation/advanced-features/remote-file/" > Remote File Task< / a > < / li >
2016-05-23 12:30:06 -04:00
< li > < a href = "/documentation/advanced-features/ssh-kit" > Remote Commands with SSHKit< / a > < / li >
< li > < a href = "/documentation/advanced-features/ignoring" > Preventing file deployment with gitattributes< / a > < / li >
< li > < a href = "/documentation/advanced-features/validation-of-variables" > Validation of variables< / a > < / li >
2016-05-20 14:08:35 -04:00
< li > < a href = "/documentation/advanced-features/custom-scm" > Custom SCM< / a > < / li >
2015-01-18 10:08:04 -05:00
< li class = "divider" > < / li >
2014-03-26 20:54:39 -04:00
2015-01-18 10:08:04 -05:00
< h5 > Plugins< / h5 >
2017-10-03 19:30:53 -04:00
< li > < a href = "/documentation/plugins/" > Official Plugins< / a > < / li >
2015-01-18 10:17:46 -05:00
< li > < a href = "/documentation/third-party-plugins/" > 3< sup > rd< / sup > Party Plugins< / a > < / li >
2013-06-22 12:34:07 -04:00
< li class = "divider" > < / li >
2015-01-18 10:08:04 -05:00
2013-06-22 12:34:07 -04:00
< h5 > FAQ< / h5 >
2015-01-18 10:08:04 -05: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 >
2014-06-29 18:21:20 -04:00
< li > < a href = "/documentation/faq/how-can-i-access-stage-configuration-variables/" > How can I access stage configuration variables?< / a > < / li >
2015-01-18 10:08:04 -05:00
< li > < a href = "/documentation/faq/how-can-i-check-for-existing-remote-file/" > How can I check for existing remote file?< / a > < / li >
< li > < a href = "/documentation/faq/how-can-i-get-capistrano-to-prompt-for-a-password/" > How can I get Capistrano to prompt for a password?< / a > < / li >
2015-10-30 20:00:29 -04:00
< li > < a href = "/documentation/faq/how-can-i-set-capistrano-configuration-paths/" > How can I set Capistrano configuration paths?< / a > < / li >
2013-06-22 12:34:07 -04:00
< li class = "divider" > < / li >
2015-01-18 10:08:04 -05:00
2015-01-18 10:08:07 -05:00
< h5 > Legacy< / h5 >
2016-04-20 06:56:59 -04:00
< li > < a href = "https://github.com/capistrano/capistrano-2.x-docs/" > Capistrano 2 Documentation Repository< / a > < / li >
2015-01-18 10:08:07 -05:00
< li > < a href = "/documentation/upgrading/" > Upgrading from Capistrano 2.x to 3< / a > < / li >
2013-07-02 05:09:53 -04:00
< li class = "divider" > < / li >
2015-01-18 10:08:04 -05:00
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 >