Skip to content

Commit 32c202a

Browse files
fix(acc): alphabetical order
1 parent 6bbe96d commit 32c202a

File tree

1 file changed

+68
-60
lines changed

1 file changed

+68
-60
lines changed

menu/changelogs.json

Lines changed: 68 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
"category": "iam",
6767
"label": "IAM"
6868
},
69-
{
70-
"category": "secret-manager",
71-
"label": "Secret Manager"
72-
},
7369
{
7470
"category": "key-manager",
7571
"label": "Key Manager"
72+
},
73+
{
74+
"category": "secret-manager",
75+
"label": "Secret Manager"
7676
}
7777
],
7878
"category": "security-identity",
@@ -150,19 +150,34 @@
150150
},
151151
{
152152
"items": [
153-
{
154-
"category": "kubernetes",
155-
"label": "Kubernetes"
156-
},
157153
{
158154
"category": "container-registry",
159155
"label": "Container Registry"
156+
},
157+
{
158+
"category": "kubernetes",
159+
"label": "Kubernetes"
160160
}
161161
],
162162
"category": "containers",
163163
"label": "Containers",
164164
"icon": "containers"
165165
},
166+
{
167+
"items": [
168+
{
169+
"category": "data-lab",
170+
"label": "Data Lab for Apache Spark™"
171+
},
172+
{
173+
"category": "nats",
174+
"label": "NATS"
175+
}
176+
],
177+
"category": "data-and-analytics",
178+
"label": "Data & Analytics",
179+
"icon": "managedServices"
180+
},
166181
{
167182
"items": [
168183
{
@@ -189,36 +204,26 @@
189204
{
190205
"items": [
191206
{
192-
"category": "functions",
193-
"label": "Functions"
194-
},
195-
{
196-
"category": "containers",
197-
"label": "Containers"
207+
"category": "cli",
208+
"label": "CLI"
198209
},
199210
{
200-
"category": "messaging-and-queuing",
201-
"label": "Messaging and Queuing"
211+
"category": "packer",
212+
"label": "Packer"
202213
},
203214
{
204-
"category": "jobs",
205-
"label": "Jobs"
215+
"category": "terraform",
216+
"label": "Terraform"
206217
}
207218
],
208-
"category": "serverless",
209-
"label": "Serverless",
210-
"icon": "serverless"
219+
"category": "devtools",
220+
"label": "Devtools",
221+
"icon": "devtools"
211222
},
212223
{
213-
"items": [
214-
{
215-
"category": "data-lab",
216-
"label": "Data Lab for Apache Spark™"
217-
}
218-
],
219-
"category": "data-and-analytics",
220-
"label": "Data & Analytics",
221-
"icon": "managedServices"
224+
"category": "documentation",
225+
"label": "Documentation",
226+
"icon": "documentation"
222227
},
223228
{
224229
"items": [
@@ -244,6 +249,14 @@
244249
{
245250
"category": "iot",
246251
"label": "IoT Hub"
252+
},
253+
{
254+
"category": "queues",
255+
"label": "Queues"
256+
},
257+
{
258+
"category": "topics-and-events",
259+
"label": "Topics and Events"
247260
}
248261
],
249262
"category": "integration-services",
@@ -267,6 +280,10 @@
267280
},
268281
{
269282
"items": [
283+
{
284+
"category": "dedilink",
285+
"label": "Dedilink"
286+
},
270287
{
271288
"category": "edge-services",
272289
"label": "Edge Services"
@@ -279,10 +296,6 @@
279296
"category": "ipam",
280297
"label": "IPAM"
281298
},
282-
{
283-
"category": "dedilink",
284-
"label": "Dedilink"
285-
},
286299
{
287300
"category": "load-balancers",
288301
"label": "Load Balancers"
@@ -307,12 +320,31 @@
307320
{
308321
"items": [
309322
{
310-
"category": "object-storage",
311-
"label": "Object Storage"
323+
"category": "containers",
324+
"label": "Containers"
325+
},
326+
{
327+
"category": "functions",
328+
"label": "Functions"
312329
},
330+
{
331+
"category": "jobs",
332+
"label": "Jobs"
333+
}
334+
],
335+
"category": "serverless",
336+
"label": "Serverless",
337+
"icon": "serverless"
338+
},
339+
{
340+
"items": [
313341
{
314342
"category": "block-storage",
315343
"label": "Block Storage"
344+
},
345+
{
346+
"category": "object-storage",
347+
"label": "Object Storage"
316348
}
317349
],
318350
"category": "storage",
@@ -329,29 +361,5 @@
329361
"category": "partners",
330362
"label": "Partners",
331363
"icon": "partners"
332-
},
333-
{
334-
"items": [
335-
{
336-
"category": "cli",
337-
"label": "CLI"
338-
},
339-
{
340-
"category": "terraform",
341-
"label": "Terraform"
342-
},
343-
{
344-
"category": "packer",
345-
"label": "Packer"
346-
}
347-
],
348-
"category": "devtools",
349-
"label": "Devtools",
350-
"icon": "devtools"
351-
},
352-
{
353-
"category": "documentation",
354-
"label": "Documentation",
355-
"icon": "documentation"
356364
}
357365
]

0 commit comments

Comments
 (0)