File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,19 @@ redis:[pipeline=8;mode=raw;results=single;]
214
214
```
215
215
### Links configuration
216
216
217
+ #### Reference other tutorials
218
+ You can reference other tutorial pages.
219
+ To do this, use the markdown syntax described below and specify the ID of the tutorial you want to link to:
220
+ ```
221
+ [{text}](redisinsight:_?tutorialId={tutorialId})
222
+ ```
223
+
224
+ For example:
225
+ ```
226
+ [Create JSON Documents](redisinsight:_?tutorialId=ds-json-create)
227
+ ```
228
+
229
+
217
230
#### Internal links
218
231
You can insert links that lead to a specific page inside Redis Insight. The syntax for these links is following:
219
232
```
@@ -242,7 +255,6 @@ The full list of pages:
242
255
| Functions | triggered-functions/functions |
243
256
| Settings | settings |
244
257
245
-
246
258
#### Create a free Cloud database link
247
259
248
260
Also, there is a possibility to insert link which opens Create Free Database dialog inside Redis Insight
You can’t perform that action at this time.
0 commit comments