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/overview/introduction.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ slug: "/"
13
13
14
14
This page provides a conceptual introduction to CodeRabbit. For a hands-on tutorial, see [Quickstart](/getting-started/quickstart/).
15
15
16
-
## A repsonsive and insightful code reviewer
16
+
## A responsive and insightful code reviewer
17
17
18
18
**CodeRabbit** is an AI-powered code reviewer that delivers context-aware feedback on pull requests within minutes, reducing the time and effort needed for manual code reviews. It complements manual reviews by providing a fresh perspective and catching issues that manual reviews often miss, enhancing the overall review quality.
19
19
20
-
Developers can interact directly with the CodeRabbit bot within their existing Git platform's pull request interface, in order to add context, ask questions, or even have the bot generate code. Over time, CodeRabbit learns from user input and improves its suggestions.
20
+
Developers can interact directly with the CodeRabbit bot within their existing Git platform's pull request interface to add context, ask questions, or even have the bot generate code. Over time, CodeRabbit learns from user input and improves its suggestions.
21
21
22
22
<divclass="video-container">
23
23
<iframesrc="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY"title="YouTube video player"frameBorder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerPolicy="strict-origin-when-cross-origin"allowFullScreen></iframe>
@@ -33,7 +33,7 @@ Core CodeRabbit features include the following:
33
33
- Works with contributors through natural-language conversation in comments.
34
34
- Learns and adapts to your team's code style and review preferences.
35
35
- Provides an observability dashboard of code-contribution activity.
36
-
- Practices strong privacy and security, never retaining your code after reviewing it.
36
+
- Practices strong privacy and security, with no retention of analyzed code.
37
37
- Free for public repositories, flexible pricing for private code bases.
38
38
39
39
## Add CodeRabbit to your existing workflow
@@ -52,13 +52,13 @@ For example, if CodeRabbit uses a linter to suggest that your pull request use f
52
52
53
53
For a video introduction to this feature, see [CodeRabbit Learnings](https://www.youtube.com/watch?v=Yu0cmmOYA-U).
54
54
55
-
If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a CodeRabbit-specific configuration file](getting-started/configure-coderabbit) to your repository, or use the CodeRabbit web UI to set further preferences.
55
+
If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a CodeRabbit-specific configuration file](/getting-started/configure-coderabbit) to your repository, or use the CodeRabbit web UI to set further preferences.
56
56
57
57
No matter how you tune and customize CodeRabbit, its default settings make it useful out of the box, able to meaningfully review pull requests within minutes of its introduction to a repository.
58
58
59
59
### Integrate CodeRabbit with your Git platform
60
60
61
-
CodeRabbit integrates in a just a few clicks with many popular Git platforms:
61
+
CodeRabbit integrates in just a few clicks with many popular Git platforms:
0 commit comments