Skip to content

Commit d731f17

Browse files
Update README.md
1 parent b29bfcf commit d731f17

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,20 @@ This page provides an overview of the Tutorials structure, its elements and cont
88

99
1. [Structure](#Structure)
1010
2. [Examples](#Examples)
11-
3. [Pages](#Pages)
12-
4. [Advanced button parameters](#Advanced)
11+
3. [Advanced button parameters](#Advanced)
1312

1413
## Structure
1514

1615
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
1918

2019
## Examples
2120
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.
2221

2322
[Redis-Tutorials.zip](https://github.com/RedisInsight/Tutorials/files/11092920/Redis-Tutorials.zip)
2423

25-
26-
## Markdown files
24+
## Markdown
2725

2826
In short, Tutorials support the basic [Markdown syntax](https://www.markdownguide.org/basic-syntax/) that you can use to specify your information.
2927
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
4240
```
4341
````
4442

45-
## manifest.json
43+
## Manifest
4644

4745
Manifest.json is not required and can be skipped, in the case of missing manifest.json, RedisInsight will:
4846
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
8482
> _**!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._
8583
8684

87-
## Advanced button parameters
85+
## Advanced
8886

8987
You can customize the run parameters to configure the raw mode, pipeline parameter and group mode. If specified, they will override
9088
the configuration set in RedisInsight. If not specified - the behaviour will be defined by parameters set in RedisInsight.
@@ -123,5 +121,3 @@ redis:[results=single;pipeline=4]
123121
redis:[results=group;mode=ascii]
124122
redis:[auto=true;pipeline=8;mode=raw;results=single;]
125123
```
126-
127-

0 commit comments

Comments
 (0)