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
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,20 @@ This page provides an overview of the Tutorials structure, its elements and cont
8
8
9
9
1.[Structure](#Structure)
10
10
2.[Examples](#Examples)
11
-
3.[Pages](#Pages)
12
-
4.[Advanced button parameters](#Advanced)
11
+
3.[Advanced button parameters](#Advanced)
13
12
14
13
## Structure
15
14
16
15
Tutorials should be combined into a .zip archive that contains the following:
17
-
1.[Markdown files](#Markdown) with content of Tutorials
18
-
2.[manifest.json](#manifest.json) that describes the structure and befavior of Tutorials
16
+
1.[Markdown files](#Markdown) with the content of Tutorials
17
+
2.[Manifest.json](#Manifest) that describes the structure and behavior of Tutorials
19
18
20
19
## Examples
21
20
If you would like to start with Tutorials, download this example with Redis Stack Tutorials and upload the archive using the "Upload Tutorial" feature in RedisInsight Workbench so you can view and understand the overall logic.
In short, Tutorials support the basic [Markdown syntax](https://www.markdownguide.org/basic-syntax/) that you can use to specify your information.
29
27
If you would like to add a button that will insert Redis commands to the Workbench Editor, use Redis Code block that is almost the same as for the [Fenced Code Block](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks), but you need to specify `redis` as language and the label next to it (see the `Create` button example below).
@@ -42,7 +40,7 @@ If you would like to add a button that will insert Redis commands to the Workben
42
40
```
43
41
````
44
42
45
-
## manifest.json
43
+
## Manifest
46
44
47
45
Manifest.json is not required and can be skipped, in the case of missing manifest.json, RedisInsight will:
48
46
1. Take the Tutorial name from the .zip archive
@@ -84,7 +82,7 @@ A Node can be represented by various UI components and is specified by `type` pr
84
82
> _**!Note.** All **"internal-link"** nodes located in the same **"group"** will be connected to each other. And using pagination (created dynamically) you can go directly from one page to another. Therefore, it is better to combine elements into groups related to the same topic._
85
83
86
84
87
-
## Advanced button parameters
85
+
## Advanced
88
86
89
87
You can customize the run parameters to configure the raw mode, pipeline parameter and group mode. If specified, they will override
90
88
the configuration set in RedisInsight. If not specified - the behaviour will be defined by parameters set in RedisInsight.
0 commit comments