Skip to content

Commit 6da9d0e

Browse files
Fix image reference in custom modes documentation missing image (#102)
* Fix image reference in custom modes documentation * Remove outdated visual examples from custom modes documentation
1 parent 138cd14 commit 6da9d0e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/features/custom-modes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ Both global and project-specific configurations use the same JSON format. Each c
7373

7474
### Understanding File Restrictions
7575

76-
<img src="/img/custom-modes/custom-modes-3.png" alt="File restriction pattern examples" width="600" />
77-
78-
*Visual examples of file restriction patterns and which files they match/don't match.*
79-
8076
The `fileRegex` property uses regular expressions to control which files a mode can edit:
8177

8278
* `\\.md$` - Match files ending in ".md"
@@ -151,7 +147,7 @@ You can find this setting within the prompt settings by clicking the <Codicon na
151147
2. **Create New Mode:** Click the <Codicon name="add" /> button to the right of the Modes heading
152148
3. **Fill in Fields:**
153149

154-
<img src="/img/custom-modes/custom-modes-3.png" alt="Custom mode creation interface in the Prompts tab" width="600" />
150+
<img src="/img/custom-modes/custom-modes-2.png" alt="Custom mode creation interface in the Prompts tab" width="600" />
155151
*The custom mode creation interface showing fields for name, slug, save location, role definition, available tools, and custom instructions.*
156152

157153
* **Name:** Enter a display name for the mode

0 commit comments

Comments
 (0)