Skip to content

Commit

Permalink
Merge pull request #2966 from liyun95/v2.5.x
Browse files Browse the repository at this point in the history
update menuStructure
  • Loading branch information
liyun95 authored Jan 6, 2025
2 parents 9e1ce76 + 74a9cc4 commit c440314
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions site/en/menuStructure/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1405,35 +1405,16 @@
"order": 6,
"children": [
{
"label": "Milvus CLI",
"id": "cli",
"label": "Attu (Milvus GUI)",
"id": "milvus_attu",
"order": 0,
"isMenu": true,
"children": [
{
"label": "Overview",
"id": "cli_overview.md",
"order": 0,
"children": []
},
{
"label": "Installation",
"id": "install_cli.md",
"order": 1,
"children": []
},
{
"label": "Commands",
"id": "cli_commands.md",
"order": 2,
"children": []
}
]
"externalLink": "https://github.com/zilliztech/attu",
"children": []
},
{
"label": "Milvus Backup",
"id": "milvus_backup",
"order": 2,
"order": 1,
"children": [
{
"label": "Overview",
Expand Down Expand Up @@ -1487,6 +1468,31 @@
}
]
},
{
"label": "Birdwatcher",
"id": "birdwatcher",
"order": 2,
"children": [
{
"label": "Overview",
"id": "birdwatcher_overview.md",
"order": 0,
"children": []
},
{
"label": "Install Guides",
"id": "birdwatcher_install_guides.md",
"order": 1,
"children": []
},
{
"label": "Usage Guides",
"id": "birdwatcher_usage_guides.md",
"order": 2,
"children": []
}
]
},
{
"label": "Milvus CDC",
"id": "milvus_cdc",
Expand Down Expand Up @@ -1520,48 +1526,35 @@
]
},
{
"label": "Attu(Milvus GUI)",
"id": "milvus_attu",
"label": "Milvus CLI",
"id": "cli",
"order": 4,
"externalLink": "https://github.com/zilliztech/attu",
"children": []
},
{
"label": "Birdwatcher",
"id": "birdwatcher",
"order": 5,
"isMenu": true,
"children": [
{
"label": "Overview",
"id": "birdwatcher_overview.md",
"id": "cli_overview.md",
"order": 0,
"children": []
},
{
"label": "Install Guides",
"id": "birdwatcher_install_guides.md",
"label": "Installation",
"id": "install_cli.md",
"order": 1,
"children": []
},
{
"label": "Usage Guides",
"id": "birdwatcher_usage_guides.md",
"label": "Commands",
"id": "cli_commands.md",
"order": 2,
"children": []
}
]
},
{
"label": "Milvus Sizing Tool",
"id": "sizing",
"order": 6,
"externalLink": "https://milvus.io/tools/sizing/",
"children": []
},
{
"label": "Milvus Connectors",
"id": "milvus_connectors",
"order": 7,
"order": 5,
"isMenu": true,
"children": [
{
Expand All @@ -1572,6 +1565,13 @@
}
]
},
{
"label": "Milvus Sizing Tool",
"id": "sizing",
"order": 6,
"externalLink": "https://milvus.io/tools/sizing/",
"children": []
},
{
"label": "Powershell Milvus Client",
"id": "milvus_powershell",
Expand Down

0 comments on commit c440314

Please sign in to comment.