From 79d589e145fd48b5264c0f1a90b78e6b15624318 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Thu, 2 Jan 2025 12:56:55 +0200 Subject: [PATCH] Adjust image widths in /implement tool documentation --- docs/docs/tools/implement.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/tools/implement.md b/docs/docs/tools/implement.md index 1c38e8ac..4b1b69aa 100644 --- a/docs/docs/tools/implement.md +++ b/docs/docs/tools/implement.md @@ -15,7 +15,7 @@ Reviewers can request code changes by:
/implement ``` -![implement1](https://codium.ai/images/pr_agent/implement1.png){width=600} +![implement1](https://codium.ai/images/pr_agent/implement1.png){width=512} ### 2. For PR Authors @@ -30,7 +30,7 @@ PR authors can implement suggested changes by replying to a review comment using /implement ``` -![implement2](https://codium.ai/images/pr_agent/implement2.png){width=600} +![implement2](https://codium.ai/images/pr_agent/implement2.png){width=512} ### 3. For Referencing Comments @@ -39,7 +39,7 @@ You can reference and implement changes from any comment by: /implement ``` -![implement3](https://codium.ai/images/pr_agent/implement3.png){width=600} +![implement3](https://codium.ai/images/pr_agent/implement3.png){width=512} Note that the implementation will occur within the review discussion thread.