Commit 984f9ebd authored by Phil Hughes's avatar Phil Hughes

Merge branch 'jr-codesandbox-docs' into 'master'

Clarify CodeSandbox works for private projects

See merge request gitlab-org/gitlab-ce!21579
parents c380d3ac 0bf3562b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment