mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Moved the Official Plugins into a separated page.
Also added information to expand the list of 3rd party plugins.
This commit is contained in:
parent
1f96ce3aca
commit
bf1f7bb877
3 changed files with 24 additions and 11 deletions
|
@ -51,17 +51,7 @@
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
|
|
||||||
<h5>Plugins</h5>
|
<h5>Plugins</h5>
|
||||||
<li><a href="https://github.com/capistrano/bundler/">Bundler</a></li>
|
<li><a href="/documentation/plugins/">Official Plugins</a></li>
|
||||||
<li><a href="https://github.com/capistrano/composer/">Composer</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/drupal-deploy/">Drupal</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/laravel/">Laravel</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/npm/">npm</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/passenger/">Phusion Passenger</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/chruby/">chruby</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/rbenv/">rbenv</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/rvm/">RVM</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/rails/">Ruby on Rails</a></li>
|
|
||||||
<li><a href="https://github.com/capistrano/symfony/">Symfony</a></li>
|
|
||||||
<li><a href="/documentation/third-party-plugins/">3<sup>rd</sup> Party Plugins</a></li>
|
<li><a href="/documentation/third-party-plugins/">3<sup>rd</sup> Party Plugins</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
|
|
||||||
|
|
20
docs/documentation/plugins/index.markdown
Normal file
20
docs/documentation/plugins/index.markdown
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
title: Official Plugins
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
This is the list of official Capistrano Plugins.
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/capistrano/bundler/">Bundler</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/composer/">Composer</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/drupal-deploy/">Drupal</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/laravel/">Laravel</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/npm/">npm</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/passenger/">Phusion Passenger</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/chruby/">chruby</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/rbenv/">rbenv</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/rvm/">RVM</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/rails/">Ruby on Rails</a></li>
|
||||||
|
<li><a href="https://github.com/capistrano/symfony/">Symfony</a></li>
|
||||||
|
</ul>
|
|
@ -6,6 +6,9 @@ layout: default
|
||||||
Here are some Capistrano plugins you might find useful.
|
Here are some Capistrano plugins you might find useful.
|
||||||
This list is neither complete nor audited in any way.
|
This list is neither complete nor audited in any way.
|
||||||
|
|
||||||
|
You can help us expanding this list by sending us a pull request on
|
||||||
|
<a href="https://github.com/capistrano/capistrano/pulls">GitHub</a>.
|
||||||
|
|
||||||
<div class="github-widget" data-repo="capistrano-plugins/capistrano-postgresql"></div>
|
<div class="github-widget" data-repo="capistrano-plugins/capistrano-postgresql"></div>
|
||||||
|
|
||||||
<div class="github-widget" data-repo="capistrano-plugins/capistrano-unicorn-nginx"></div>
|
<div class="github-widget" data-repo="capistrano-plugins/capistrano-unicorn-nginx"></div>
|
||||||
|
|
Loading…
Reference in a new issue