Skip to content

Commit bd1de12

Browse files
committed
add images
1 parent bd40b40 commit bd1de12

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/images/edited-code.png

321 KB
Loading

docs/images/editor.png

370 KB
Loading
297 KB
Loading

docs/optimizing-with-codeflash/staging.mdx renamed to docs/optimizing-with-codeflash/review-optimizations.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Staging Review for Optimizations"
33
description: "Review and manage optimizations before creating pull requests with staging mode"
44
icon: "layer-group"
5-
sidebarTitle: "Staging Review"
5+
sidebarTitle: "Review Optimizations"
66
keywords:
77
[
88
"staging review",
@@ -40,13 +40,22 @@ codeflash --all --staging-review
4040

4141
This command will:
4242

43-
1. Store the optimizations in a [staging area](https://app.codeflash.ai/staging) instead of creating PRs immediately
43+
44+
1. Start to optimize your project, and if it finds any optimizations, it will save them to [Review Optimizations Page](https://app.codeflash.ai/review-optimizations) instead of creating PRs immediately
45+
46+
![Review Optimizations List](../images/review-optimizations.png)
47+
4448
2. Provide you with a staging interface to review all proposed changes
4549

50+
![Staging Review Editor](../images/Editor.png)
51+
4652
## Managing Staged Optimizations
4753

4854
Once optimizations are staged, you can:
49-
5055
- Review each optimization individually
5156
- Compare original and optimized code side-by-side
5257
- Create pull requests for selected optimizations directly from the staging interface
58+
- Edit the code of staged optimizations
59+
60+
![Edited Code](../images/edited-code.png)
61+

0 commit comments

Comments
 (0)