diff options
author | Mike Lewis <mlewis@gitlab.com> | 2018-11-11 23:27:47 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2018-11-11 23:27:47 +0000 |
commit | d8a456e6a6ec8532c38c638dda79427bb5957bab (patch) | |
tree | 082f974ee4ed854d326cb9a6fad6dd1bc8276d10 | |
parent | f30a9767060c42b68f96034a19509700eafbe501 (diff) | |
download | gitlab-ce-docs-dev-guidelines-update.tar.gz |
changed 'hot details' to 'in-depth details'docs-dev-guidelines-update
-rw-r--r-- | doc/development/documentation/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md index e73f2e24c77..b8b86ac1bf5 100644 --- a/doc/development/documentation/index.md +++ b/doc/development/documentation/index.md @@ -504,7 +504,7 @@ In case the review app URL returns 404, follow these steps to debug: ### Technical aspects -If you want to know the hot details, here's what's really happening: +If you want to know the in-depth details, here's what's really happening: 1. You manually run the `review-docs-deploy` job in a CE/EE merge request. 1. The job runs the [`scripts/trigger-build-docs`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/scripts/trigger-build-docs) |