You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings/gitlab.mdx
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,29 @@ changes between GitLab and Mintlify.
43
43
</Step>
44
44
</Steps>
45
45
46
+
## Bypassing the Onboarding Flow for GitLab
47
+
48
+
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:
49
+
50
+
<Steps>
51
+
<Steptitle="Skip the first onboarding step">
52
+
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.
In the second step of the onboarding process, enter the following placeholder information:
56
+
- Organization: `mintlify`
57
+
- Repository: `starter`
58
+
59
+
This will allow you to proceed through the onboarding without connecting an actual GitHub repository.
60
+
</Step>
61
+
<Steptitle="Complete the onboarding">
62
+
Click through the remaining onboarding steps to reach your Mintlify dashboard.
63
+
</Step>
64
+
<Steptitle="Navigate to GitLab settings">
65
+
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.
66
+
</Step>
67
+
</Steps>
68
+
46
69
## Create the webhook
47
70
48
71
Webhooks allow us to receive events when changes are made so that we can
0 commit comments