This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +28
-51
lines changed Expand file tree Collapse file tree 4 files changed +28
-51
lines changed Original file line number Diff line number Diff line change 2020npm-debug.log *
2121yarn-debug.log *
2222yarn-error.log *
23+ yarn.lock
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
1112import SchemaViewer from "@site/src/components/SchemaViewer";
13+ ```
1214
1315CodeRabbit offers various configuration options to tailor the reviews to your
1416requirements. 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
2628repositories. Below is a sample YAML file that can be used as a starting point
2729and 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
3155Refer:
3256[ CodeRabbit Configuration Schema] ( https://coderabbit.ai/integrations/schema.v2.json ) .
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ description:
55 CodeRabbit offers various customization options to tailor the reviews to your
66 specific requirements. Customizations can be made using one of the below
77 options.
8- sidebar_position : 3
8+ sidebar_position : 2
99---
1010
1111The guide explains how to add custom review instructions for the entire project.
12- Also, see the guide on how to [ configure CodeRabbit] ( ./configure-coderabbit.mdx ) .
12+ Also, see the guide on how to [ configure CodeRabbit] ( ./configure-coderabbit.md ) .
1313
1414### Path-based instructions {#path-based}
1515
You can’t perform that action at this time.
0 commit comments