summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Ramsay <jramsay@gitlab.com>2018-08-13 10:58:53 -0400
committerJames Ramsay <jramsay@gitlab.com>2018-08-13 10:58:53 -0400
commitdb86214e6afb3123c71b935f2e5c335114df218b (patch)
tree224aff16b66b19b7733294d90fe92aa1c5b2374a /doc
parent132f3545ce721ded0d971ab6de7e5e0906740b56 (diff)
downloadgitlab-ce-db86214e6afb3123c71b935f2e5c335114df218b.tar.gz
Update docs and compress images
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/web_ide/img/admin_clientside_evaluation.pngbin8312 -> 9342 bytes
-rw-r--r--doc/user/project/web_ide/img/clientside_evaluation.pngbin84603 -> 60256 bytes
-rw-r--r--doc/user/project/web_ide/index.md28
3 files changed, 15 insertions, 13 deletions
diff --git a/doc/user/project/web_ide/img/admin_clientside_evaluation.png b/doc/user/project/web_ide/img/admin_clientside_evaluation.png
index 1cffaf09005..a930490398b 100644
--- a/doc/user/project/web_ide/img/admin_clientside_evaluation.png
+++ b/doc/user/project/web_ide/img/admin_clientside_evaluation.png
Binary files differ
diff --git a/doc/user/project/web_ide/img/clientside_evaluation.png b/doc/user/project/web_ide/img/clientside_evaluation.png
index 56b65dde73a..bd04d3d644b 100644
--- a/doc/user/project/web_ide/img/clientside_evaluation.png
+++ b/doc/user/project/web_ide/img/clientside_evaluation.png
Binary files differ
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md
index 992f97e2284..16969b2c527 100644
--- a/doc/user/project/web_ide/index.md
+++ b/doc/user/project/web_ide/index.md
@@ -72,28 +72,30 @@ leaving the Web IDE. Click the dropdown in the top of the sidebar to open a list
of branches. You will need to commit or discard all your changes before
switching to a different branch.
-## Clientside Evaluation
+## Client Side Evaluation
> [Introduced in](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19764) [GitLab Core][ce] 11.2.
-The Web IDE can be used to preview JavaScript projects right in the browser. This
-feature uses CodeSandbox to compile and bundle the JavaScript used to preview.
-On public projects, a `Open in CodeSandbox` button visible which will take
-the files and contents of the project and load it into a CodeSandbox project.
+The Web IDE can be used to preview JavaScript projects right in the browser.
+This feature uses CodeSandbox to compile and bundle the JavaScript used to
+preview the web application. On public projects, an `Open in CodeSandbox`
+button is visible which will transfer the contents of the project into a
+CodeSandbox project to share with others.
**Note** this button is not visible on private or internal projects.
-![Web IDE Clientside Evaluation](img/clientside_evaluation.png)
+![Web IDE Client Side Evaluation](img/clientside_evaluation.png)
-### Enabling Clientside Evaluation
+### Enabling Client Side Evaluation
-The Clientside Evaluation feature needs to be enabled inside of the GitLab instances
-admin settings.
+The Client Side Evaluation feature needs to be enabled in the GitLab instances
+admin settings. Client Side Evaluation is enabled for all projects on
+GitLab.com
-![Admin Clientside Evaluation setting](img/admin_clientside_evaluation.png)
+![Admin Client Side Evaluation setting](img/admin_clientside_evaluation.png)
-Once it has been enabled in application settings, projects with a `package.json` file
-and a `main` entry point can be previewed inside of the Web IDE. An example `package.json`
-is below.
+Once it has been enabled in application settings, projects with a
+`package.json` file and a `main` entry point can be previewed inside of the Web
+IDE. An example `package.json` is below.
```json
{