Skip to content

Commit c8b30c7

Browse files
fix(acc): alphabetical order
1 parent 0d28d3e commit c8b30c7

File tree

1 file changed

+68
-55
lines changed

1 file changed

+68
-55
lines changed

menu/filters.json

Lines changed: 68 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"category": "iam",
3636
"label": "IAM"
3737
},
38-
{
39-
"category": "secret-manager",
40-
"label": "Secret Manager"
41-
},
4238
{
4339
"category": "key-manager",
4440
"label": "Key Manager"
41+
},
42+
{
43+
"category": "secret-manager",
44+
"label": "Secret Manager"
4545
}
4646
],
4747
"category": "security-identity",
@@ -99,19 +99,34 @@
9999
},
100100
{
101101
"items": [
102-
{
103-
"category": "kubernetes",
104-
"label": "Kubernetes"
105-
},
106102
{
107103
"category": "container-registry",
108104
"label": "Container Registry"
105+
},
106+
{
107+
"category": "kubernetes",
108+
"label": "Kubernetes"
109109
}
110110
],
111111
"category": "containers",
112112
"label": "Containers",
113113
"icon": "containers"
114114
},
115+
{
116+
"items": [
117+
{
118+
"category": "data-lab",
119+
"label": "Data Lab for Apache Spark™"
120+
},
121+
{
122+
"category": "nats",
123+
"label": "NATS"
124+
}
125+
],
126+
"category": "data-and-analytics",
127+
"label": "Data & Analytics",
128+
"icon": "managedServices"
129+
},
115130
{
116131
"items": [
117132
{
@@ -138,36 +153,26 @@
138153
{
139154
"items": [
140155
{
141-
"category": "functions",
142-
"label": "Functions"
143-
},
144-
{
145-
"category": "containers",
146-
"label": "Containers"
156+
"category": "cli",
157+
"label": "CLI"
147158
},
148159
{
149-
"category": "messaging-and-queuing",
150-
"label": "Messaging and Queuing"
160+
"category": "packer",
161+
"label": "Packer"
151162
},
152163
{
153-
"category": "jobs",
154-
"label": "Jobs"
164+
"category": "terraform",
165+
"label": "Terraform"
155166
}
156167
],
157-
"category": "serverless",
158-
"label": "Serverless",
159-
"icon": "serverless"
168+
"category": "devtools",
169+
"label": "Devtools",
170+
"icon": "devtools"
160171
},
161172
{
162-
"items": [
163-
{
164-
"category": "data-lab",
165-
"label": "Data Lab for Apache Spark™"
166-
}
167-
],
168-
"category": "data-and-analytics",
169-
"label": "Data & Analytics",
170-
"icon": "managedServices"
173+
"category": "documentation",
174+
"label": "Documentation",
175+
"icon": "documentation"
171176
},
172177
{
173178
"items": [
@@ -193,6 +198,14 @@
193198
{
194199
"category": "iot",
195200
"label": "IoT Hub"
201+
},
202+
{
203+
"category": "queues",
204+
"label": "Queues"
205+
},
206+
{
207+
"category": "topics-and-events",
208+
"label": "Topics and Events"
196209
}
197210
],
198211
"category": "integration-services",
@@ -216,6 +229,10 @@
216229
},
217230
{
218231
"items": [
232+
{
233+
"category": "dedilink",
234+
"label": "Dedilink"
235+
},
219236
{
220237
"category": "edge-services",
221238
"label": "Edge Services"
@@ -228,10 +245,6 @@
228245
"category": "ipam",
229246
"label": "IPAM"
230247
},
231-
{
232-
"category": "dedilink",
233-
"label": "Dedilink"
234-
},
235248
{
236249
"category": "load-balancers",
237250
"label": "Load Balancers"
@@ -256,12 +269,31 @@
256269
{
257270
"items": [
258271
{
259-
"category": "object-storage",
260-
"label": "Object Storage"
272+
"category": "containers",
273+
"label": "Containers"
274+
},
275+
{
276+
"category": "functions",
277+
"label": "Functions"
261278
},
279+
{
280+
"category": "jobs",
281+
"label": "Jobs"
282+
}
283+
],
284+
"category": "serverless",
285+
"label": "Serverless",
286+
"icon": "serverless"
287+
},
288+
{
289+
"items": [
262290
{
263291
"category": "block-storage",
264292
"label": "Block Storage"
293+
},
294+
{
295+
"category": "object-storage",
296+
"label": "Object Storage"
265297
}
266298
],
267299
"category": "storage",
@@ -278,24 +310,5 @@
278310
"category": "partners",
279311
"label": "Partners",
280312
"icon": "partners"
281-
},
282-
{
283-
"items": [
284-
{
285-
"category": "cli",
286-
"label": "CLI"
287-
},
288-
{
289-
"category": "terraform",
290-
"label": "Terraform"
291-
},
292-
{
293-
"category": "packer",
294-
"label": "Packer"
295-
}
296-
],
297-
"category": "devtools",
298-
"label": "Devtools",
299-
"icon": "devtools"
300313
}
301314
]

0 commit comments

Comments
 (0)