Skip to content

Commit a592bdc

Browse files
committed
feat: edit custom snippet docs
1 parent af1b781 commit a592bdc

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/07-Features/02-custom-snippets.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,20 @@ After entering the values, click `Save`.
5757
5858
![Snippets Count](./images/CustomSnippets/custom-snippets-count.png "Snippets Count")
5959
In the panel header, you can see the total number of snippets you’ve added. You can create as many snippets as you like.
60+
61+
---
62+
63+
### Edit Snippet
64+
You can edit an existing snippet whenever you need to make changes. To edit a snippet, click the snippet you want to edit from the snippets list. This will open the **Edit Snippet** panel.
65+
66+
![Edit Snippet](./images/CustomSnippets/edit-snippet.png "Edit Snippet")
67+
68+
Update the fields you want to modify.
69+
For example, in the snippet shown below, we’ve updated the **Abbreviation** from `scr` to `script`.
70+
After making your changes, click `Save`.
71+
72+
![Edit Snippet success](./images/CustomSnippets/after-edit-snippet.png "Edit Snippet success")
73+
74+
You can see that the snippet is now updated with the new **Abbreviation**.
75+
76+
---
27.5 KB
Loading
29.4 KB
Loading

0 commit comments

Comments
 (0)