diff --git a/settings/gitlab.mdx b/settings/gitlab.mdx
index df4085b..576ba17 100644
--- a/settings/gitlab.mdx
+++ b/settings/gitlab.mdx
@@ -62,7 +62,6 @@ automatically trigger deployments.
In the "URL" field, enter the endpoint `https://leaves.mintlify.com/gitlab-webhook` and name the webhook "Mintlify".
-
Paste the Webhook token generated after setting up the connection.
@@ -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:
- 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.