Skip to content

Commit 74aaf1e

Browse files
authored
Update to mdx file and see if build succeeds (#197)
1 parent 6f557fe commit 74aaf1e

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

docs/overview/why-coderabbit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ CodeRabbit is built for production environments with:
348348
349349
### Three Steps to Better Code Reviews
350350

351-
1. **Sign in** with [GitHub](/platforms/github.com), [GitLab](/platforms/gitlab-com), or [Azure DevOps](/platforms/azure-devops)
351+
1. **Sign in** with [GitHub](../platforms/jiasu.xzqcsaa.nyc.mn.md), [GitLab](../platforms/gitlab-com.mdx), or [Azure DevOps](../platforms/azure-devops.md)
352352
2. Select and add repositories in CodeRabbit dashboard
353353
3. That's it. You're good to go.
354354

docs/platforms/gitlab-com.md renamed to docs/platforms/gitlab-com.mdx

+25-25
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ To enable CodeRabbit to interact with your GitLab repositories, an access token
2525
We recommend creating a new user as a service account, associating this user to the group you'd like to install CodeRabbit on, and providing CodeRabbit with the personal access token to allow access. During the installation process, CodeRabbit will automatically configure the required webhook for seamless integration.
2626

2727
<div class="center-image">
28-
<img
29-
src="/img/integrations/gitlab_user_choice.png"
30-
alt="GitLab user modal choice"
31-
width="1000"
32-
/>
28+
<img
29+
src="/img/integrations/gitlab_user_choice.png"
30+
alt="GitLab user modal choice"
31+
width="1000"
32+
/>
3333
</div>
3434

3535
:::note
@@ -39,12 +39,12 @@ If you wish to change the review user, you must provide the access token for the
3939
:::
4040

4141
<div class="center-image">
42-
<img
43-
src="/img/integrations/gitlab_organization_user.png"
44-
alt="GitLab organization user modal
42+
<img
43+
src="/img/integrations/gitlab_organization_user.png"
44+
alt="GitLab organization user modal
4545
choice"
46-
width="1000"
47-
/>
46+
width="1000"
47+
/>
4848
</div>
4949

5050
#### Recommendations
@@ -79,11 +79,11 @@ GitLab provides an option to generate a personal access token for a new user. Fo
7979
10. Note down the token as it will only be displayed once.
8080

8181
<div class="center-image">
82-
<img
83-
src="/img/integrations/admin-access-token.png"
84-
alt="GitLab personal access token configuration page"
85-
width="1000"
86-
/>
82+
<img
83+
src="/img/integrations/admin-access-token.png"
84+
alt="GitLab personal access token configuration page"
85+
width="1000"
86+
/>
8787
</div>
8888

8989
---
@@ -124,21 +124,21 @@ You can confirm the correct user is being selected by verifying the user ID show
124124
3. Select **Install Repositories**.
125125

126126
<div class="center-image">
127-
<img
128-
src="/img/integrations/gitlab-repo-install.png"
129-
alt="GitLab Repo Install Modal"
130-
width="1000"
131-
/>
127+
<img
128+
src="/img/integrations/gitlab-repo-install.png"
129+
alt="GitLab Repo Install Modal"
130+
width="1000"
131+
/>
132132
</div>
133133

134134
The webhook `https://coderabbit.ai/gitlabHandler` will now be installed for the projects selected.
135135

136136
<div class="center-image">
137-
<img
138-
src="/img/integrations/gitlab-webhook.png"
139-
alt="GitLab Webhook Example"
140-
width="1000"
141-
/>
137+
<img
138+
src="/img/integrations/gitlab-webhook.png"
139+
alt="GitLab Webhook Example"
140+
width="1000"
141+
/>
142142
</div>
143143

144144
### Troubleshooting

docs/platforms/platforms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CodeRabbit supports various Git platforms to provide code review for your reposi
1919

2020
| Host | Support |
2121
| ------------------- | ------------------------------------- |
22-
| GitLab.com | [Supported](gitlab-com.md) |
22+
| GitLab.com | [Supported](gitlab-com.mdx) |
2323
| GitLab Self Managed | [Supported](self-hosted-gitlab.md) |
2424
| GitLab Self Hosted | [Supported](../self-hosted/gitlab.md) |
2525

0 commit comments

Comments
 (0)