File tree Expand file tree Collapse file tree 2 files changed +14
-22
lines changed Expand file tree Collapse file tree 2 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
23
23
prerelease : false
24
- automatic_release_tag : release
24
+ automatic_release_tag : 2.x.x
25
25
files : |
26
26
data.zip
27
27
build.json
Original file line number Diff line number Diff line change 1
- {
2
- "tutorials" : {
1
+ [
2
+ {
3
3
"type" : " group" ,
4
4
"id" : " tutorials" ,
5
5
"label" : " TUTORIALS" ,
6
6
"args" : {
7
7
"withBorder" : true ,
8
8
"initialIsOpen" : true
9
9
},
10
- "children" : {
11
- "redis_stack" : {
10
+ "children" : [
11
+ {
12
12
"type" : " group" ,
13
13
"id" : " redis_stack" ,
14
14
"label" : " Redis Stack" ,
15
15
"args" : {
16
16
"initialIsOpen" : false
17
17
},
18
- "children" : {
19
- "working_with_json" : {
18
+ "children" : [
19
+ {
20
20
"type" : " internal-link" ,
21
21
"id" : " working_with_json" ,
22
22
"label" : " Working with JSON" ,
23
23
"args" : {
24
24
"path" : " /redis_stack/working_with_json.md"
25
25
}
26
26
},
27
- "vss" : {
27
+ {
28
28
"type" : " internal-link" ,
29
29
"id" : " vector_similarity_search" ,
30
30
"label" : " Vector Similarity Search" ,
31
31
"args" : {
32
32
"path" : " /redis_stack/vector_similarity_search.md"
33
33
}
34
34
},
35
- "timeseries" : {
35
+ {
36
36
"type" : " internal-link" ,
37
37
"id" : " redis_for_time_series" ,
38
38
"label" : " Redis for time series" ,
39
39
"args" : {
40
40
"path" : " /redis_stack/redis_for_time_series.md"
41
41
}
42
42
},
43
- "graph" : {
43
+ {
44
44
"type" : " internal-link" ,
45
45
"id" : " working_with_graphs" ,
46
46
"label" : " Working with graphs" ,
47
47
"args" : {
48
48
"path" : " /redis_stack/working_with_graphs.md"
49
49
}
50
50
},
51
- "bloom" : {
51
+ {
52
52
"type" : " internal-link" ,
53
53
"id" : " probabilistic_data_structures" ,
54
54
"label" : " Probabilistic data structures" ,
55
55
"args" : {
56
56
"path" : " /redis_stack/probabilistic_data_structures.md"
57
57
}
58
58
}
59
- }
59
+ ]
60
60
}
61
- }
62
- },
63
- "manual" : {
64
- "type" : " code-button" ,
65
- "id" : " manual" ,
66
- "label" : " Manual" ,
67
- "args" : {
68
- "path" : " /_scripts/manual.txt"
69
- }
61
+ ]
70
62
}
71
- }
63
+ ]
You can’t perform that action at this time.
0 commit comments