diff options
author | Robert Speicher <robert@gitlab.com> | 2016-11-04 13:02:51 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-11-04 13:02:51 +0000 |
commit | e4c05de75ccec1b0d64a7a994f05d54bffc903e5 (patch) | |
tree | f0576cd24562c39bb9fde9fbd53b32c0a5466069 /doc | |
parent | 588bc001e27080d2583781426e2336ffa09f70e5 (diff) | |
parent | 9dc3c4c044b8d73a2fa632eac08576ffa9c52194 (diff) | |
download | gitlab-ce-e4c05de75ccec1b0d64a7a994f05d54bffc903e5.tar.gz |
Merge branch 'rs-update-rdoc' into 'master'
Update rdoc to `~> 4.2`
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
See merge request !7261
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/rake_tasks.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md index a7175f3f87e..827db7e99b8 100644 --- a/doc/development/rake_tasks.md +++ b/doc/development/rake_tasks.md @@ -42,14 +42,6 @@ To run several tests inside one directory: If you want to use [Spring](https://github.com/rails/spring) set `ENABLE_SPRING=1` in your environment. -## Generate searchable docs for source code - -You can find results under the `doc/code` directory. - -``` -bundle exec rake gitlab:generate_docs -``` - ## Generate API documentation for project services (e.g. Slack) ``` |