Skip to content

Commit 6694627

Browse files
committed
feat(dwh): update menu
1 parent 1255c34 commit 6694627

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

menu/navigation.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,6 +2511,76 @@
25112511
{
25122512
"icon": "ManagedServicesCategoryIcon",
25132513
"items": [
2514+
{
2515+
"items": [
2516+
{
2517+
"label": "Overview",
2518+
"slug": "../data-warehouse"
2519+
},
2520+
{
2521+
"label": "Concepts",
2522+
"slug": "concepts"
2523+
},
2524+
{
2525+
"label": "Quickstart",
2526+
"slug": "quickstart"
2527+
},
2528+
{
2529+
"label": "FAQ",
2530+
"slug": "faq"
2531+
},
2532+
{
2533+
"items": [
2534+
{
2535+
"label": "Create a deployment",
2536+
"slug": "create-deployment"
2537+
},
2538+
{
2539+
"label": "Manage and delete a deployment",
2540+
"slug": "manage-delete-deployment"
2541+
},
2542+
{
2543+
"label": "Connect to a deployment",
2544+
"slug": "connect-applications"
2545+
},
2546+
{
2547+
"label": "Connect a deployment with BI tools",
2548+
"slug": "connect-bi-tools"
2549+
},
2550+
{
2551+
"label": "Import data into a deployment",
2552+
"slug": "import-data"
2553+
},
2554+
{
2555+
"label": "Edit the autoscaling of a deployment",
2556+
"slug": "edit-autoscaling"
2557+
},
2558+
{
2559+
"label": "Manage databases in a deployment",
2560+
"slug": "manage-databases"
2561+
},
2562+
{
2563+
"label": "Manage users in a deployment",
2564+
"slug": "manage-users"
2565+
}
2566+
],
2567+
"label": "How to",
2568+
"slug": "how-to"
2569+
},
2570+
{
2571+
"items": [
2572+
{
2573+
"label": "Example datasets",
2574+
"slug": "example-datasets"
2575+
}
2576+
],
2577+
"label": "Additional content",
2578+
"slug": "reference-content"
2579+
}
2580+
],
2581+
"label": "Data Warehouse for ClickHouse®",
2582+
"slug": "data-warehouse"
2583+
},
25142584
{
25152585
"items": [
25162586
{

0 commit comments

Comments
 (0)