Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b649449

Browse files
committed
Specifcy code block style
1 parent 4e55b6a commit b649449

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/guides/commands.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ the commands listed on [Code review command reference](/reference/review-command
3333
To pause automated reviews of a pull request, post the following comment to the
3434
pull request:
3535

36-
```
36+
```text
3737
@coderabbitai pause
3838
```
3939

4040
To resume automated reviews after pausing them, post the following comment to the
4141
pull request:
4242

43-
```
43+
```text
4444
@coderabbitai resume
4545
```
4646

@@ -49,7 +49,7 @@ pull request:
4949
To disable automatic code reviews for a pull request, add the following line
5050
anywhere in the pull request description:
5151

52-
```
52+
```text
5353
@coderabbitai ignore
5454
```
5555

@@ -76,14 +76,14 @@ two types:
7676
To manually request a full review, post the following comment to the
7777
pull request:
7878

79-
```
79+
```text
8080
@coderabbitai full review
8181
```
8282

8383
To manually request an incremental review, post the following comment to the
8484
pull request:
8585

86-
```
86+
```text
8787
@coderabbitai review
8888
```
8989

@@ -92,7 +92,7 @@ pull request:
9292
To have CodeRabbit mark all of its previous comments as resolved, post the following comment to the
9393
pull request:
9494

95-
```
95+
```text
9696
@coderabbitai resolve
9797
```
9898

@@ -102,7 +102,7 @@ To have CodeRabbit add or update a generated summary of the branch’s proposed
102102
to the pull request’s description, post the following comment:
103103
pull request:
104104

105-
```
105+
```text
106106
@coderabbitai summary
107107
```
108108

@@ -121,7 +121,7 @@ To have CodeRabbit post a comment listing out its current configuration
121121
with your repository, post the following comment to the
122122
pull request:
123123

124-
```
124+
```text
125125
@coderabbitai configuration
126126
```
127127

@@ -131,7 +131,7 @@ To have CodeRabbit post a comment to the pull request with a quick-reference
131131
guide to its own commands and other features, post the following comment to the
132132
pull request:
133133

134-
```
134+
```text
135135
@coderabbitai help
136136
```
137137

docs/guides/generate-improvements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To have CodeRabbit generate missing documentation for function code added by
4848
the pull request, post the following comment to the
4949
pull request:
5050

51-
```
51+
```text
5252
@coderabbitai generate docstrings
5353
```
5454

@@ -66,7 +66,7 @@ To have CodeRabbit generate and add a new repository branch with code improvemen
6666
that try to address its own code review comments, post the following comment to the
6767
pull request:
6868

69-
```
69+
```text
7070
@coderabbitai plan
7171
```
7272

0 commit comments

Comments
 (0)