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.

Commit8c8162b

Browse files
harjotgilltyaga001
authored andcommitted
update docs
1 parenta527fc5 commit8c8162b

File tree

2 files changed

+25
-49
lines changed

2 files changed

+25
-49
lines changed

‎docs/guides/coderabbit-commands.md‎

Lines changed: 0 additions & 48 deletions
This file was deleted.

‎docs/guides/configure-coderabbit.mdx‎renamed to ‎docs/guides/configure-coderabbit.md‎

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ description:
55
CodeRabbit offers various configuration options to tailor the reviews to your
66
specific requirements. Configuration can be made using one of the below
77
options.
8-
sidebar_position:2
8+
sidebar_position:1
99
---
1010

11+
```mdx-code-block
1112
import SchemaViewer from "@site/src/components/SchemaViewer";
13+
```
1214

1315
CodeRabbit offers various configuration options to tailor the reviews to your
1416
requirements. Configuration can be made using one of the below options, in order
@@ -26,7 +28,29 @@ You can add a `.coderabbit.yaml` configuration file to the root of your
2628
repositories. Below is a sample YAML file that can be used as a starting point
2729
and changed as needed:
2830

31+
```yaml
32+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
33+
language:"en-US"
34+
early_access:false
35+
reviews:
36+
profile:"chill"
37+
request_changes_workflow:false
38+
high_level_summary:true
39+
poem:true
40+
review_status:true
41+
collapse_walkthrough:false
42+
auto_review:
43+
enabled:true
44+
drafts:false
45+
chat:
46+
auto_reply:true
47+
```
48+
49+
The configuration file can be used to set the following options:
50+
51+
```mdx-code-block
2952
<SchemaViewer />
53+
```
3054

3155
Refer:
3256
[CodeRabbit Configuration Schema](https://coderabbit.ai/integrations/schema.v2.json).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp