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

Commit 4e55b6a

Browse files
committed
Add the pro-plan banner to the generation page.
1 parent 5599b53 commit 4e55b6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/guides/generate-improvements.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: Generate improvements
33
description: Request coderabbit to generate its own code improvements during code reviews
44
---
55

6+
```mdx-code-block
7+
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
8+
9+
<ProPlanNotice />
10+
```
11+
612
During a code review, you can command CodeRabbit to address its own review comments
713
by generating its own code improvements, which it publishes on separate branches.
814

0 commit comments

Comments
 (0)