Skip to content

Commit bf18814

Browse files
fix(menu): fix slugs
1 parent bebd705 commit bf18814

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

menu/navigation.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@
12551255
}
12561256
],
12571257
"label": "Dedibox",
1258-
"slug": "dedibox"
1258+
"slug": "dedibox-scaleway"
12591259
}
12601260
],
12611261
"label": "Bare Metal"
@@ -1998,8 +1998,7 @@
19981998
"slug": "container-registry"
19991999
}
20002000
],
2001-
"label": "Containers",
2002-
"slug": "containers"
2001+
"label": "Containers"
20032002
},
20042003
{
20052004
"icon": "devtools",
@@ -2953,7 +2952,6 @@
29532952
"slug": "getting-most-private-networks"
29542953
},
29552954
{
2956-
29572955
"label": "VPC use case 1: basic infrastructure",
29582956
"slug": "use-case-basic"
29592957
},
@@ -3480,8 +3478,7 @@
34803478
"slug": "domains-and-dns"
34813479
}
34823480
],
3483-
"label": "Network",
3484-
"slug": "network"
3481+
"label": "Network"
34853482
},
34863483
{
34873484
"icon": "observability",
@@ -3802,7 +3799,7 @@
38023799
}
38033800
],
38043801
"label": "Functions",
3805-
"slug": "functions"
3802+
"slug": "serverless-functions"
38063803
},
38073804
{
38083805
"items": [
@@ -3967,7 +3964,8 @@
39673964
"slug": "troubleshooting"
39683965
}
39693966
],
3970-
"label": "Containers"
3967+
"label": "Containers",
3968+
"slug": "serverless-containers"
39713969
},
39723970
{
39733971
"items": [
@@ -4077,7 +4075,7 @@
40774075
}
40784076
],
40794077
"label": "Jobs",
4080-
"slug": "jobs"
4078+
"slug": "serverless-jobs"
40814079
},
40824080
{
40834081
"items": [
@@ -4574,7 +4572,8 @@
45744572
"slug": "videos"
45754573
}
45764574
],
4577-
"label": "Object Storage"
4575+
"label": "Object Storage",
4576+
"slug": "object-storage"
45784577
},
45794578
{
45804579
"items": [
@@ -4670,11 +4669,10 @@
46704669
}
46714670
],
46724671
"label": "Block Storage",
4673-
"slug": "block"
4672+
"slug": "block-storage"
46744673
}
46754674
],
4676-
"label": "Storage",
4677-
"slug": "storage"
4675+
"label": "Storage"
46784676
}
46794677
],
46804678
"label": "Products"
@@ -4770,7 +4768,7 @@
47704768
}
47714769
],
47724770
"label": "Dedibox Account",
4773-
"slug": "account"
4771+
"slug": "dedibox-account"
47744772
},
47754773
{
47764774
"items": [
@@ -5108,7 +5106,7 @@
51085106
}
51095107
],
51105108
"label": "Dedibox VPS",
5111-
"slug": "vps"
5109+
"slug": "dedibox-vps"
51125110
},
51135111
{
51145112
"items": [
@@ -5192,7 +5190,7 @@
51925190
}
51935191
],
51945192
"label": "Hardware",
5195-
"slug": "hardware"
5193+
"slug": "dedibox-hardware"
51965194
},
51975195
{
51985196
"items": [
@@ -5252,10 +5250,11 @@
52525250
}
52535251
],
52545252
"label": "KVM-over-IP",
5255-
"slug": "kvm-over-ip"
5253+
"slug": "dedibox-kvm-over-ip"
52565254
}
52575255
],
5258-
"label": "Dedibox Servers"
5256+
"label": "Dedibox Servers",
5257+
"slug": "dedibox"
52595258
},
52605259
{
52615260
"icon": "network",
@@ -5295,7 +5294,8 @@
52955294
"slug": "troubleshooting"
52965295
}
52975296
],
5298-
"label": "Network"
5297+
"label": "Network",
5298+
"slug": "dedibox-network"
52995299
},
53005300
{
53015301
"items": [
@@ -5355,7 +5355,7 @@
53555355
}
53565356
],
53575357
"label": "Domains",
5358-
"slug": "domains"
5358+
"slug": "dedibox-domains"
53595359
},
53605360
{
53615361
"items": [
@@ -5419,7 +5419,7 @@
54195419
}
54205420
],
54215421
"label": "Failover IP",
5422-
"slug": "ip-failover"
5422+
"slug": "dedibox-ip-failover"
54235423
},
54245424
{
54255425
"items": [
@@ -5501,7 +5501,7 @@
55015501
}
55025502
],
55035503
"label": "RPN",
5504-
"slug": "rpn"
5504+
"slug": "dedibox-rpn"
55055505
},
55065506
{
55075507
"items": [
@@ -5549,7 +5549,7 @@
55495549
}
55505550
],
55515551
"label": "IPv6",
5552-
"slug": "ipv6"
5552+
"slug": "dedibox-ipv6"
55535553
},
55545554
{
55555555
"items": [
@@ -5581,7 +5581,7 @@
55815581
}
55825582
],
55835583
"label": "DNS",
5584-
"slug": "dns"
5584+
"slug": "dedibox-dns"
55855585
}
55865586
],
55875587
"label": "Dedibox Network"

0 commit comments

Comments
 (0)