Skip to content

Commit

Permalink
Updated cn.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PahudPlus committed Jul 13, 2020
1 parent 379fd23 commit 27e9458
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 2 deletions.
83 changes: 82 additions & 1 deletion site/zh-CN/menuStructure/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,94 @@
"order": 1
},
{
"id": "milvus_operation.md",
"id": "get_started",
"title": "Milvus 基本操作",
"label1": "quick_start",
"label2": "",
"label3": "",
"order": 2,
"isMenu": true
},
{
"id": "milvus_operation.md",
"title": "概述",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 0
},
{
"id": "connect_milvus_python.md",
"title": "连接 Milvus 服务端",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 1
},
{
"id": "create_drop_collection_python.md",
"title": "创建或删除 collection",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 2
},
{
"id": "create_drop_partition_python.md",
"title": "在 collection 中创建或删除分区",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 3
},
{
"id": "insert_delete_vector_python.md",
"title": "插入或删除向量",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 4
},
{
"id": "create_drop_index_python.md",
"title": "在 collection 中创建或删除索引",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 5
},
{
"id": "insert_delete_vector_python.md",
"title": "插入或删除向量",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 6
},
{
"id": "flush_python.md",
"title": "对 collection 中的数据执行 flush 操作",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 7
},
{
"id": "compact_python.md",
"title": "对 collection 中的 segment 执行 compact 操作",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 8
},
{
"id": "close_client_python.md",
"title": "关闭客户端",
"label1": "quick_start",
"label2": "get_started",
"label3": "",
"order": 9
},
{
"id": "reference",
"title": "参考手册",
Expand Down
2 changes: 1 addition & 1 deletion site/zh-CN/quick_start/get_started/search_vector_python.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: flush_python.md
id: search_vector_python.md
---

# 搜索向量
Expand Down

0 comments on commit 27e9458

Please sign in to comment.