Skip to content

Commit c69a3b9

Browse files
author
arthosofteq
authored
Merge pull request #13 from RedisInsight/main
Release
2 parents 9a80654 + 4bdcf41 commit c69a3b9

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2323
prerelease: false
24-
automatic_release_tag: release
24+
automatic_release_tag: 2.x.x
2525
files: |
2626
data.zip
2727
build.json

src/tutorials.json

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,63 @@
1-
{
2-
"tutorials": {
1+
[
2+
{
33
"type": "group",
44
"id": "tutorials",
55
"label": "TUTORIALS",
66
"args": {
77
"withBorder": true,
88
"initialIsOpen": true
99
},
10-
"children": {
11-
"redis_stack": {
10+
"children": [
11+
{
1212
"type": "group",
1313
"id": "redis_stack",
1414
"label": "Redis Stack",
1515
"args": {
1616
"initialIsOpen": false
1717
},
18-
"children": {
19-
"working_with_json": {
18+
"children": [
19+
{
2020
"type": "internal-link",
2121
"id": "working_with_json",
2222
"label": "Working with JSON",
2323
"args": {
2424
"path": "/redis_stack/working_with_json.md"
2525
}
2626
},
27-
"vss": {
27+
{
2828
"type": "internal-link",
2929
"id": "vector_similarity_search",
3030
"label": "Vector Similarity Search",
3131
"args": {
3232
"path": "/redis_stack/vector_similarity_search.md"
3333
}
3434
},
35-
"timeseries": {
35+
{
3636
"type": "internal-link",
3737
"id": "redis_for_time_series",
3838
"label": "Redis for time series",
3939
"args": {
4040
"path": "/redis_stack/redis_for_time_series.md"
4141
}
4242
},
43-
"graph": {
43+
{
4444
"type": "internal-link",
4545
"id": "working_with_graphs",
4646
"label": "Working with graphs",
4747
"args": {
4848
"path": "/redis_stack/working_with_graphs.md"
4949
}
5050
},
51-
"bloom": {
51+
{
5252
"type": "internal-link",
5353
"id": "probabilistic_data_structures",
5454
"label": "Probabilistic data structures",
5555
"args": {
5656
"path": "/redis_stack/probabilistic_data_structures.md"
5757
}
5858
}
59-
}
59+
]
6060
}
61-
}
62-
},
63-
"manual": {
64-
"type": "code-button",
65-
"id": "manual",
66-
"label": "Manual",
67-
"args": {
68-
"path": "/_scripts/manual.txt"
69-
}
61+
]
7062
}
71-
}
63+
]

0 commit comments

Comments
 (0)