Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit89b3ae1

Browse files
Prasad BhatPrasad Bhat
Prasad Bhat
authored and
Prasad Bhat
committed
docs: optimized the styles of all the Admonitions (#438)
1 parentd9ea05d commit89b3ae1

File tree

2 files changed

+274
-628
lines changed

2 files changed

+274
-628
lines changed

‎docs/overview/introduction.md‎

Lines changed: 13 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description:
99
slug:"/"
1010
---
1111

12-
1312
#Introduction
1413

1514
This page provides a conceptual introduction to CodeRabbit. For a hands-on tutorial, see[Quickstart](/getting-started/quickstart/).
@@ -19,14 +18,7 @@ This page provides a conceptual introduction to CodeRabbit. For a hands-on tutor
1918
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.
2019

2120
<divclass="video-container">
22-
<iframe
23-
src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY"
24-
title="YouTube video player"
25-
frameBorder="0"
26-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
27-
referrerPolicy="strict-origin-when-cross-origin"
28-
allowFullScreen
29-
></iframe>
21+
<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>
3022
</div>
3123

3224
##Core features
@@ -66,48 +58,21 @@ No matter how you tune and customize CodeRabbit, its default settings make it us
6658

6759
CodeRabbit integrates in just a few clicks with many popular Git platforms:
6860

69-
<divclass="platform-integration-grid">
70-
<divclass="platform-integration-card">
71-
<img class="platform-integration-icon" src="/img/overview/Github.png" alt="GitHub, including GitHub Enterprise Server" />
72-
<span>GitHub, including GitHub Enterprise Server</span>
73-
</div>
74-
<divclass="platform-integration-card">
75-
<img class="platform-integration-icon" src="/img/overview/Gitlab.png" alt="GitLab, including self-managed GitLab" />
76-
<span>GitLab, including self-managed GitLab</span>
77-
</div>
78-
<divclass="platform-integration-card">
79-
<img class="platform-integration-icon" src="/img/overview/Bitbucket.png" alt="Bitbucket Cloud" />
80-
<span>Bitbucket Cloud</span>
81-
</div>
82-
<divclass="platform-integration-card">
83-
<img class="platform-integration-icon" src="/img/overview/Azure.png" alt="Azure DevOps" />
84-
<span>Azure DevOps</span>
85-
</div>
86-
</div>
61+
- GitHub, GitHub Enterprise Cloud, GitHub Enterprise Server,
62+
- GitLab, GitLab Self-Managed
63+
- Azure DevOps
64+
- Bitbucket Cloud
65+
8766
For more information, see[Supported Git Platforms](/platforms/).
8867

8968
###Issue-management integration
9069

9170
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:
9271

93-
<divclass="platform-integration-grid">
94-
<divclass="platform-integration-card">
95-
<img class="platform-integration-icon" src="img/overview/Github.png" alt="GitHub Issues" />
96-
<span>GitHub Issues</span>
97-
</div>
98-
<divclass="platform-integration-card">
99-
<img class="platform-integration-icon" src="img/overview/Gitlab.png" alt="GitLab Issues" />
100-
<span>GitLab Issues</span>
101-
</div>
102-
<divclass="platform-integration-card">
103-
<img class="platform-integration-icon" src="img/overview/Jira.png" alt="Jira" />
104-
<span>Jira</span>
105-
</div>
106-
<divclass="platform-integration-card">
107-
<img class="platform-integration-icon" src="img/overview/Linear.png" alt="Linear" />
108-
<span>Linear</span>
109-
</div>
110-
</div>
72+
- GitHub Issues
73+
- GitLab Issues
74+
- Jira
75+
- Linear
11176

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

@@ -118,7 +83,6 @@ CodeRabbit collects only the minimum amount of information needed to provide you
11883
- All queries to large language models (LLMs) exist in-memory only, with zero retention after each query completes.
11984
- We don't use your code, code reviews, or other collected data to train LLMs.
12085
- CodeRabbit doesn't share any collected customer data with third parties.
121-
- Works with contributors through natural-language conversation in comments.
12286
- We keep all customer data confidential, and isolated by organization.
12387
- Our data collection and storage practices comply with SOC 2 and GDPR standards.
12488

@@ -128,9 +92,7 @@ For more information about how we protect your data, see [the CodeRabbit Trust C
12892

12993
Public repositories can use the Pro tier of CodeRabbit at no charge, including all of the code-review features described on this page. Rate limits might apply.
13094

131-
For private repositories, a number of pricing tiers are available. These range from a Free tier that offers unlimited code-change summaries, to an Enterprise tier with access to advanced features and SLA support.
132-
133-
For more information, see[Pricing](https://www.coderabbit.ai/pricing).
95+
For private repositories, a number of pricing tiers are available. These range from a Free tier that offers unlimited code-change summaries, to an Enterprise tier with access to advanced features and SLA support. For more information, see[Pricing](https://www.coderabbit.ai/pricing).
13496

13597
##Review local changes from within VSCode
13698

@@ -141,5 +103,7 @@ For more information, see [Review local changes](/code-editors).
141103
##What's next
142104

143105
-[Quickstart](/getting-started/quickstart/) lets you experience your first CodeRabbit code review first-hand.
106+
144107
-[Review local changes](/code-editors) guides you through installing and using a subset of CodeRabbit features directly from your code editor.
108+
145109
-[Why CodeRabbit?](/overview/why-coderabbit) dives further into the philosophies and technologies that drive CodeRabbit.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp