Skip to content

Commit 95035a5

Browse files
committed
Add IDs to all sections.
1 parent 0bdfc14 commit 95035a5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/overview/introduction.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Developers can interact directly with the CodeRabbit bot within their existing G
2121
<iframe src="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>
2222
</div>
2323

24-
## Core features
24+
## Core features {#features}
2525

2626
Core CodeRabbit features include the following:
2727

@@ -34,15 +34,15 @@ Core CodeRabbit features include the following:
3434
- Practices strong privacy and security, with no retention of analyzed code.
3535
- Offers free use for public repositories, and flexible pricing for private codebases.
3636

37-
## Seamless workflow integration
37+
## Seamless workflow integration {#workflow}
3838

3939
CodeRabbit shares its reviews as comments attached to pull requests, using the same Git platform that your team already uses. Further commits in the same pull review prompt CodeRabbit to make further reviews, using the earlier reviews as context.
4040

4141
Each time that it performs a code review, CodeRabbit runs the relevant code changes through [an array of industry-standard code linters, security analyzers, and other tools](/tools/). CodeRabbit synthesizes the output of these tools into its reviews, offering a high-level analysis that can suggest areas for further focus and improvement.
4242

4343
Your team can have conversations with CodeRabbit about its reviews by replying to it with follow-up comments on pull requests, asking it questions or making observations about the review using natural language. CodeRabbit continues the conversation appropriately, offering further insights about the code changes, or adjusting its own review style based on feedback.
4444

45-
### Customizable review preferences
45+
### Customizable review preferences {#preferences}
4646

4747
As you interact with CodeRabbit through chat, it learns the review preferences of your team, and applies them to all future reviews on a given repository.
4848

@@ -54,7 +54,7 @@ If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a
5454

5555
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.
5656

57-
### Git platform integration
57+
### Git platform integration {#integration}
5858

5959
CodeRabbit integrates in just a few clicks with many popular Git platforms:
6060

@@ -65,7 +65,7 @@ CodeRabbit integrates in just a few clicks with many popular Git platforms:
6565

6666
For more information, see [Supported Git Platforms](/platforms/).
6767

68-
### Issue-management integration
68+
### Issue-management integration {#issues}
6969

7070
You can integrate CodeRabbit with issue-management platforms. This lets you ask CodeRabbit to create tickets during code reviews, or chat with CodeRabbit about your code from within issue comments. Compatible platforms include the following:
7171

@@ -76,7 +76,7 @@ You can integrate CodeRabbit with issue-management platforms. This lets you ask
7676

7777
For more information, see [Issue Creation](/guides/issue-creation) and [Issue Chat](/guides/issue-chat).
7878

79-
## Data privacy and security
79+
## Data privacy and security {#security}
8080

8181
CodeRabbit collects only the minimum amount of information needed to provide you with our code review services. Our privacy and security posture centers around protecting your data through ephemerality:
8282

@@ -88,7 +88,7 @@ CodeRabbit collects only the minimum amount of information needed to provide you
8888

8989
For more information about how we protect your data, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai).
9090

91-
## Subscription and pricing
91+
## Subscription and pricing {#pricing}
9292

9393
CodeRabbit offers multiple subscription tiers:
9494

@@ -108,21 +108,21 @@ CodeRabbit offers multiple subscription tiers:
108108

109109
The Pro and Enterprise subscription tiers use seat-based pricing. For more information, see [Pricing](https://www.coderabbit.ai/pricing).
110110

111-
### Free use for public repositories
111+
### Free use for public repositories {#free}
112112

113113
Public repositories can make full, free use of CodeRabbit's core code-review features, with no seat limit. This applies to all subscription tiers, including the free Lite tier. Rate limits might apply.
114114

115-
### Discounts for startups
115+
### Discounts for startups {#startups}
116116

117117
Eligible startup companies can use the CodeRabbit Startup Program, which offers a 50 percent discount on paid-tier CodeRabbit subscriptions for three months. For more information, see [Startup Program](https://www.coderabbit.ai/startup-program).
118118

119-
## Review local changes from within VSCode
119+
## Review local changes from within VSCode {#vscode}
120120

121121
As a separate, free product, CodeRabbit offers a VSCode extension that brings a subset of core CodeRabbit features to VSCode. This lets you use the power of CodeRabbit to tune and tidy your code changes locally before pushing your changes into a formal pull request for more thorough reviews.
122122

123123
For more information, see [Review local changes](/code-editors).
124124

125-
## What's next
125+
## What's next {#whats-next}
126126

127127
- [Quickstart](/getting-started/quickstart/) lets you experience your first CodeRabbit code review first-hand.
128128

0 commit comments

Comments
 (0)