Skip to content

Commit 15b842f

Browse files
committed
resolve some comments
1 parent 1cf86fc commit 15b842f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
{
4040
"group": "✨ Continuous Optimization",
4141
"pages": [
42-
"optimizing-with-codeflash/review-optimizations",
4342
"optimizing-with-codeflash/codeflash-github-actions",
44-
"optimizing-with-codeflash/benchmarking"
43+
"optimizing-with-codeflash/benchmarking",
44+
"optimizing-with-codeflash/review-optimizations"
4545
]
4646
},
4747
{

docs/optimizing-with-codeflash/review-optimizations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ This command will:
5454
Once optimizations are staged, you can:
5555
- Review each optimization individually
5656
- Compare original and optimized code side-by-side
57-
- Create pull requests for selected optimizations directly from the staging interface
5857
- Edit the code of staged optimizations
58+
- Create pull requests for selected optimizations directly from the staging interface
5959

6060
![Edited Code](../images/edited-code.png)
6161

0 commit comments

Comments
 (0)