summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Groff Hennigh-Palermo <sarah.groff.palermo@gmail.com>2019-06-14 18:23:43 +0000
committersarahghp <sarah.groff.palermo@gmail.com>2019-06-14 14:46:20 -0400
commit713052a2cc32d4faa796270a0cc76b1b63e6b3c8 (patch)
tree0619d1979f85b12b799114c7330de1ac09c726e8
parent3350d9a7217542155363b56be79f19280d10ac06 (diff)
downloadgitlab-ce-713052a2cc32d4faa796270a0cc76b1b63e6b3c8.tar.gz
Apply suggestions from review
-rw-r--r--doc/ci/review_apps/index.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 9dfb99d99c4..07044f83b31 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -166,7 +166,11 @@ text field into the discussion thread of a merge request:
#### Using Visual Reviews
-To use the Visual Reviews feedback form, you will need a [personal access token](../../user/profile/personal_access_tokens.md) with the [API scope](../../user/profile/personal_access_tokens.md#limiting-scopes-of-a-personal-access-token).
+If Visual Reviews has been [enabled](#configuring-visual-reviews) for the Review App, the Visual Reviews feedback form is overlaid on the app's pages at the bottom-right corner.
+
+To use the feedback form, you will need to create a [personal access token](../../user/profile/personal_access_tokens.md) with the API scope selected.
+
+Paste the token into the feedback box, when prompted. If you select **Remember me**, your browser stores the token so that future visits to Review Apps at the same URL will not require you to re-enter the token. To clear the token, click **Log out**.
Comments can make use of all the [Markdown annotations](../../user/markdown.md)
available in merge request comment boxes.
@@ -174,14 +178,13 @@ available in merge request comment boxes.
#### Configuring Visual Reviews
The feedback form is served through a script you add to pages in your Review App.
-The contents of the script can be found by clicking the **Review** button in the
-Review App footer in the MR.
+To access the code to include the script, click the **Review** button in the **Pipeline** section of the merge request.
![review button](img/review_button.png)
![review modal](img/review_modal.png)
-The base script hardcodes the project and merge request IDs. You may want to consider
-using features of your programming language to use environment variables or another
+The provided script hardcodes the project and merge request IDs. You may want to consider
+using features of your programming language to use environment variables or other
means to inject these at runtime.
Future enhancements will make this process even easier.