Skip to content

Commit 24f37b1

Browse files
authored
Merge branch 'main' into readme
2 parents 5b12cc1 + b610174 commit 24f37b1

29 files changed

+256
-129
lines changed

docs/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as Ge
6666

6767
We've expanded our static analysis capabilities with two new tools:
6868

69-
- **oxlint**: A high-performance JavaScript/TypeScript linter written in Rust.
69+
- **Oxlint**: A high-performance JavaScript/TypeScript linter written in Rust.
7070
- **Prisma Lint**: A dedicated linter for Prisma schema files to help enforce consistent conventions and best practices.
7171

7272
Both tools can be configured through their respective config files or through CodeRabbit's settings page. See our [tools documentation](https://docs.coderabbit.ai/tools/) for more details.
@@ -124,8 +124,8 @@ We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as an
124124
We are continually expanding our support for static analysis tools. We've recently added support for:
125125

126126
- SQLFluff
127-
- Added oxlint for faster linting
128-
- oxlint is a blazingly fast JavaScript/TypeScript linter written in Rust
127+
- Added Oxlint for faster linting
128+
- Oxlint is a blazingly fast JavaScript/TypeScript linter written in Rust
129129
- Replaces ESLint for basic linting while maintaining ESLint for more complex rules
130130
- Up to 50-100x faster than traditional ESLint
131131

docs/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ CodeRabbit works with all programming languages, with varying proficiency based
3131

3232
<Tabs>
3333
<TabItem value="storage" label="Code Storage" default>
34-
- No persistent code storage
35-
- Temporary cloning during review only
3634
- Complete data isolation
37-
- Immediate disposal post-review
35+
- Caching of encrypted code and dependency archives for faster reviews
36+
- Code indexing in which we store vector representations of code for efficient code base context
37+
- Both caching and code indexing can be disabled which means we store nothing post-review
3838
</TabItem>
3939
<TabItem value="training" label="Training Data">
4040
- Uses only public datasets
@@ -92,7 +92,7 @@ Email field and click Update to save your changes.
9292
### Usage and Configuration
9393

9494
- **Language Settings**: Configure review language in repository settings
95-
- **Review Rules**: Customize via [Review Instructions](/guides/review-instructions)
95+
- **Review Rules**: Customize via [review instructions](/guides/review-instructions)
9696
- **Branch Selection**: Default branch reviews enabled by default (configurable)
9797

9898
### Access & Permissions
@@ -108,7 +108,7 @@ Interact with CodeRabbit by:
108108
1. Replying directly to CodeRabbit comments
109109
2. Tagging `@coderabbitai` in PR discussions
110110
3. Adding review comments for specific lines
111-
4. Customize via [Review Instructions](/guides/review-instructions)
111+
4. Customize via [review instructions](/guides/review-instructions)
112112

113113
:::tip Collaboration Mode
114114
When team members are active in PRs, use `@coderabbitai` to engage the bot.

docs/finishing-touches/docstrings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Docstrings generation with CodeRabbit
3-
sidebar_label: Docstrings
2+
title: Generate docstrings
43
description: Automated docstrings pull requests with CodeRabbit
54
---
65

docs/getting-started/adding-organizations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
title: Adding Organizations
2+
title: Add organizations
33
description: Learn how to add new organizations to CodeRabbit
4-
sidebar_label: Adding Organizations
5-
sidebar_position: 5
64
---
75

86
To add new organizations to CodeRabbit, follow these steps:

docs/getting-started/configure-coderabbit.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: Configure CodeRabbit
3-
sidebar_label: Configure
2+
title: Add a configuration file
43
description:
54
CodeRabbit offers various configuration options to tailor the reviews to your
65
specific requirements. Configuration can be made using one of the below
76
options.
8-
sidebar_position: 2
97
---
108

119
```mdx-code-block

docs/getting-started/quickstart.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When you complete this tutorial, you'll have seen CodeRabbit's code-review featu
1919
For a more general overview of CodeRabbit, see [Introduction](/).
2020

2121
:::note
22-
While this tutorial focuses on GitHub, CodeRabbit also works with GitLab, Azure DevOps, and Bitbucket. For more information, see [Supported Git Platforms](/platforms/).
22+
While this tutorial focuses on GitHub, CodeRabbit also works with GitLab, Azure DevOps, and Bitbucket. For more information, see [Integrate with Git platforms](/platforms/).
2323
:::
2424

2525
## Before you begin
@@ -44,6 +44,9 @@ To add CodeRabbit to your test repository, follow these steps:
4444
1. Select the **Only select repositories** radio button.
4545
1. From the **Select repositories** menu, select the `coderabbit-test` repository that you created earlier in this Quickstart.
4646
1. Click **Install & Authorize**.
47+
:::note
48+
CodeRabbit requests read and write access to your repository in order for its code review, issue management, and pull request generation features to work. CodeRabbit never stores your code. For more information, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai).
49+
:::
4750
1. If a CodeRabbit **Complete your signup** dialog appears, then fill it out with the requested information before continuing.
4851

4952
CodeRabbit is now ready to use with your test repository. The next steps demonstrate its core code-review features.

docs/getting-started/subscription-management.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
title: Subscription Management
2+
title: Manage your subscription
33
description: Learn how to manage your CodeRabbit subscription, including billing, plan changes, and seat management
4-
sidebar_label: Subscription Management
5-
sidebar_position: 7
64
---
75

86
This guide covers how to manage your subscription, including accessing billing information, changing plans, and adjusting your seat count.

docs/getting-started/support.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
title: Support
3-
sidebar_label: Support
2+
title: Get support
43
description: Get help with CodeRabbit and find answers to common questions.
5-
sidebar_position: 3
64
---
75

86
Welcome to CodeRabbit Support. Please refer to the following sections for

docs/getting-started/upgrading-permissions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
title: Upgrading App Permissions
2+
title: Set permissions
33
description: Learn how to upgrade CodeRabbit's GitHub App permissions when new features are added
4-
sidebar_label: Upgrading Permissions
5-
sidebar_position: 6
64
---
75

86
Sometimes when we add new features to CodeRabbit, we need to request additional GitHub permissions. If you see a warning about permissions or resources not being accessible, you'll need to approve the new permissions. Here's how to do it:

docs/guides/agent_chat.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
title: Chat and Agentic Chat
3-
sidebar_label: Chat and Agentic Chat
2+
title: Discuss code reviews with CodeRabbit
43
description: Learn about CodeRabbit Pro's chat and agentic chat system
5-
sidebar_position: 3
64
---
75

86
# CodeRabbit Chat

0 commit comments

Comments
 (0)