Add GitLab tab to 'How CircleCI checks out your code' section#10577
Open
rosieyohannan wants to merge 2 commits into
Open
Add GitLab tab to 'How CircleCI checks out your code' section#10577rosieyohannan wants to merge 2 commits into
rosieyohannan wants to merge 2 commits into
Conversation
- Added GitLab tab explaining SSH key creation and usage - Documented how SSH keys are used for checkout operations - Included reference to GitLab self-managed SSH host key setup - Resolves DOC-16 Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
- Changed from 'per configuration' to 'per project' to match GitHub and Bitbucket tabs - Removed inaccurate statement about multiple SSH keys per configuration - Made language consistent with other VCS provider tabs Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added a GitLab tab to the "How CircleCI checks out your code" section in the users, organizations, and integrations guide. The new tab explains how CircleCI uses SSH keys to check out GitLab repositories.
Reasons
The GitLab tab was missing from the "How CircleCI checks out your code" section at https://circleci.com/docs/guides/permissions-authentication/users-organizations-and-integrations-guide/#how-circleci-checks-out-your-code. This gap left GitLab users without documentation on how CircleCI checks out their code, while GitHub and Bitbucket users had this information available.
This PR resolves Linear issue DOC-16.
Changes
Content checks
Preview your changes:
ci/circleci: lintjob at the bottom of your PR. You will be redirected to thevale/lintjob output in CircleCI.ci/circleci: buildjob at the bottom of your PR and you will be redirected to CircleCI. Select the Artifacts tab and selectindex.htmlto open a preview version of the docs site built for your latest commit.Content structure:
Formatting:
Linear Issue: DOC-16