You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,13 @@ If you want to share your own tutorials - add the `redis-tutorials` label to you
8
8
9
9
## Navigation
10
10
11
-
1.[Structure](#structure)
12
-
2.[Examples](#examples)
13
-
3.[Bulk Upload From Tutorials](#bulk-upload-from-tutorials)
14
-
4.[Advanced button parameters](#advanced)
11
+
1.[Structure](#Structure)
12
+
2.[Examples](#Examples)
13
+
3.[Markdown](#Markdown)
14
+
4.[Images](#Images)
15
+
5.[Manifest](#Manifest)
16
+
6.[Bulk Upload From Tutorials](#bulk-upload-from-tutorials)
17
+
7.[Advanced button parameters](#Advanced)
15
18
16
19
## Structure
17
20
@@ -43,6 +46,24 @@ If you would like to add a button that will insert Redis commands to the Workben
43
46
```
44
47
````
45
48
49
+
## Images
50
+
Basic [markdown syntax](https://www.markdownguide.org/basic-syntax/#images-1) provides the ability to render images.
51
+
52
+
To render images, you need to provide either an external URL to these images or a relative path to a folder inside of your tutorials.
53
+
The folder with images can have any name, but it is recommended to start it with an underscore (_) or a dot (.) to avoid displaying it in Workbench when the [manifest](#Manifest) is automatically generated.
54
+
55
+
Use the following logic to specify a relative path:
0 commit comments