diff --git a/settings/gitlab.mdx b/settings/gitlab.mdx index 01c0b82b..778205a9 100644 --- a/settings/gitlab.mdx +++ b/settings/gitlab.mdx @@ -90,4 +90,4 @@ automatically trigger deployments. [here](https://mintlify.com/enterprise). -[git-settings]: https://dashboard.mintlify.com/settings/deployment/git-settings +[git-settings]: https://dashboard.mintlify.com/settings/deployment/git-settings \ No newline at end of file diff --git a/support.mdx b/support.mdx index 2bc6e01c..49c656a7 100644 --- a/support.mdx +++ b/support.mdx @@ -127,6 +127,41 @@ export function openSearch(e) { 3. Paste the code into your card. Make sure you only copy and paste the code inside the `` tag. 4. You may need to decrease the height and width to make the image fit. + + + Since account creation is currently limited to GitHub, you'll need to use a workaround to connect your GitLab repository. Follow these steps to bypass the standard GitHub-only onboarding flow: + + + + When you first create your Mintlify account, you'll see an onboarding flow that asks you to connect a GitHub repository. Skip this initial step. + + Skipping the first onboarding step that asks for GitHub repository connection + + + + In the second step of the onboarding process, enter the following placeholder information: + - Organization: `mintlify` + - Repository: `starter` + + This will allow you to proceed through the onboarding without connecting an actual GitHub repository. + + Entering 'mintlify' as organization and 'starter' as repository name in the onboarding form + + + + Click through the remaining onboarding steps to reach your Mintlify dashboard. + + Clicking through the final onboarding steps to reach the Mintlify dashboard + + + + Once you're in the dashboard, navigate to the [GitLab settings page](https://dashboard.mintlify.com/settings/deployment/git-settings) and connect your actual GitLab repository using the project ID and access token from the previous section. + + Navigating to the GitLab settings page in the Mintlify dashboard + + + +