summaryrefslogtreecommitdiff
path: root/doc/development/rake_tasks.md
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-03 20:49:13 +0000
committerStan Hu <stanhu@gmail.com>2015-09-03 20:54:16 +0000
commita73044320f806c660a21992fdbf63deb161c615e (patch)
treec792a6886003ba4639b03112b3f469b42e16a865 /doc/development/rake_tasks.md
parent996f51559b428102b4c9540617ee9f0847246d74 (diff)
downloadgitlab-ce-a73044320f806c660a21992fdbf63deb161c615e.tar.gz
Fix `rake services:doc` generation
[ci skip]
Diffstat (limited to 'doc/development/rake_tasks.md')
-rw-r--r--doc/development/rake_tasks.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index 53f8095cb13..a4a980cf0e0 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -27,3 +27,9 @@ You can find results under the `doc/code` directory.
```
bundle exec rake gitlab:generate_docs
```
+
+## Generate API documentation for project services (e.g. Slack)
+
+```
+bundle exec rake services:doc
+```