Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove navigation slug first categories WDOC-955 #4198

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 18 additions & 36 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@
"slug": "billing"
}
],
"label": "Account & Billing",
"slug": "console"
"label": "Account & Billing"
},
{
"icon": "iam",
Expand Down Expand Up @@ -600,8 +599,7 @@
"slug": "secret-manager"
}
],
"label": "Security & Identity",
"slug": "identity-and-access-management"
"label": "Security & Identity"
}
],
"label": "Platform"
Expand Down Expand Up @@ -844,8 +842,7 @@
"slug": "generative-apis"
}
],
"label": "AI & Data",
"slug": "ai-data"
"label": "AI & Data"
},
{
"icon": "baremetal",
Expand Down Expand Up @@ -1251,8 +1248,7 @@
"slug": "dedibox"
}
],
"label": "Bare Metal",
"slug": "bare-metal"
"label": "Bare Metal"
},
{
"icon": "compute",
Expand Down Expand Up @@ -1686,8 +1682,7 @@
"slug": "gpu"
}
],
"label": "Compute",
"slug": "compute"
"label": "Compute"
},
{
"icon": "containers",
Expand Down Expand Up @@ -2084,8 +2079,7 @@
"slug": "terraform"
}
],
"label": "Developer Tools",
"slug": "developer-tools"
"label": "Developer Tools"
},
{
"icon": "database",
Expand Down Expand Up @@ -2419,8 +2413,7 @@
"slug": "mongodb"
}
],
"label": "Managed Databases",
"slug": "managed-databases"
"label": "Managed Databases"
},
{
"icon": "managedServices",
Expand Down Expand Up @@ -2864,8 +2857,7 @@
"slug": "data-lab"
}
],
"label": "Managed Services",
"slug": "managed-services"
"label": "Managed Services"
},
{
"icon": "network",
Expand Down Expand Up @@ -3602,8 +3594,7 @@
"slug": "cockpit"
}
],
"label": "Observability",
"slug": "observability"
"label": "Observability"
},
{
"icon": "serverless",
Expand Down Expand Up @@ -3945,8 +3936,7 @@
"slug": "troubleshooting"
}
],
"label": "Containers",
"slug": "containers"
"label": "Containers"
},
{
"items": [
Expand Down Expand Up @@ -4313,8 +4303,7 @@
"slug": "sql-databases"
}
],
"label": "Serverless",
"slug": "serverless"
"label": "Serverless"
},
{
"icon": "storage",
Expand Down Expand Up @@ -4554,8 +4543,7 @@
"slug": "videos"
}
],
"label": "Object Storage",
"slug": "object"
"label": "Object Storage"
},
{
"items": [
Expand Down Expand Up @@ -4936,8 +4924,7 @@
"slug": "cpanel-hosting"
}
],
"label": "Dedibox Console",
"slug": "dedibox-console"
"label": "Dedibox Console"
},
{
"icon": "dedibox",
Expand Down Expand Up @@ -5237,8 +5224,7 @@
"slug": "kvm-over-ip"
}
],
"label": "Dedibox Servers",
"slug": "dedibox"
"label": "Dedibox Servers"
},
{
"icon": "network",
Expand Down Expand Up @@ -5278,8 +5264,7 @@
"slug": "troubleshooting"
}
],
"label": "Network",
"slug": "network"
"label": "Network"
},
{
"items": [
Expand Down Expand Up @@ -5568,8 +5553,7 @@
"slug": "dns"
}
],
"label": "Dedibox Network",
"slug": "dedibox-network"
"label": "Dedibox Network"
}
],
"label": "Dedibox"
Expand Down Expand Up @@ -5624,8 +5608,7 @@
"slug": "partner-space"
}
],
"label": "Partners",
"slug": "partners"
"label": "Partners"
},
{
"icon": "envFootprint",
Expand Down Expand Up @@ -5669,8 +5652,7 @@
"slug": "environmental-footprint"
}
],
"label": "Environmental Footprint",
"slug": "environmental-footprint"
"label": "Environmental Footprint"
}
],
"label": "Additional Services"
Expand Down
Loading