diff --git a/docs/nx-cloud/set-up/add-gitlab-repository.png b/docs/nx-cloud/set-up/add-gitlab-repository.png index db8d637fdd..3ca2aca88c 100644 Binary files a/docs/nx-cloud/set-up/add-gitlab-repository.png and b/docs/nx-cloud/set-up/add-gitlab-repository.png differ diff --git a/docs/nx-cloud/set-up/find-gitlab-project-id.png b/docs/nx-cloud/set-up/find-gitlab-project-id.png new file mode 100644 index 0000000000..ec9f77bc35 Binary files /dev/null and b/docs/nx-cloud/set-up/find-gitlab-project-id.png differ diff --git a/docs/nx-cloud/set-up/gitlab.md b/docs/nx-cloud/set-up/gitlab.md index 8ee9266c7a..58b0895226 100644 --- a/docs/nx-cloud/set-up/gitlab.md +++ b/docs/nx-cloud/set-up/gitlab.md @@ -8,7 +8,11 @@ The Nx Cloud GitLab Integration lets you access the result of every run—with a ![Access VCS Setup](/nx-cloud/set-up/access-vcs-setup.png) -Once on the VCS Integrations setup page, select "GitLab" in the platforms dropdown. You will be prompted to enter the name of your repository. +Once on the VCS Integrations setup page, select "GitLab" in the platforms dropdown. You will be prompted to enter your project's ID. + +![Locate Gitlab Project ID](/nx-cloud/set-up/find-gitlab-project-id.png) + +To locate the ID for your project, visit the home page of your repository on GitLab. The value can be found underneath the name of your project, and has a clickable button to copy to your clipboard. ![Add GitLab Repository](/nx-cloud/set-up/add-gitlab-repository.png)