Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit b64c7bc

Browse files
committed
[docs] native gitlab
1 parent 1aa96bc commit b64c7bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/docs/gitlab-integration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# GitLab Integration
22

3-
Gitpod comes with GitLab integration that allows you to start dev environments for all your GitLab projects.
3+
GitLab comes with a [native Gitpod integration](https://docs.gitlab.com/ce/integration/gitpod.html). This feature is enabled on GitLab.com by default, but needs to be enabled by the administrator of a GitLab self-managed instance as described in the [GitLab docs](https://docs.gitlab.com/ce/integration/gitpod.html).
44

55
## Starting Workspaces
66

7-
To launch new Gitpod workspaces for your projects, issues, branches, merge requests, etc. you can prefix any GitLab URL with `gitpod.io/#` (or your respective Gitpod Self-Hosted URL) as described in the [Getting Started](/docs/getting-started) page.
8-
Alternatively, the [browser extension](/docs/browser-extension/) can be installed to add a convenient Gitpod button to every GitLab page.
7+
When the Gitpod integration is enabled in GitLab, users can choose to start a Gitpod workspace as an alternative to the GitLab Web IDE directly from GitLab. Simply click on the dropdown arrow next to the `Web IDE` split button on the project or merge request page, and choose “Gitpod”. The Gitpod workspace will open in a new browser tab. Then, the next time you visit a GitLab page, the last used action will be pre-selected.
98

9+
![GitLab Integration](images/gitlab-integration/gitpod_button_project_page.png)
10+
11+
To launch new Gitpod workspaces for issues, branches, specific commits, etc. you can also prefix any GitLab URL with `gitpod.io/#` as described in the [Getting Started](/docs/getting-started) page, or use the [browser extension](/docs/browser-extension/) to add a convenient Gitpod button to every GitLab page.
1012

1113
## Enabling Prebuilds
1214

0 commit comments

Comments
 (0)