File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ If you want to share your own tutorials - add the `redis-tutorials` label to you
15
15
5 . [ Manifest] ( #Manifest )
16
16
6 . [ Bulk Upload From Tutorials] ( #bulk-upload-from-tutorials )
17
17
7 . [ Advanced button parameters] ( #Advanced )
18
- 8 . [ Internal links ] ( #internal- links )
18
+ 8 . [ Links configuration ] ( #links-configuration )
19
19
20
20
## Structure
21
21
@@ -209,8 +209,9 @@ redis:[results=single;pipeline=4]
209
209
redis:[results=group;mode=ascii]
210
210
redis:[pipeline=8;mode=raw;results=single;]
211
211
```
212
+ ### Links configuration
212
213
213
- ### Internal links
214
+ #### Internal links
214
215
You can insert links that lead to a specific page inside RedisInsight. The syntax for these links is following:
215
216
```
216
217
[{text}](redisinsight:{path})
@@ -239,3 +240,17 @@ The full list of pages:
239
240
| Settings | settings |
240
241
241
242
243
+ #### Create a free Cloud database link
244
+
245
+ Also, there is a possibility to insert link which opens Create Free Database dialog inside RedisInsight
246
+
247
+ > * Note* : For Docker builds these links will work as pure external links
248
+ Syntax:
249
+ ```
250
+ [{title}]({link} 'Redis Cloud')
251
+ ```
252
+
253
+ For example:
254
+ ```
255
+ [Create a free database](https://redis.com/try-free 'Redis Cloud')
256
+ ```
You can’t perform that action at this time.
0 commit comments