Skip to content

Commit 8c06891

Browse files
fix(acc): icon naming
1 parent 01d96c2 commit 8c06891

File tree

3 files changed

+56
-76
lines changed

3 files changed

+56
-76
lines changed

menu/changelogs.json

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"category": "console",
4141
"label": "Account",
42-
"icon": "console"
42+
"icon": "ConsoleCategoryIcon"
4343
},
4444
{
4545
"items": [
@@ -58,7 +58,7 @@
5858
],
5959
"category": "billing",
6060
"label": "Cost & Impact Management",
61-
"icon": "billing"
61+
"icon": "EnvironmentalFootprintCategoryIcon"
6262
},
6363
{
6464
"items": [
@@ -77,7 +77,7 @@
7777
],
7878
"category": "security-identity",
7979
"label": "Security & Identity",
80-
"icon": "security"
80+
"icon": "SecurityCategoryIcon"
8181
},
8282
{
8383
"items": [
@@ -86,33 +86,13 @@
8686
"label": "Generative APIs"
8787
},
8888
{
89-
"category": "containers",
90-
"label": "Containers"
91-
},
92-
{
93-
"category": "nats",
94-
"label": "NATS"
95-
},
96-
{
97-
"category": "queues",
98-
"label": "Queues"
99-
},
100-
{
101-
"category": "topics-and-events",
102-
"label": "Topics and Events"
103-
},
104-
{
105-
"category": "sql-databases",
106-
"label": "SQL Databases"
107-
},
108-
{
109-
"category": "jobs",
110-
"label": "Jobs"
89+
"category": "managed-inference",
90+
"label": "Managed Inference"
11191
}
11292
],
11393
"category": "ai-data",
11494
"label": "AI",
115-
"icon": "ai"
95+
"icon": "AiCategoryIcon"
11696
},
11797
{
11898
"items": [
@@ -131,7 +111,7 @@
131111
],
132112
"category": "bare-metal",
133113
"label": "Bare Metal",
134-
"icon": "baremetal"
114+
"icon": "BaremetalCategoryIcon"
135115
},
136116
{
137117
"items": [
@@ -146,7 +126,7 @@
146126
],
147127
"category": "compute",
148128
"label": "Compute",
149-
"icon": "compute"
129+
"icon": "ComputeCategoryIcon"
150130
},
151131
{
152132
"items": [
@@ -176,7 +156,7 @@
176156
],
177157
"category": "data-and-analytics",
178158
"label": "Data & Analytics",
179-
"icon": "managedServices"
159+
"icon": "ManagedServicesCategoryIcon"
180160
},
181161
{
182162
"items": [
@@ -199,7 +179,7 @@
199179
],
200180
"category": "databases",
201181
"label": "Databases",
202-
"icon": "database"
182+
"icon": "DatabaseCategoryIcon"
203183
},
204184
{
205185
"items": [
@@ -218,12 +198,12 @@
218198
],
219199
"category": "devtools",
220200
"label": "Devtools",
221-
"icon": "devtools"
201+
"icon": "DevToolsCategoryIcon"
222202
},
223203
{
224204
"category": "documentation",
225205
"label": "Documentation",
226-
"icon": "documentation"
206+
"icon": "DocumentationCategoryIcon"
227207
},
228208
{
229209
"items": [
@@ -242,7 +222,7 @@
242222
],
243223
"category": "domains-and-webhosting",
244224
"label": "Domains & Web Hosting",
245-
"icon": "managedServices"
225+
"icon": "IotCategoryIcon"
246226
},
247227
{
248228
"items": [
@@ -261,7 +241,7 @@
261241
],
262242
"category": "integration-services",
263243
"label": "Integration Services",
264-
"icon": "managedServices"
244+
"icon": "ApplicationIntegrationCategoryIcon"
265245
},
266246
{
267247
"items": [
@@ -276,7 +256,7 @@
276256
],
277257
"category": "monitoring",
278258
"label": "Monitoring",
279-
"icon": "observability"
259+
"icon": "ObservabilityCategoryIcon"
280260
},
281261
{
282262
"items": [
@@ -315,7 +295,7 @@
315295
],
316296
"category": "network",
317297
"label": "Network",
318-
"icon": "network"
298+
"icon": "NetworkCategoryIcon"
319299
},
320300
{
321301
"items": [
@@ -334,7 +314,7 @@
334314
],
335315
"category": "serverless",
336316
"label": "Serverless",
337-
"icon": "serverless"
317+
"icon": "ServerlessCategoryIcon"
338318
},
339319
{
340320
"items": [
@@ -349,7 +329,7 @@
349329
],
350330
"category": "storage",
351331
"label": "Storage",
352-
"icon": "storage"
332+
"icon": "StorageCategoryIcon"
353333
},
354334
{
355335
"items": [
@@ -360,6 +340,6 @@
360340
],
361341
"category": "partners",
362342
"label": "Partners",
363-
"icon": "partners"
343+
"icon": "PartnersCategoryIcon"
364344
}
365345
]

menu/filters.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"category": "console",
1010
"label": "Account",
11-
"icon": "console"
11+
"icon": "ConsoleCategoryIcon"
1212
},
1313
{
1414
"items": [
@@ -27,7 +27,7 @@
2727
],
2828
"category": "billing",
2929
"label": "Cost & Impact Management",
30-
"icon": "billing"
30+
"icon": "EnvironmentalFootprintCategoryIcon"
3131
},
3232
{
3333
"items": [
@@ -46,7 +46,7 @@
4646
],
4747
"category": "security-identity",
4848
"label": "Security & Identity",
49-
"icon": "security"
49+
"icon": "SecurityCategoryIcon"
5050
},
5151
{
5252
"items": [
@@ -61,7 +61,7 @@
6161
],
6262
"category": "ai-data",
6363
"label": "AI",
64-
"icon": "ai"
64+
"icon": "AiCategoryIcon"
6565
},
6666
{
6767
"items": [
@@ -80,7 +80,7 @@
8080
],
8181
"category": "bare-metal",
8282
"label": "Bare Metal",
83-
"icon": "baremetal"
83+
"icon": "BaremetalCategoryIcon"
8484
},
8585
{
8686
"items": [
@@ -95,7 +95,7 @@
9595
],
9696
"category": "compute",
9797
"label": "Compute",
98-
"icon": "compute"
98+
"icon": "ComputeCategoryIcon"
9999
},
100100
{
101101
"items": [
@@ -125,7 +125,7 @@
125125
],
126126
"category": "data-and-analytics",
127127
"label": "Data & Analytics",
128-
"icon": "managedServices"
128+
"icon": "ManagedServicesCategoryIcon"
129129
},
130130
{
131131
"items": [
@@ -148,7 +148,7 @@
148148
],
149149
"category": "databases",
150150
"label": "Databases",
151-
"icon": "database"
151+
"icon": "DatabaseCategoryIcon"
152152
},
153153
{
154154
"items": [
@@ -167,12 +167,12 @@
167167
],
168168
"category": "devtools",
169169
"label": "Devtools",
170-
"icon": "devtools"
170+
"icon": "DevToolsCategoryIcon"
171171
},
172172
{
173173
"category": "documentation",
174174
"label": "Documentation",
175-
"icon": "documentation"
175+
"icon": "DocumentationCategoryIcon"
176176
},
177177
{
178178
"items": [
@@ -191,7 +191,7 @@
191191
],
192192
"category": "domains-and-webhosting",
193193
"label": "Domains & Web Hosting",
194-
"icon": "managedServices"
194+
"icon": "IotCategoryIcon"
195195
},
196196
{
197197
"items": [
@@ -210,7 +210,7 @@
210210
],
211211
"category": "integration-services",
212212
"label": "Integration Services",
213-
"icon": "managedServices"
213+
"icon": "ApplicationIntegrationCategoryIcon"
214214
},
215215
{
216216
"items": [
@@ -225,7 +225,7 @@
225225
],
226226
"category": "monitoring",
227227
"label": "Monitoring",
228-
"icon": "observability"
228+
"icon": "ObservabilityCategoryIcon"
229229
},
230230
{
231231
"items": [
@@ -264,7 +264,7 @@
264264
],
265265
"category": "network",
266266
"label": "Network",
267-
"icon": "network"
267+
"icon": "NetworkCategoryIcon"
268268
},
269269
{
270270
"items": [
@@ -283,7 +283,7 @@
283283
],
284284
"category": "serverless",
285285
"label": "Serverless",
286-
"icon": "serverless"
286+
"icon": "ServerlessCategoryIcon"
287287
},
288288
{
289289
"items": [
@@ -298,7 +298,7 @@
298298
],
299299
"category": "storage",
300300
"label": "Storage",
301-
"icon": "storage"
301+
"icon": "StorageCategoryIcon"
302302
},
303303
{
304304
"items": [
@@ -309,6 +309,6 @@
309309
],
310310
"category": "partners",
311311
"label": "Partners",
312-
"icon": "partners"
312+
"icon": "PartnersCategoryIcon"
313313
}
314314
]

0 commit comments

Comments
 (0)