Skip to content

Commit 02aba09

Browse files
chore(docs): add category attribute to categories
1 parent 4e87ce6 commit 02aba09

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

menu/navigation.json

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@
235235
"slug": "billing"
236236
}
237237
],
238-
"label": "Account & Billing"
238+
"label": "Account & Billing",
239+
"category": "console"
239240
},
240241
{
241242
"icon": "iam",
@@ -853,7 +854,8 @@
853854
"slug": "generative-apis"
854855
}
855856
],
856-
"label": "AI & Data"
857+
"label": "AI & Data",
858+
"category": "ai-data"
857859
},
858860
{
859861
"icon": "baremetal",
@@ -1259,7 +1261,8 @@
12591261
"slug": "dedibox-scaleway"
12601262
}
12611263
],
1262-
"label": "Bare Metal"
1264+
"label": "Bare Metal",
1265+
"category": "bare-metal"
12631266
},
12641267
{
12651268
"icon": "compute",
@@ -1693,7 +1696,8 @@
16931696
"slug": "gpu"
16941697
}
16951698
],
1696-
"label": "Compute"
1699+
"label": "Compute",
1700+
"category": "compute"
16971701
},
16981702
{
16991703
"icon": "containers",
@@ -1999,7 +2003,8 @@
19992003
"slug": "container-registry"
20002004
}
20012005
],
2002-
"label": "Containers"
2006+
"label": "Containers",
2007+
"category": "containers"
20032008
},
20042009
{
20052010
"icon": "devtools",
@@ -2093,7 +2098,8 @@
20932098
"slug": "terraform"
20942099
}
20952100
],
2096-
"label": "Developer Tools"
2101+
"label": "Developer Tools",
2102+
"category": "developer-tools"
20972103
},
20982104
{
20992105
"icon": "database",
@@ -2427,7 +2433,8 @@
24272433
"slug": "managed-mongodb-databases"
24282434
}
24292435
],
2430-
"label": "Managed Databases"
2436+
"label": "Managed Databases",
2437+
"category": "managed-databases"
24312438
},
24322439
{
24332440
"icon": "managedServices",
@@ -2871,7 +2878,8 @@
28712878
"slug": "data-lab"
28722879
}
28732880
],
2874-
"label": "Managed Services"
2881+
"label": "Managed Services",
2882+
"category": "managed-services"
28752883
},
28762884
{
28772885
"icon": "network",
@@ -3479,7 +3487,8 @@
34793487
"slug": "domains-and-dns"
34803488
}
34813489
],
3482-
"label": "Network"
3490+
"label": "Network",
3491+
"category": "network"
34833492
},
34843493
{
34853494
"icon": "observability",
@@ -3611,7 +3620,8 @@
36113620
"slug": "cockpit"
36123621
}
36133622
],
3614-
"label": "Observability"
3623+
"label": "Observability",
3624+
"category": "observability"
36153625
},
36163626
{
36173627
"icon": "serverless",
@@ -4333,7 +4343,8 @@
43334343
"slug": "serverless-sql-databases"
43344344
}
43354345
],
4336-
"label": "Serverless"
4346+
"label": "Serverless",
4347+
"category": "serverless"
43374348
},
43384349
{
43394350
"icon": "storage",
@@ -4673,7 +4684,8 @@
46734684
"slug": "block-storage"
46744685
}
46754686
],
4676-
"label": "Storage"
4687+
"label": "Storage",
4688+
"category": "storage"
46774689
}
46784690
],
46794691
"label": "Products"
@@ -4954,7 +4966,8 @@
49544966
"slug": "cpanel-hosting"
49554967
}
49564968
],
4957-
"label": "Dedibox Console"
4969+
"label": "Dedibox Console",
4970+
"category": "dedibox-console"
49584971
},
49594972
{
49604973
"icon": "dedibox",
@@ -5254,7 +5267,8 @@
52545267
"slug": "dedibox-kvm-over-ip"
52555268
}
52565269
],
5257-
"label": "Dedibox Servers"
5270+
"label": "Dedibox Servers",
5271+
"category": "dedibox"
52585272
},
52595273
{
52605274
"icon": "network",
@@ -5584,7 +5598,8 @@
55845598
"slug": "dedibox-dns"
55855599
}
55865600
],
5587-
"label": "Dedibox Network"
5601+
"label": "Dedibox Network",
5602+
"category": "dedibox-network"
55885603
}
55895604
],
55905605
"label": "Dedibox"
@@ -5639,7 +5654,8 @@
56395654
"slug": "partner-space"
56405655
}
56415656
],
5642-
"label": "Partners"
5657+
"label": "Partners",
5658+
"category": "partners"
56435659
},
56445660
{
56455661
"icon": "envFootprint",

0 commit comments

Comments
 (0)