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

16 commits

Author SHA1 Message Date
Rolandas Barysas
3fbbbd8f5b
Update docs website icons, optimize images (#2056)
* Add social icons, optimize images

* Fix manifest asset urls

* Fix ms tile image url

* Add favicon tag
2020-04-19 21:48:51 -07:00
Lee Hambley
9cccf04039 Fix #2010 by removing Harrow.io link from the sidebar 2018-12-11 15:20:14 +01:00
Bèr Kessels
a6954e0056 Remnove dead link from the sidebar.
Site is gone and the content seems lost. If someone has a mirror, that
could be re-added.
2018-10-12 10:52:49 +02:00
William Johnston
04455d9daf Switch a number of http links and dependencies to https 2018-06-24 11:22:13 -05:00
William Johnston
aa52ff877a Merge pull request #1926 from will-in-wi/initial_cookbook
Initial attempt at a cookbook
2017-10-12 06:10:10 -05:00
William Johnston
d8215854fb Add navigation to intro page 2017-10-10 06:37:10 -05:00
William Johnston
e3754fb23b Initial draft of version locking documentation. Fixes #1929 2017-10-09 21:32:13 -05:00
William Johnston
f18004c1ae Rework per feedback 2017-10-09 17:43:46 -05:00
William Johnston
7d33d6d3ec Initial attempt at a cookbook 2017-10-07 07:30:51 -05:00
Evaldo Bento
bf1f7bb877 Moved the Official Plugins into a separated page.
Also added information to expand the list of 3rd party plugins.
2017-10-04 01:30:53 +02:00
Lee Hambley
f939df4ac0 Remove nagging popover from docs site (#1855)
* Remove nagging popover from docs site
* remove obsolete banner style
2017-02-26 08:03:56 -08:00
Lee Hambley
266e82b270 Update link sponsorship link in doc footer to point at a Capistrano dedicated landing page 2017-01-25 20:45:06 +01:00
Lee Hambley
b11394ea15 Include link to DNSimple in the footer. They sponsor our DNS.
Whilst trying to reduce the impact the loss of any one maintainer can
have, we were offered a solution to the DNS ownership problem by
DNSimple who kindly sponsored our DNS entry. This allows the three core
maintainers to have access to the DNS system incase changes need to be
made.

Part of the deal was including a link to DNSimple in the footer of the
site (as Hanamai, and others do).

I forgot, apparently to keep my end of the bargain, and during a recent
audit they've checked in with me to see if we're still making use of the
sponsored service. As I like DNSimple and find them to be very useful,
I'd like them to continue to sponsor us, and offer this tweak to the
doce to fulfil our obligations in that regard.
2017-01-24 18:57:19 +01:00
Dylan Frese
f76fb81fe2
Add support for adding custom filters
Users of the API may now add their own 'on'-filters by calling
Configuration#add_filter, e.g:
`Capistrano::Configuration.env.add_filter(RegionFilter.new('NE'))`.

An filter object passed into this method must respond to .filter, and
this method should accept an array of Server objects and return a subset
of this array.

Tests have been added that checks that:
  * A filter can be added without throwing an error
  * Trying to add a filter without a filter method throws a
    TypeError
  * An added filter is used to filter a list of servers
  * add_filter accepts a block, and raises an ArgumentError
    if passed both a block and an object.
2016-12-09 18:11:15 -06:00
Matt Brictson
f513c2d6b4
Document new SCM plugin system 2016-08-30 18:09:07 -07:00
Matt Brictson
9d62e3d7b6
Move gh-pages site to the docs/ folder 2016-08-23 18:04:57 -07:00