Skip to content

Commit

Permalink
remove mintlify screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mxbaylee committed Oct 4, 2024
1 parent d2ffa13 commit e0876e5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 38 deletions.
Binary file removed images/gitlab/git-config-page.png
Binary file not shown.
Binary file removed images/gitlab/gitlab-switch-to-gitlab.png
Binary file not shown.
Binary file removed images/gitlab/gitlab-webtoken-button-copy.png
Binary file not shown.
Binary file removed images/gitlab/gitlab-webtoken-button.png
Binary file not shown.
38 changes: 0 additions & 38 deletions settings/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ We use a combination of Access tokens and Webhooks to authenticate and sync chan
<Steps title="In Mintlify">
<Step title="Begin Setup">
Within your Mintlify dashboard, click on the `Settings` tab and select [`Git Settings`][git-settings].
<Frame>
<img src="/images/gitlab/git-config-page.png" />
</Frame>
</Step>
<Step title="Switch to Gitlab">
Click on `Switch to GitLab`.
<Frame>
<img src="/images/gitlab/gitlab-switch-to-gitlab.png" />
</Frame>
</Step>
</Steps>

Expand All @@ -50,39 +44,7 @@ We use a combination of Access tokens and Webhooks to authenticate and sync chan
<img src="/images/gitlab/gitlab-project-access-token.png" />
</Frame>
</Step>
</Steps>

<Steps title="In Mintlify">
<Step title="Paste in your Project ID">
Paste in the Project ID you found in the previous step.
</Step>
<Step title="Paste in your Access token">
Paste in the private token you generated in the previous step.
</Step>
<Step title="Select a branch">
Select the branch your docs are currently on.
<Frame>
<img src="/images/gitlab/gitlab-configure.png" />
</Frame>
</Step>
<Step title="Save the changes">
Click `Save changes` to sync the new data with Mintlify.
<Frame>
<img src="/images/gitlab/gitlab-save-changes.png" />
</Frame>
</Step>
<Step title="Begin Webhook Setup">
Click the newly appeared button `Show Webtoken` and copy the webtoken to begin the webhook setup.
<Frame>
<img src="/images/gitlab/gitlab-webtoken-button.png" />
</Frame>
<Frame>
<img src="/images/gitlab/gitlab-webtoken-button-copy.png" />
</Frame>
</Step>
</Steps>

<Steps title="In GitLab">
<Step title="Create the webhook">
a. Navigate to your GitLab's project `Settings` > `Webhooks`.

Expand Down

0 comments on commit e0876e5

Please sign in to comment.