diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-13 03:08:45 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-13 03:08:45 +0000 |
commit | cec66a35795c484018b16ee1e17ecd1c7cb3a9c8 (patch) | |
tree | edf62b805d64baa0f868d4156591f02d31c633df /doc/development/integrations | |
parent | 71d4234fa1047943240e129b73ca41e751711520 (diff) | |
download | gitlab-ce-cec66a35795c484018b16ee1e17ecd1c7cb3a9c8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/integrations')
-rw-r--r-- | doc/development/integrations/codesandbox.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/integrations/codesandbox.md b/doc/development/integrations/codesandbox.md index 3909991eed5..62acdda6d0d 100644 --- a/doc/development/integrations/codesandbox.md +++ b/doc/development/integrations/codesandbox.md @@ -42,7 +42,7 @@ Before using CodeSandbox with your local GitLab instance, you must: GitLab integrates with two parts of CodeSandbox: -- An NPM package called `smooshpack` (called `sandpack` in the `codesandbox-client` project). +- An npm package called `smooshpack` (called `sandpack` in the `codesandbox-client` project). This exposes an entrypoint for us to kick off Codesandbox's bundler. - A server that houses CodeSandbox assets for bundling and previewing. This is hosted on a separate server for security. |