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: docs/faq.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import TabItem from '@theme/TabItem';
14
14
15
15
Once installed, CodeRabbit automatically triggers a review when a pull request is opened against the main branch of any repository. We automatically detect the name of the primary branch (whether this be master, main, dev, etc). This branch restriction can be customized in your settings.
16
16
17
-
You can also manually trigger a review at any time by commenting on a pull request with one of these commands (see [Commands](./guides/commands.md) for full list):
17
+
You can also manually trigger a review at any time by commenting on a pull request with one of these commands (see [Commands](/guides/commands.md) for full list):
18
18
19
19
-`@coderabbitai review` - Triggers a standard review
20
20
-`@coderabbitai full review` - Triggers a comprehensive review
@@ -33,16 +33,16 @@ View step by step instructions depending on your platform:
33
33
34
34
<Tabs>
35
35
<TabItemvalue="github"label="GitHub"default>
36
-
See our [GitHub App installation guide](./installation/github.md) for step-by-step instructions.
36
+
See our [GitHub App installation guide](./platforms/github-com.md) for step-by-step instructions.
37
37
</TabItem>
38
38
<TabItemvalue="gitlab"label="GitLab">
39
-
Follow our [GitLab integration guide](./installation/gitlab.md) to get started.
39
+
Follow our [GitLab integration guide](/platforms/gitlab-com.mdx) to get started.
40
40
</TabItem>
41
41
<TabItemvalue="bitbucket"label="Bitbucket">
42
-
Check out the [Bitbucket installation steps](./installation/bitbucket.md) for detailed setup.
42
+
Check out the [Bitbucket installation steps](/platforms/bitbucket-cloud.md) for detailed setup.
43
43
</TabItem>
44
44
<TabItemvalue="azure"label="Azure DevOps">
45
-
View our [Azure DevOps setup guide](./installation/azure.md) for complete installation instructions.
45
+
View our [Azure DevOps setup guide](/platforms/azure-devops.md) for complete installation instructions.
46
46
</TabItem>
47
47
</Tabs>
48
48
@@ -173,7 +173,7 @@ Email field and click Update to save your changes.
173
173
### Usage and Configuration
174
174
175
175
-**Language Settings**: Configure review language in repository settings
176
-
-**Review Rules**: Customize via [review instructions](/guides/review-instructions)
176
+
-**Review Rules**: Customize via [review instructions](/guides/review-instructions.md)
177
177
-**Branch Selection**: Default branch reviews enabled by default (configurable)
178
178
179
179
### Access & Permissions
@@ -189,7 +189,7 @@ Interact with CodeRabbit by:
189
189
1. Replying directly to CodeRabbit comments
190
190
2. Tagging `@coderabbitai` in PR discussions
191
191
3. Adding review comments for specific lines
192
-
4. Customize via [review instructions](/guides/review-instructions)
192
+
4. Customize via [review instructions](/guides/review-instructions.md)
193
193
194
194
:::tip Collaboration Mode
195
195
When team members are active in PRs, use `@coderabbitai` to engage the bot.
@@ -227,7 +227,7 @@ The following limits enforced _per developer_:
227
227
3. That's it. CodeRabbit will automatically start reviewing your PRs
228
228
229
229
:::tip Need Help?
230
-
Visit our [Support](/getting-started/support) page for additional assistance or reach out to our team on [Discord](http://discord.gg/coderabbit).
230
+
Visit our [Support](/getting-started/support.md) page for additional assistance or reach out to our team on [Discord](http://discord.gg/coderabbit).
0 commit comments