Skip to content

Commit 1e9dfcc

Browse files
author
arthosofteq
authored
Merge pull request #17 from RedisInsight/feature/RI-4302_change_structure
#RI-4302 change structure
2 parents 23ccae7 + 04faef8 commit 1e9dfcc

File tree

1 file changed

+59
-61
lines changed

1 file changed

+59
-61
lines changed

src/manifest.json

Lines changed: 59 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,61 @@
1-
[
2-
{
3-
"type": "group",
4-
"id": "tutorials",
5-
"label": "TUTORIALS",
6-
"args": {
7-
"withBorder": true,
8-
"initialIsOpen": true
9-
},
10-
"children": [
11-
{
12-
"type": "group",
13-
"id": "redis_stack",
14-
"label": "Redis Stack",
15-
"args": {
16-
"initialIsOpen": false
1+
{
2+
"type": "group",
3+
"id": "tutorials",
4+
"label": "TUTORIALS",
5+
"args": {
6+
"withBorder": true,
7+
"initialIsOpen": true
8+
},
9+
"children": [
10+
{
11+
"type": "group",
12+
"id": "redis_stack",
13+
"label": "Redis Stack",
14+
"args": {
15+
"initialIsOpen": false
16+
},
17+
"children": [
18+
{
19+
"type": "internal-link",
20+
"id": "working_with_json",
21+
"label": "Working with JSON",
22+
"args": {
23+
"path": "/redis_stack/working_with_json.md"
24+
}
25+
},
26+
{
27+
"type": "internal-link",
28+
"id": "vector_similarity_search",
29+
"label": "Vector Similarity Search",
30+
"args": {
31+
"path": "/redis_stack/vector_similarity_search.md"
32+
}
33+
},
34+
{
35+
"type": "internal-link",
36+
"id": "redis_for_time_series",
37+
"label": "Redis for time series",
38+
"args": {
39+
"path": "/redis_stack/redis_for_time_series.md"
40+
}
41+
},
42+
{
43+
"type": "internal-link",
44+
"id": "working_with_graphs",
45+
"label": "Working with graphs",
46+
"args": {
47+
"path": "/redis_stack/working_with_graphs.md"
48+
}
1749
},
18-
"children": [
19-
{
20-
"type": "internal-link",
21-
"id": "working_with_json",
22-
"label": "Working with JSON",
23-
"args": {
24-
"path": "/redis_stack/working_with_json.md"
25-
}
26-
},
27-
{
28-
"type": "internal-link",
29-
"id": "vector_similarity_search",
30-
"label": "Vector Similarity Search",
31-
"args": {
32-
"path": "/redis_stack/vector_similarity_search.md"
33-
}
34-
},
35-
{
36-
"type": "internal-link",
37-
"id": "redis_for_time_series",
38-
"label": "Redis for time series",
39-
"args": {
40-
"path": "/redis_stack/redis_for_time_series.md"
41-
}
42-
},
43-
{
44-
"type": "internal-link",
45-
"id": "working_with_graphs",
46-
"label": "Working with graphs",
47-
"args": {
48-
"path": "/redis_stack/working_with_graphs.md"
49-
}
50-
},
51-
{
52-
"type": "internal-link",
53-
"id": "probabilistic_data_structures",
54-
"label": "Probabilistic data structures",
55-
"args": {
56-
"path": "/redis_stack/probabilistic_data_structures.md"
57-
}
50+
{
51+
"type": "internal-link",
52+
"id": "probabilistic_data_structures",
53+
"label": "Probabilistic data structures",
54+
"args": {
55+
"path": "/redis_stack/probabilistic_data_structures.md"
5856
}
59-
]
60-
}
61-
]
62-
}
63-
]
57+
}
58+
]
59+
}
60+
]
61+
}

0 commit comments

Comments
 (0)