From bf1f7bb877fb4eb6b6de76fbc47bc21bd37d290d Mon Sep 17 00:00:00 2001 From: Evaldo Bento Date: Wed, 4 Oct 2017 01:30:53 +0200 Subject: [PATCH] Moved the Official Plugins into a separated page. Also added information to expand the list of 3rd party plugins. --- docs/_includes/navigation.html | 12 +---------- docs/documentation/plugins/index.markdown | 20 +++++++++++++++++++ .../third-party-plugins/index.markdown | 3 +++ 3 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 docs/documentation/plugins/index.markdown diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html index 6bf34959..7aaed05e 100644 --- a/docs/_includes/navigation.html +++ b/docs/_includes/navigation.html @@ -51,17 +51,7 @@
  • Plugins
    -
  • Bundler
  • -
  • Composer
  • -
  • Drupal
  • -
  • Laravel
  • -
  • npm
  • -
  • Phusion Passenger
  • -
  • chruby
  • -
  • rbenv
  • -
  • RVM
  • -
  • Ruby on Rails
  • -
  • Symfony
  • +
  • Official Plugins
  • 3rd Party Plugins
  • diff --git a/docs/documentation/plugins/index.markdown b/docs/documentation/plugins/index.markdown new file mode 100644 index 00000000..262e29d6 --- /dev/null +++ b/docs/documentation/plugins/index.markdown @@ -0,0 +1,20 @@ +--- +title: Official Plugins +layout: default +--- + +This is the list of official Capistrano Plugins. + + diff --git a/docs/documentation/third-party-plugins/index.markdown b/docs/documentation/third-party-plugins/index.markdown index df95d214..5f60e99a 100644 --- a/docs/documentation/third-party-plugins/index.markdown +++ b/docs/documentation/third-party-plugins/index.markdown @@ -6,6 +6,9 @@ layout: default Here are some Capistrano plugins you might find useful. This list is neither complete nor audited in any way. +You can help us expanding this list by sending us a pull request on +GitHub. +