Skip to content

Commit 0e0cd95

Browse files
committed
Update docgen
1 parent 0b78e2b commit 0e0cd95

Some content is hidden

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

71 files changed

+313
-307
lines changed

docs/contrib/bugsnag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ after('deploy', 'bugsnag:notify');
2626

2727
## Tasks
2828

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

3232
Notifies Bugsnag of deployment.

docs/contrib/cachetool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,23 +133,23 @@ The value of this configuration is autogenerated on access.
133133

134134
## Tasks
135135

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

139139
Clears OPcode cache.
140140

141141
Clear opcache cache
142142

143143

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

147147
Clears APCu system cache.
148148

149149
Clear APCu cache
150150

151151

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

155155
Clears file status and realpath caches.

docs/contrib/chatwork.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,31 +156,31 @@ The Messages
156156
Helpers
157157

158158

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

162162
Tests messages.
163163

164164
Tasks
165165

166166

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

170170
Notifies Chatwork.
171171

172172

173173

174174

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

178178
Notifies Chatwork about deploy finish.
179179

180180

181181

182182

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

186186
Notifies Chatwork about deploy failure.

docs/contrib/cimonitor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,23 +183,23 @@ get('cimonitor_status_success')
183183

184184
## Tasks
185185

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

189189
Notifies CIMonitor.
190190

191191

192192

193193

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

197197
Notifies CIMonitor about deploy finish.
198198

199199

200200

201201

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

205205
Notifies CIMonitor about deploy failure.

docs/contrib/cloudflare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if not the, last tasks before cleanup
2828

2929
## Tasks
3030

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

3434
Clears Cloudflare Cache.

docs/contrib/cpanel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,23 @@ after('deploy:prepare', 'cpanel:createdb');
115115

116116
## Tasks
117117

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

121121
Creates database though CPanel API.
122122

123123

124124

125125

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

129129
Creates addon domain though CPanel API.
130130

131131

132132

133133

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

137137
Deletes addon domain though CPanel API.

docs/contrib/crontab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ false
7474

7575
## Tasks
7676

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

8080
Sync crontab jobs.

docs/contrib/directadmin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,47 +32,47 @@ require 'contrib/directadmin.php';
3232

3333
## Tasks
3434

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

3838
Creates a database on DirectAdmin.
3939

4040

4141

4242

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

4646
Deletes a database on DirectAdmin.
4747

4848

4949

5050

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

5454
Creates a domain on DirectAdmin.
5555

5656

5757

5858

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

6262
Deletes a domain on DirectAdmin.
6363

6464

6565

6666

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

7070
Symlink your private_html to public_html.
7171

7272

7373

7474

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

7878
Changes the PHP version from a domain.

docs/contrib/discord.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,31 +114,31 @@ The message
114114
Helpers
115115

116116

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

120120
Tests messages.
121121

122122
Tasks
123123

124124

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

128128
Notifies Discord.
129129

130130

131131

132132

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

136136
Notifies Discord about deploy finish.
137137

138138

139139

140140

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

144144
Notifies Discord about deploy failure.

docs/contrib/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ after('deploy:success', 'grafana:annotation');
3636

3737
## Tasks
3838

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

4242
Creates Grafana annotation of deployment.

0 commit comments

Comments
 (0)