Skip to content

Commit

Permalink
fix spacing & wording
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnbeelee committed Nov 21, 2024
1 parent a211f79 commit 44d9a7a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions settings/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ automatically trigger deployments.
<Step title="Set up URL and webhook">
In the "URL" field, enter the endpoint `https://leaves.mintlify.com/gitlab-webhook` and name the webhook "Mintlify".


</Step>
<Step title="Paste token">
Paste the Webhook token generated after setting up the connection.
Expand All @@ -74,17 +73,14 @@ automatically trigger deployments.
Select the events you want to trigger the webhook:
- Push events (All branches)
- Merge requests events

When you're done it should look like this:
<Frame>
<img src="/images/gitlab/gitlab-project-webtoken.png" />
</Frame>
</Step>
<Step title="Test the Webhook">
After creating the Webhook:

a. Click the "Test" dropdown and select "Push events" to send a sample payload to ensure it's configured correctly.

b. Check your Mintlify dashboard to view the status of your GitLab integration and confirm that the test event was received successfully.
After creating the Webhook, click the "Test" dropdown and select "Push events" to send a sample payload to ensure it's configured correctly. It'll say "Hook executed successfully: HTTP 200" if configured correctly.

This will help you verify that everything is working correctly and that your documentation will sync properly with your GitLab repository.
<Frame>
Expand Down

0 comments on commit 44d9a7a

Please sign in to comment.