summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarahghp <sarah.groff.palermo@gmail.com>2019-06-14 08:32:47 -0400
committersarahghp <sarah.groff.palermo@gmail.com>2019-06-14 14:46:03 -0400
commit3350d9a7217542155363b56be79f19280d10ac06 (patch)
tree1a678cd85370e291de4ed42c41bfc7b83be3d5ac
parent770fe0aa7a604f8fedd1c87b623c50fdb090d7ff (diff)
downloadgitlab-ce-3350d9a7217542155363b56be79f19280d10ac06.tar.gz
Update feature name
-rw-r--r--doc/ci/review_apps/index.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 9b827af98b0..9dfb99d99c4 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -154,27 +154,27 @@ After adding Review Apps to your workflow, you follow the branched Git flow. Tha
1. Wait for the Runner to build and deploy your web application.
1. Click on the link that provided in the merge request related to the branch to see the changes live.
-### Review Toolbar
+### Visual Reviews
-The Review Toolbar can be added to a Review App to make it possible to post comments
+The Visual Review feedback form can be added to a Review App to make it possible to post comments
directly from the app back to the merge request that spawned the Review App.
-For example, a form like the following can be made to post the contents of the
+For example, a form like the following can be made to post the contents of the
text field into the discussion thread of a merge request:
![feedback form](img/toolbar_feeback_form.png)
-#### Using the Toolbar
+#### Using Visual Reviews
-To use the toolbar, 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).
+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).
Comments can make use of all the [Markdown annotations](../../user/markdown.md)
available in merge request comment boxes.
-#### Configuring the Toolbar
+#### Configuring Visual Reviews
-The toolbar 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
+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.
![review button](img/review_button.png)
@@ -182,7 +182,7 @@ Review App footer in the MR.
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
-means to inject these at runtime.
+means to inject these at runtime.
Future enhancements will make this process even easier.