Skip to content

Commit eb50e80

Browse files
committed
add link to codeflash website
1 parent 5a65a8a commit eb50e80

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

docs/optimizing-with-codeflash/staging.mdx

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ keywords:
1515

1616
# Staging Review for Optimizations
1717

18-
<Note>This is a Pro feature available exclusively to Codeflash Pro users.</Note>
19-
20-
Staging Review allows you to preview and evaluate all optimizations before creating pull requests. This feature provides a centralized review interface where you can examine proposed changes and selectively create pull requests for approved optimizations.
18+
<Note>
19+
This is a Pro feature available exclusively to Codeflash Pro users. [Upgrade to
20+
Pro](https://app.codeflash.ai/billing) to access it.
21+
</Note>
22+
Staging Review allows you to preview and evaluate all optimizations before creating pull requests. This
23+
feature provides a centralized review interface where you can examine proposed changes and selectively
24+
create pull requests for approved optimizations.
2125

2226
## Benefits of Staging Review
2327

@@ -36,9 +40,8 @@ codeflash --all --staging-review
3640

3741
This command will:
3842

39-
1. Analyze and optimize all functions in your codebase
40-
2. Store the optimizations in a staging area instead of creating PRs immediately
41-
3. Provide you with a staging interface to review all proposed changes
43+
1. Store the optimizations in a [staging area](https://app.codeflash.ai/staging) instead of creating PRs immediately
44+
2. Provide you with a staging interface to review all proposed changes
4245

4346
## Managing Staged Optimizations
4447

@@ -47,9 +50,3 @@ Once optimizations are staged, you can:
4750
- Review each optimization individually
4851
- Compare original and optimized code side-by-side
4952
- Create pull requests for selected optimizations directly from the staging interface
50-
51-
## Requirements
52-
53-
- Codeflash Pro subscription
54-
- Codeflash GitHub App installed in your repository
55-
- Latest version of the Codeflash CLI

0 commit comments

Comments
 (0)