Skip to content

Commit

Permalink
Update docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 22, 2024
1 parent ff51d86 commit 0b78e2b
Show file tree
Hide file tree
Showing 82 changed files with 957 additions and 956 deletions.
2 changes: 1 addition & 1 deletion docs/contrib/bugsnag.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ after('deploy', 'bugsnag:notify');

## Tasks

### bugsnag:notify
### bugsnag:notify {#bugsnag-notify}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/bugsnag.php#L24)

Notifies Bugsnag of deployment.
Expand Down
6 changes: 3 additions & 3 deletions docs/contrib/cachetool.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,23 @@ The value of this configuration is autogenerated on access.

## Tasks

### cachetool:clear:opcache
### cachetool:clear:opcache {#cachetool-clear-opcache}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L89)

Clears OPcode cache.

Clear opcache cache


### cachetool:clear:apcu
### cachetool:clear:apcu {#cachetool-clear-apcu}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L100)

Clears APCu system cache.

Clear APCu cache


### cachetool:clear:stat
### cachetool:clear:stat {#cachetool-clear-stat}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L111)

Clears file status and realpath caches.
Expand Down
10 changes: 5 additions & 5 deletions docs/contrib/chatwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,39 +148,39 @@ The Messages

## Tasks

### chatwork_send_message
### chatwork_send_message {#chatwork_send_message}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/chatwork.php#L109)



Helpers


### chatwork:test
### chatwork:test {#chatwork-test}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/chatwork.php#L118)

Tests messages.

Tasks


### chatwork:notify
### chatwork:notify {#chatwork-notify}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/chatwork.php#L129)

Notifies Chatwork.




### chatwork:notify:success
### chatwork:notify:success {#chatwork-notify-success}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/chatwork.php#L144)

Notifies Chatwork about deploy finish.




### chatwork:notify:failure
### chatwork:notify:failure {#chatwork-notify-failure}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/chatwork.php#L160)

Notifies Chatwork about deploy failure.
Expand Down
6 changes: 3 additions & 3 deletions docs/contrib/cimonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,23 +183,23 @@ get('cimonitor_status_success')

## Tasks

### cimonitor:notify
### cimonitor:notify {#cimonitor-notify}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cimonitor.php#L89)

Notifies CIMonitor.




### cimonitor:notify:success
### cimonitor:notify:success {#cimonitor-notify-success}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cimonitor.php#L115)

Notifies CIMonitor about deploy finish.




### cimonitor:notify:failure
### cimonitor:notify:failure {#cimonitor-notify-failure}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cimonitor.php#L143)

Notifies CIMonitor about deploy failure.
Expand Down
2 changes: 1 addition & 1 deletion docs/contrib/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if not the, last tasks before cleanup

## Tasks

### deploy:cloudflare
### deploy:cloudflare {#deploy-cloudflare}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cloudflare.php#L24)

Clears Cloudflare Cache.
Expand Down
6 changes: 3 additions & 3 deletions docs/contrib/cpanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,23 +115,23 @@ after('deploy:prepare', 'cpanel:createdb');

## Tasks

### cpanel:createdb
### cpanel:createdb {#cpanel-createdb}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cpanel.php#L196)

Creates database though CPanel API.




### cpanel:createaddondomain
### cpanel:createaddondomain {#cpanel-createaddondomain}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cpanel.php#L224)

Creates addon domain though CPanel API.




### cpanel:deleteaddondomain
### cpanel:deleteaddondomain {#cpanel-deleteaddondomain}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/cpanel.php#L247)

Deletes addon domain though CPanel API.
Expand Down
2 changes: 1 addition & 1 deletion docs/contrib/crontab.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ false

## Tasks

### crontab:sync
### crontab:sync {#crontab-sync}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/crontab.php#L41)

Sync crontab jobs.
Expand Down
12 changes: 6 additions & 6 deletions docs/contrib/directadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,47 @@ require 'contrib/directadmin.php';

## Tasks

### directadmin:createdb
### directadmin:createdb {#directadmin-createdb}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/directadmin.php#L76)

Creates a database on DirectAdmin.




### directadmin:deletedb
### directadmin:deletedb {#directadmin-deletedb}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/directadmin.php#L96)

Deletes a database on DirectAdmin.




### directadmin:createdomain
### directadmin:createdomain {#directadmin-createdomain}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/directadmin.php#L111)

Creates a domain on DirectAdmin.




### directadmin:deletedomain
### directadmin:deletedomain {#directadmin-deletedomain}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/directadmin.php#L129)

Deletes a domain on DirectAdmin.




### directadmin:symlink-private-html
### directadmin:symlink-private-html {#directadmin-symlink-private-html}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/directadmin.php#L145)

Symlink your private_html to public_html.




### directadmin:php-version
### directadmin:php-version {#directadmin-php-version}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/directadmin.php#L161)

Changes the PHP version from a domain.
Expand Down
10 changes: 5 additions & 5 deletions docs/contrib/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,39 +106,39 @@ The message

## Tasks

### discord_send_message
### discord_send_message {#discord_send_message}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/discord.php#L79)



Helpers


### discord:test
### discord:test {#discord-test}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/discord.php#L87)

Tests messages.

Tasks


### discord:notify
### discord:notify {#discord-notify}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/discord.php#L98)

Notifies Discord.




### discord:notify:success
### discord:notify:success {#discord-notify-success}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/discord.php#L106)

Notifies Discord about deploy finish.




### discord:notify:failure
### discord:notify:failure {#discord-notify-failure}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/discord.php#L114)

Notifies Discord about deploy failure.
Expand Down
2 changes: 1 addition & 1 deletion docs/contrib/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ after('deploy:success', 'grafana:annotation');

## Tasks

### grafana:annotation
### grafana:annotation {#grafana-annotation}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/grafana.php#L38)

Creates Grafana annotation of deployment.
Expand Down
6 changes: 3 additions & 3 deletions docs/contrib/hangouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,23 @@ Deploy messages

## Tasks

### chat:notify
### chat:notify {#chat-notify}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/hangouts.php#L60)

Notifies Google Hangouts Chat.




### chat:notify:success
### chat:notify:success {#chat-notify-success}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/hangouts.php#L102)

Notifies Google Hangouts Chat about deploy finish.




### chat:notify:failure
### chat:notify:failure {#chat-notify-failure}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/hangouts.php#L144)

Notifies Google Hangouts Chat about deploy failure.
Expand Down
2 changes: 1 addition & 1 deletion docs/contrib/hipchat.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ after('deploy', 'hipchat:notify');

## Tasks

### hipchat:notify
### hipchat:notify {#hipchat-notify}
[Source](https://github.com/deployphp/deployer/blob/master/contrib/hipchat.php#L32)

Notifies Hipchat channel of deployment.
Expand Down
Loading

0 comments on commit 0b78e2b

Please sign in to comment.