Skip to content

Commit 3d744ee

Browse files
Merge pull request #74 from RedisInsight/fix/ui_enablement-area
Fix/ UI Enablement Area
2 parents ce584bb + 8924690 commit 3d744ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+67
-64
lines changed

redisinsight/ui/src/packages/enablement-area/enablement-area.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"children": [
1111
{
1212
"type": "group",
13-
"id": "document-capabilities",
14-
"label": "Document Capabilities",
13+
"id": "document",
14+
"label": "Document",
1515
"args": {
1616
"initialIsOpen": true
1717
},
@@ -21,31 +21,31 @@
2121
"id": "introduction",
2222
"label": "Introduction",
2323
"args": {
24-
"path": "/static/workbench/guides/document-capabilities/introduction.html"
24+
"path": "/static/workbench/guides/document/introduction.html"
2525
}
2626
},
2727
{
2828
"type": "internal-link",
2929
"id": "working-with-hashes",
3030
"label": "Working with Hashes",
3131
"args": {
32-
"path": "/static/workbench/guides/document-capabilities/working-with-hashes.html"
32+
"path": "/static/workbench/guides/document/working-with-hashes.html"
3333
}
3434
},
3535
{
3636
"type": "internal-link",
3737
"id": "working-with-json",
3838
"label": "Working with JSON",
3939
"args": {
40-
"path": "/static/workbench/guides/document-capabilities/working-with-json.html"
40+
"path": "/static/workbench/guides/document/working-with-json.html"
4141
}
4242
},
4343
{
4444
"type": "internal-link",
4545
"id": "learn-more",
4646
"label": "Learn More",
4747
"args": {
48-
"path": "/static/workbench/guides/document-capabilities/learn-more.html"
48+
"path": "/static/workbench/guides/document/learn-more.html"
4949
}
5050
}
5151
]
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@ <h3>PRE-REQUISITES</h3>
7171
<div style="width: 100%">
7272
<InternalLink
7373
size="xs"
74-
path="/static/workbench/guides/document-capabilities/working-with-hashes.html"
74+
path="/static/workbench/guides/document/working-with-hashes.html"
7575
label="Working with Hashes"
7676
iconType="arrowRight"
7777
iconPosition="right"
7878
testId="next-page"
79+
toolTip="Working with Hashes"
7980
>
80-
<div>Next:<b> Working with Hashes</b></div>
81+
<span>Next:<b> Working with Hashes</b></span>
8182
</InternalLink>
8283
</div>
8384
</div>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ <h3>Tutorials</h3>
4141
<div style="width: 100%;">
4242
<InternalLink
4343
size="xs"
44-
path="/static/workbench/guides/document-capabilities/working-with-json.html"
44+
path="/static/workbench/guides/document/working-with-json.html"
4545
label="Working with JSON"
4646
iconType="arrowLeft"
4747
iconPosition="left"
4848
testId="prev-page"
49-
toolTop="Working with JSON"
49+
toolTip="Working with JSON"
5050
>
51-
<div>Previous:<b> Working with JSON</b></div>
51+
<span>Previous:<b> Working with JSON</b></span>
5252
</InternalLink>
5353
</div>
5454
</div>
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
<div style="margin: 8px 0">
99
<LazyCodeButton
1010
label="Create"
11-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-create.txt"
11+
path="/static/workbench/scripts/document/working-with-hashes/crud-create.txt"
1212
/>
1313
</div>
1414
<div style="margin: 8px 0">
1515
<LazyCodeButton
1616
label="Read"
17-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-read.txt"
17+
path="/static/workbench/scripts/document/working-with-hashes/crud-read.txt"
1818
/>
1919
</div>
2020
<div style="margin: 8px 0">
2121
<LazyCodeButton
2222
label="Update"
23-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-update.txt"
23+
path="/static/workbench/scripts/document/working-with-hashes/crud-update.txt"
2424
/>
2525
</div>
2626
<div style="margin: 8px 0">
2727
<LazyCodeButton
2828
label="Delete"
29-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-delete.txt"
29+
path="/static/workbench/scripts/document/working-with-hashes/crud-delete.txt"
3030
/>
3131
</div>
3232
</span>
@@ -37,19 +37,19 @@
3737
<div style="margin: 8px 0">
3838
<LazyCodeButton
3939
label="Create hash index"
40-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/create-hash-index.txt"
40+
path="/static/workbench/scripts/document/working-with-hashes/create-hash-index.txt"
4141
/>
4242
</div>
4343
<div style="margin: 8px 0">
4444
<LazyCodeButton
4545
label="List all indexes"
46-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/list-all-indexes.txt"
46+
path="/static/workbench/scripts/document/working-with-hashes/list-all-indexes.txt"
4747
/>
4848
</div>
4949
<div style="margin: 8px 0">
5050
<LazyCodeButton
5151
label="Index info"
52-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/index-info.txt"
52+
path="/static/workbench/scripts/document/working-with-hashes/index-info.txt"
5353
/>
5454
</div>
5555
</span>
@@ -60,73 +60,73 @@
6060
<div style="margin: 8px 0">
6161
<LazyCodeButton
6262
label="Exact text search"
63-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/exact-text-search.txt"
63+
path="/static/workbench/scripts/document/working-with-hashes/exact-text-search.txt"
6464
/>
6565
</div>
6666
<div style="margin: 8px 0">
6767
<LazyCodeButton
6868
label="Fuzzy text search"
69-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/fuzzy-text-search.txt"
69+
path="/static/workbench/scripts/document/working-with-hashes/fuzzy-text-search.txt"
7070
/>
7171
</div>
7272
<div style="margin: 8px 0">
7373
<LazyCodeButton
7474
label="Field specific text search"
75-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/field-specific-text-search.txt"
75+
path="/static/workbench/scripts/document/working-with-hashes/field-specific-text-search.txt"
7676
/>
7777
</div>
7878
<div style="margin: 8px 0">
7979
<LazyCodeButton
8080
label="Numeric range query"
81-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/numeric-range-query.txt"
81+
path="/static/workbench/scripts/document/working-with-hashes/numeric-range-query.txt"
8282
/>
8383
</div>
8484
<div style="margin: 8px 0">
8585
<LazyCodeButton
8686
label="Tag search"
87-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/tag-search.txt"
87+
path="/static/workbench/scripts/document/working-with-hashes/tag-search.txt"
8888
/>
8989
</div>
9090
<div style="margin: 8px 0">
9191
<LazyCodeButton
9292
label="Multiple tags (OR) search"
93-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/multiple-tags-or-search.txt"
93+
path="/static/workbench/scripts/document/working-with-hashes/multiple-tags-or-search.txt"
9494
/>
9595
</div>
9696
<div style="margin: 8px 0">
9797
<LazyCodeButton
9898
label="Multiple tags (AND) search"
99-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/multiple-tags-and-search.txt"
99+
path="/static/workbench/scripts/document/working-with-hashes/multiple-tags-and-search.txt"
100100
/>
101101
</div>
102102
<div style="margin: 8px 0">
103103
<LazyCodeButton
104104
label="Combined search on two fields (AND)"
105-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-and.txt"
105+
path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-and.txt"
106106
/>
107107
</div>
108108
<div style="margin: 8px 0">
109109
<LazyCodeButton
110110
label="Combined search on two fields (OR)"
111-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-or.txt"
111+
path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-or.txt"
112112
/>
113113
</div>
114114
<div style="margin: 8px 0">
115115
<LazyCodeButton
116116
label="Combined search and geo filter"
117-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-geo-filter.txt"
117+
path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-geo-filter.txt"
118118
/>
119119
</div>
120120
<div style="margin: 8px 0">
121121
<LazyCodeButton
122122
label="Group by & sort by aggregation"
123-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/group-and-sort-by-aggregation.txt"
123+
path="/static/workbench/scripts/document/working-with-hashes/group-and-sort-by-aggregation.txt"
124124
/>
125125
</div>
126126
<div style="margin: 8px 0">
127127
<LazyCodeButton
128128
label="Aggregation with apply"
129-
path="/static/workbench/scripts/document-capabilities/working-with-hashes/aggregation-with-apply.txt"
129+
path="/static/workbench/scripts/document/working-with-hashes/aggregation-with-apply.txt"
130130
/>
131131
</div>
132132
</span>
@@ -138,7 +138,7 @@
138138
<div style="width: 50%; border-right: 1px solid var(--separatorColor)">
139139
<InternalLink
140140
size="xs"
141-
path="/static/workbench/guides/document-capabilities/introduction.html"
141+
path="/static/workbench/guides/document/introduction.html"
142142
label="Introduction"
143143
iconType="arrowLeft"
144144
testId="prev-page"
@@ -154,7 +154,7 @@
154154
<div style="width: 50%">
155155
<InternalLink
156156
size="xs"
157-
path="/static/workbench/guides/document-capabilities/working-with-json.html"
157+
path="/static/workbench/guides/document/working-with-json.html"
158158
label="Working with JSON"
159159
iconType="arrowRight"
160160
iconPosition="right"
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
<div style="margin: 8px 0">
99
<LazyCodeButton
1010
label="Create"
11-
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-create.txt"
11+
path="/static/workbench/scripts/document/working-with-json/crud-create.txt"
1212
/>
1313
</div>
1414
<div style="margin: 8px 0">
1515
<LazyCodeButton
1616
label="Read"
17-
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-read.txt"
17+
path="/static/workbench/scripts/document/working-with-json/crud-read.txt"
1818
/>
1919
</div>
2020
<div style="margin: 8px 0">
2121
<LazyCodeButton
2222
label="Update"
23-
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-update.txt"
23+
path="/static/workbench/scripts/document/working-with-json/crud-update.txt"
2424
/>
2525
</div>
2626
<div style="margin: 8px 0">
2727
<LazyCodeButton
2828
label="Delete"
29-
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-delete.txt"
29+
path="/static/workbench/scripts/document/working-with-json/crud-delete.txt"
3030
/>
3131
</div>
3232
</span>
@@ -37,19 +37,19 @@
3737
<div style="margin: 8px 0">
3838
<LazyCodeButton
3939
label="Create JSON index"
40-
path="/static/workbench/scripts/document-capabilities/working-with-json/create-json-index.txt"
40+
path="/static/workbench/scripts/document/working-with-json/create-json-index.txt"
4141
/>
4242
</div>
4343
<div style="margin: 8px 0">
4444
<LazyCodeButton
4545
label="List all indexes"
46-
path="/static/workbench/scripts/document-capabilities/working-with-json/list-all-indexes.txt"
46+
path="/static/workbench/scripts/document/working-with-json/list-all-indexes.txt"
4747
/>
4848
</div>
4949
<div style="margin: 8px 0">
5050
<LazyCodeButton
5151
label="Index info"
52-
path="/static/workbench/scripts/document-capabilities/working-with-json/index-info.txt"
52+
path="/static/workbench/scripts/document/working-with-json/index-info.txt"
5353
/>
5454
</div>
5555
</span>
@@ -60,67 +60,67 @@
6060
<div style="margin: 8px 0">
6161
<LazyCodeButton
6262
label="Exact text search"
63-
path="/static/workbench/scripts/document-capabilities/working-with-json/exact-text-search.txt"
63+
path="/static/workbench/scripts/document/working-with-json/exact-text-search.txt"
6464
/>
6565
</div>
6666
<div style="margin: 8px 0">
6767
<LazyCodeButton
6868
label="Fuzzy text search"
69-
path="/static/workbench/scripts/document-capabilities/working-with-json/fuzzy-text-search.txt"
69+
path="/static/workbench/scripts/document/working-with-json/fuzzy-text-search.txt"
7070
/>
7171
</div>
7272
<div style="margin: 8px 0">
7373
<LazyCodeButton
7474
label="Field specific text search"
75-
path="/static/workbench/scripts/document-capabilities/working-with-json/field-specific-text-search.txt"
75+
path="/static/workbench/scripts/document/working-with-json/field-specific-text-search.txt"
7676
/>
7777
</div>
7878
<div style="margin: 8px 0">
7979
<LazyCodeButton
8080
label="Numeric range query"
81-
path="/static/workbench/scripts/document-capabilities/working-with-json/numeric-range-query.txt"
81+
path="/static/workbench/scripts/document/working-with-json/numeric-range-query.txt"
8282
/>
8383
</div>
8484
<div style="margin: 8px 0">
8585
<LazyCodeButton
8686
label="Tag search"
87-
path="/static/workbench/scripts/document-capabilities/working-with-json/tag-search.txt"
87+
path="/static/workbench/scripts/document/working-with-json/tag-search.txt"
8888
/>
8989
</div>
9090
<div style="margin: 8px 0">
9191
<LazyCodeButton
9292
label="Multiple tags (OR) search"
93-
path="/static/workbench/scripts/document-capabilities/working-with-json/multiple-tags-or-search.txt"
93+
path="/static/workbench/scripts/document/working-with-json/multiple-tags-or-search.txt"
9494
/>
9595
</div>
9696
<div style="margin: 8px 0">
9797
<LazyCodeButton
9898
label="Multiple tags (AND) search"
99-
path="/static/workbench/scripts/document-capabilities/working-with-json/multiple-tags-and-search.txt"
99+
path="/static/workbench/scripts/document/working-with-json/multiple-tags-and-search.txt"
100100
/>
101101
</div>
102102
<div style="margin: 8px 0">
103103
<LazyCodeButton
104104
label="Combined search on two fields (AND)"
105-
path="/static/workbench/scripts/document-capabilities/working-with-json/combined-search-with-and.txt"
105+
path="/static/workbench/scripts/document/working-with-json/combined-search-with-and.txt"
106106
/>
107107
</div>
108108
<div style="margin: 8px 0">
109109
<LazyCodeButton
110110
label="Combined search on two fields (OR)"
111-
path="/static/workbench/scripts/document-capabilities/working-with-json/combined-search-with-or.txt"
111+
path="/static/workbench/scripts/document/working-with-json/combined-search-with-or.txt"
112112
/>
113113
</div>
114114
<div style="margin: 8px 0">
115115
<LazyCodeButton
116116
label="Combined search and geo filter"
117-
path="/static/workbench/scripts/document-capabilities/working-with-json/combined-search-with-geo-filter.txt"
117+
path="/static/workbench/scripts/document/working-with-json/combined-search-with-geo-filter.txt"
118118
/>
119119
</div>
120120
<div style="margin: 8px 0">
121121
<LazyCodeButton
122122
label="Group by & sort by aggregation"
123-
path="/static/workbench/scripts/document-capabilities/working-with-json/group-and-sort-by-aggregation.txt"
123+
path="/static/workbench/scripts/document/working-with-json/group-and-sort-by-aggregation.txt"
124124
/>
125125
</div>
126126
</span>
@@ -132,7 +132,7 @@
132132
<div style="width: 50%; border-right: 1px solid var(--separatorColor)">
133133
<InternalLink
134134
size="xs"
135-
path="/static/workbench/guides/document-capabilities/working-with-hashes.html"
135+
path="/static/workbench/guides/document/working-with-hashes.html"
136136
label="Working with Hashes"
137137
iconType="arrowLeft"
138138
testId="prev-page"
@@ -148,7 +148,7 @@
148148
<div style="width: 50%">
149149
<InternalLink
150150
size="xs"
151-
path="/static/workbench/guides/document-capabilities/learn-more.html"
151+
path="/static/workbench/guides/document/learn-more.html"
152152
label="Learn More"
153153
iconType="arrowRight"
154154
iconPosition="right"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)