summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarahghp <sarah.groff.palermo@gmail.com>2019-06-13 19:58:18 -0400
committersarahghp <sarah.groff.palermo@gmail.com>2019-06-13 19:58:18 -0400
commita01ae3b131f99e7899fa23a4d4f944fa06f4a1f1 (patch)
tree22afe712cb79029e7c6d485de96b220f4c1f78b4
parente73772f54edf4de35195612d86287e20a3189b76 (diff)
downloadgitlab-ce-a01ae3b131f99e7899fa23a4d4f944fa06f4a1f1.tar.gz
Add more pix
-rw-r--r--doc/ci/review_apps/img/review_button.pngbin0 -> 58187 bytes
-rw-r--r--doc/ci/review_apps/img/review_modal.pngbin0 -> 964311 bytes
-rw-r--r--doc/ci/review_apps/index.md4
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/review_apps/img/review_button.png b/doc/ci/review_apps/img/review_button.png
new file mode 100644
index 00000000000..0b231c50858
--- /dev/null
+++ b/doc/ci/review_apps/img/review_button.png
Binary files differ
diff --git a/doc/ci/review_apps/img/review_modal.png b/doc/ci/review_apps/img/review_modal.png
new file mode 100644
index 00000000000..1badc5adb62
--- /dev/null
+++ b/doc/ci/review_apps/img/review_modal.png
Binary files differ
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md
index 7b4c362a82a..4060993bf51 100644
--- a/doc/ci/review_apps/index.md
+++ b/doc/ci/review_apps/index.md
@@ -170,8 +170,8 @@ Comments can make use of all the markdown annotations available in merge request
The toolbar is served through a script injected into the pages in your Review App. The base script to be included can be found by clicking the Review button in the Review App footer in the MR.
-_Screenshot of button_
-_Screenshot of open modal_
+![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 means to inject these at runtime. (And keep your eyes peeled for new features to make it even easier in upcoming releases!)