Skip to content

Commit 20f9d91

Browse files
committed
#RI-5118 - pr comments
1 parent aa102a0 commit 20f9d91

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to share your own tutorials - add the `redis-tutorials` label to you
1515
5. [Manifest](#Manifest)
1616
6. [Bulk Upload From Tutorials](#bulk-upload-from-tutorials)
1717
7. [Advanced button parameters](#Advanced)
18-
8. [Internal links](#internal-links)
18+
8. [Links configuration](#links-configuration)
1919

2020
## Structure
2121

@@ -209,8 +209,9 @@ redis:[results=single;pipeline=4]
209209
redis:[results=group;mode=ascii]
210210
redis:[pipeline=8;mode=raw;results=single;]
211211
```
212+
### Links configuration
212213

213-
### Internal links
214+
#### Internal links
214215
You can insert links that lead to a specific page inside RedisInsight. The syntax for these links is following:
215216
```
216217
[{text}](redisinsight:{path})
@@ -239,3 +240,17 @@ The full list of pages:
239240
| Settings | settings |
240241

241242

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+
```

0 commit comments

Comments
 (0)