Skip to content

Commit 4ecc478

Browse files
committed
Fix docgen
1 parent 53f1451 commit 4ecc478

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+89
-163
lines changed

contrib/bugsnag.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
after('deploy', 'bugsnag:notify');
2121
```
2222
*/
23-
2423
namespace Deployer;
2524

2625
use Deployer\Utility\Httpie;

contrib/cachetool.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
Read more information about cachetool on the website:
4949
http://gordalina.github.io/cachetool/
5050
*/
51-
5251
namespace Deployer;
5352

5453
set('cachetool', '');

contrib/slack.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
```
6363
6464
*/
65-
6665
namespace Deployer;
6766

6867
use Deployer\Utility\Httpie;

docs/contrib/bugsnag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[Source](/contrib/bugsnag.php)
88

99

10+
1011
Add to your _deploy.php_
1112

1213
```php
@@ -29,11 +30,10 @@ after('deploy', 'bugsnag:notify');
2930

3031

3132

32-
3333
## Tasks
3434

3535
### bugsnag:notify
36-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/bugsnag.php#L29)
36+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/bugsnag.php#L28)
3737

3838
Notifying Bugsnag of deployment.
3939

docs/contrib/cachetool.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[Source](/contrib/cachetool.php)
88

99

10+
1011
Add to your _deploy.php_
1112

1213
```php
@@ -56,31 +57,30 @@ Read more information about cachetool on the website:
5657
http://gordalina.github.io/cachetool/
5758

5859

59-
6060
## Configuration
6161
### cachetool
62-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L54)
62+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L53)
6363

6464

6565

6666

6767

6868
### cachetool_args
69-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L55)
69+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L54)
7070

7171

7272

7373

7474

7575
### bin/cachetool
76-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L56)
76+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L55)
7777

7878

7979

8080

8181

8282
### cachetool_options
83-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L62)
83+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L61)
8484

8585

8686

@@ -90,23 +90,23 @@ http://gordalina.github.io/cachetool/
9090
## Tasks
9191

9292
### cachetool:clear:opcache
93-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L79)
93+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L78)
9494

9595
Clearing OPcode cache.
9696

9797
Clear opcache cache
9898

9999

100100
### cachetool:clear:apcu
101-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L87)
101+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L86)
102102

103103
Clearing APCu system cache.
104104

105105
Clear APCU cache
106106

107107

108108
### cachetool:clear:stat
109-
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L95)
109+
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L94)
110110

111111
Clearing file status and realpath caches.
112112

docs/contrib/chatwork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[Source](/contrib/chatwork.php)
88

99

10+
1011
# Chatwork Recipe
1112

1213
## Installing
@@ -92,7 +93,6 @@ after('deploy:failed', 'chatwork:notify:failure');
9293
```
9394

9495

95-
9696
## Configuration
9797
### chatwork_token
9898
[Source](https://github.com/deployphp/deployer/blob/master/contrib/chatwork.php#L91)

docs/contrib/cimonitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[Source](/contrib/cimonitor.php)
88

99

10+
1011
# CIMonitor recipe
1112

1213
Monitor your deployments on [CIMonitor](https://github.com/CIMonitor/CIMonitor).
@@ -70,7 +71,6 @@ after('deploy:failed', 'cimonitor:notify:failure');
7071
```
7172

7273

73-
7474
## Configuration
7575
### cimonitor_title
7676
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cimonitor.php#L70)

docs/contrib/cloudflare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[Source](/contrib/cloudflare.php)
88

99

10+
1011
### Installing
1112

1213
Add to your _deploy.php_
@@ -32,7 +33,6 @@ if not the, last tasks before cleanup
3233

3334

3435

35-
3636
## Tasks
3737

3838
### deploy:cloudflare

docs/contrib/cpanel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[Source](/contrib/cpanel.php)
88

99

10+
1011
### Installing
1112

1213
Add to your _deploy.php_
@@ -150,7 +151,6 @@ after('deploy:prepare', 'cpanel:createdb');
150151

151152

152153

153-
154154
## Tasks
155155

156156
### cpanel:createdb

docs/contrib/crontab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[Source](/contrib/crontab.php)
88

99

10+
1011
Recipe for adding crontab jobs.
1112

1213
It checks for duplicates by the command part of the job. Changing the schedule will update the crontab. So when you change the command part you have to manually remove the old one. Use `crontab -e` on the server to remove it.
@@ -28,7 +29,6 @@ add('crontab:jobs', [
2829
```
2930

3031

31-
3232
## Configuration
3333
### bin/crontab
3434
[Source](https://github.com/deployphp/deployer/blob/master/contrib/crontab.php#L26)

0 commit comments

Comments
 (0)