Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-09-07 10:31:56 +0300
committerPhil Hughes <me@iamphill.com>2018-09-07 10:31:56 +0300
commit984f9ebd6cc11527c2fd0b793a12693a208911c9 (patch)
treea5ceff50303543660b90c346a5a89dbbfd089919
parentc380d3acebd181f13629a25d2e2acca46ffe1e00 (diff)
parent0bf3562b8e7eb132f01edbe17c8c763fdefea79b (diff)
Merge branch 'jr-codesandbox-docs' into 'master'
Clarify CodeSandbox works for private projects See merge request gitlab-org/gitlab-ce!21579
-rw-r--r--doc/user/project/web_ide/index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md
index 16969b2c527..9429b1268f0 100644
--- a/doc/user/project/web_ide/index.md
+++ b/doc/user/project/web_ide/index.md
@@ -78,13 +78,14 @@ switching to a different branch.
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.
+preview the web application.
![Web IDE Client Side Evaluation](img/clientside_evaluation.png)
+Additionally, for public projects an `Open in CodeSandbox` button is available
+to transfer the contents of the project into a public CodeSandbox project to
+quickly share your project with others.
+
### Enabling Client Side Evaluation
The Client Side Evaluation feature needs to be enabled in the GitLab instances