Skip to content

Commit b46fc68

Browse files
fix(acc): alphabetical order
1 parent 6f0ecb4 commit b46fc68

File tree

1 file changed

+68
-71
lines changed

1 file changed

+68
-71
lines changed

menu/filters.json

Lines changed: 68 additions & 71 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,52 +153,26 @@
138153
{
139154
"items": [
140155
{
141-
"category": "functions",
142-
"label": "Functions"
143-
},
144-
{
145-
"category": "containers",
146-
"label": "Containers"
147-
},
148-
{
149-
"category": "messaging-and-queuing",
150-
"label": "Messaging and Queuing"
151-
},
152-
{
153-
"category": "jobs",
154-
"label": "Jobs"
155-
},
156-
{
157-
"category": "serverless-sqldb",
158-
"label": "SQL databases"
159-
},
160-
{
161-
"category": "nats",
162-
"label": "NATS"
156+
"category": "cli",
157+
"label": "CLI"
163158
},
164159
{
165-
"category": "queues",
166-
"label": "Queues"
160+
"category": "packer",
161+
"label": "Packer"
167162
},
168163
{
169-
"category": "Topics and Events",
170-
"label": "topics-and-events"
164+
"category": "terraform",
165+
"label": "Terraform"
171166
}
172167
],
173-
"category": "serverless",
174-
"label": "Serverless",
175-
"icon": "serverless"
168+
"category": "devtools",
169+
"label": "Devtools",
170+
"icon": "devtools"
176171
},
177172
{
178-
"items": [
179-
{
180-
"category": "data-lab",
181-
"label": "Data Lab for Apache Spark™"
182-
}
183-
],
184-
"category": "data-and-analytics",
185-
"label": "Data & Analytics",
186-
"icon": "managedServices"
173+
"category": "documentation",
174+
"label": "Documentation",
175+
"icon": "documentation"
187176
},
188177
{
189178
"items": [
@@ -209,6 +198,14 @@
209198
{
210199
"category": "iot",
211200
"label": "IoT Hub"
201+
},
202+
{
203+
"category": "queues",
204+
"label": "Queues"
205+
},
206+
{
207+
"category": "topics-and-events",
208+
"label": "Topics and Events"
212209
}
213210
],
214211
"category": "integration-services",
@@ -232,6 +229,10 @@
232229
},
233230
{
234231
"items": [
232+
{
233+
"category": "dedilink",
234+
"label": "Dedilink"
235+
},
235236
{
236237
"category": "edge-services",
237238
"label": "Edge Services"
@@ -244,10 +245,6 @@
244245
"category": "ipam",
245246
"label": "IPAM"
246247
},
247-
{
248-
"category": "dedilink",
249-
"label": "Dedilink"
250-
},
251248
{
252249
"category": "load-balancers",
253250
"label": "Load Balancers"
@@ -272,12 +269,31 @@
272269
{
273270
"items": [
274271
{
275-
"category": "object-storage",
276-
"label": "Object Storage"
272+
"category": "containers",
273+
"label": "Containers"
274+
},
275+
{
276+
"category": "functions",
277+
"label": "Functions"
277278
},
279+
{
280+
"category": "jobs",
281+
"label": "Jobs"
282+
}
283+
],
284+
"category": "serverless",
285+
"label": "Serverless",
286+
"icon": "serverless"
287+
},
288+
{
289+
"items": [
278290
{
279291
"category": "block-storage",
280292
"label": "Block Storage"
293+
},
294+
{
295+
"category": "object-storage",
296+
"label": "Object Storage"
281297
}
282298
],
283299
"category": "storage",
@@ -294,24 +310,5 @@
294310
"category": "partners",
295311
"label": "Partners",
296312
"icon": "partners"
297-
},
298-
{
299-
"items": [
300-
{
301-
"category": "cli",
302-
"label": "CLI"
303-
},
304-
{
305-
"category": "terraform",
306-
"label": "Terraform"
307-
},
308-
{
309-
"category": "packer",
310-
"label": "Packer"
311-
}
312-
],
313-
"category": "devtools",
314-
"label": "Devtools",
315-
"icon": "devtools"
316313
}
317314
]

0 commit comments

Comments
 (0)