Skip to content

Commit c8fc21f

Browse files
fix(acc): alphabetical order
1 parent cefea78 commit c8fc21f

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",
@@ -130,19 +130,34 @@
130130
},
131131
{
132132
"items": [
133-
{
134-
"category": "kubernetes",
135-
"label": "Kubernetes"
136-
},
137133
{
138134
"category": "container-registry",
139135
"label": "Container Registry"
136+
},
137+
{
138+
"category": "kubernetes",
139+
"label": "Kubernetes"
140140
}
141141
],
142142
"category": "containers",
143143
"label": "Containers",
144144
"icon": "containers"
145145
},
146+
{
147+
"items": [
148+
{
149+
"category": "data-lab",
150+
"label": "Data Lab for Apache Spark™"
151+
},
152+
{
153+
"category": "nats",
154+
"label": "NATS"
155+
}
156+
],
157+
"category": "data-and-analytics",
158+
"label": "Data & Analytics",
159+
"icon": "managedServices"
160+
},
146161
{
147162
"items": [
148163
{
@@ -169,36 +184,26 @@
169184
{
170185
"items": [
171186
{
172-
"category": "functions",
173-
"label": "Functions"
174-
},
175-
{
176-
"category": "containers",
177-
"label": "Containers"
187+
"category": "cli",
188+
"label": "CLI"
178189
},
179190
{
180-
"category": "messaging-and-queuing",
181-
"label": "Messaging and Queuing"
191+
"category": "packer",
192+
"label": "Packer"
182193
},
183194
{
184-
"category": "jobs",
185-
"label": "Jobs"
195+
"category": "terraform",
196+
"label": "Terraform"
186197
}
187198
],
188-
"category": "serverless",
189-
"label": "Serverless",
190-
"icon": "serverless"
199+
"category": "devtools",
200+
"label": "Devtools",
201+
"icon": "devtools"
191202
},
192203
{
193-
"items": [
194-
{
195-
"category": "data-lab",
196-
"label": "Data Lab for Apache Spark™"
197-
}
198-
],
199-
"category": "data-and-analytics",
200-
"label": "Data & Analytics",
201-
"icon": "managedServices"
204+
"category": "documentation",
205+
"label": "Documentation",
206+
"icon": "documentation"
202207
},
203208
{
204209
"items": [
@@ -224,6 +229,14 @@
224229
{
225230
"category": "iot",
226231
"label": "IoT Hub"
232+
},
233+
{
234+
"category": "queues",
235+
"label": "Queues"
236+
},
237+
{
238+
"category": "topics-and-events",
239+
"label": "Topics and Events"
227240
}
228241
],
229242
"category": "integration-services",
@@ -247,6 +260,10 @@
247260
},
248261
{
249262
"items": [
263+
{
264+
"category": "dedilink",
265+
"label": "Dedilink"
266+
},
250267
{
251268
"category": "edge-services",
252269
"label": "Edge Services"
@@ -259,10 +276,6 @@
259276
"category": "ipam",
260277
"label": "IPAM"
261278
},
262-
{
263-
"category": "dedilink",
264-
"label": "Dedilink"
265-
},
266279
{
267280
"category": "load-balancers",
268281
"label": "Load Balancers"
@@ -287,12 +300,31 @@
287300
{
288301
"items": [
289302
{
290-
"category": "object-storage",
291-
"label": "Object Storage"
303+
"category": "containers",
304+
"label": "Containers"
305+
},
306+
{
307+
"category": "functions",
308+
"label": "Functions"
292309
},
310+
{
311+
"category": "jobs",
312+
"label": "Jobs"
313+
}
314+
],
315+
"category": "serverless",
316+
"label": "Serverless",
317+
"icon": "serverless"
318+
},
319+
{
320+
"items": [
293321
{
294322
"category": "block-storage",
295323
"label": "Block Storage"
324+
},
325+
{
326+
"category": "object-storage",
327+
"label": "Object Storage"
296328
}
297329
],
298330
"category": "storage",
@@ -309,29 +341,5 @@
309341
"category": "partners",
310342
"label": "Partners",
311343
"icon": "partners"
312-
},
313-
{
314-
"items": [
315-
{
316-
"category": "cli",
317-
"label": "CLI"
318-
},
319-
{
320-
"category": "terraform",
321-
"label": "Terraform"
322-
},
323-
{
324-
"category": "packer",
325-
"label": "Packer"
326-
}
327-
],
328-
"category": "devtools",
329-
"label": "Devtools",
330-
"icon": "devtools"
331-
},
332-
{
333-
"category": "documentation",
334-
"label": "Documentation",
335-
"icon": "documentation"
336344
}
337345
]

0 commit comments

Comments
 (0)