File tree 4 files changed +28
-51
lines changed
4 files changed +28
-51
lines changed Original file line number Diff line number Diff line change 20
20
npm-debug.log *
21
21
yarn-debug.log *
22
22
yarn-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:
5
5
CodeRabbit offers various configuration options to tailor the reviews to your
6
6
specific requirements. Configuration can be made using one of the below
7
7
options.
8
- sidebar_position : 2
8
+ sidebar_position : 1
9
9
---
10
10
11
+ ``` mdx-code-block
11
12
import SchemaViewer from "@site/src/components/SchemaViewer";
13
+ ```
12
14
13
15
CodeRabbit offers various configuration options to tailor the reviews to your
14
16
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
26
28
repositories. Below is a sample YAML file that can be used as a starting point
27
29
and changed as needed:
28
30
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
29
52
<SchemaViewer />
53
+ ```
30
54
31
55
Refer:
32
56
[ 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:
5
5
CodeRabbit offers various customization options to tailor the reviews to your
6
6
specific requirements. Customizations can be made using one of the below
7
7
options.
8
- sidebar_position : 3
8
+ sidebar_position : 2
9
9
---
10
10
11
11
The 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 ) .
13
13
14
14
### Path-based instructions {#path-based}
15
15
You can’t perform that action at this time.
0 commit comments