-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #927 from milvus-io/fix/docs-cn
fix: update zh docs
- Loading branch information
Showing
34 changed files
with
1,649 additions
and
1,521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"codeList":[],"headingContent":"","anchorList":[{"label":"Comparing Milvus with Alternatives","href":"Comparing-Milvus-with-Alternatives","type":1,"isActive":false},{"label":"Milvus highlights","href":"Milvus-highlights","type":2,"isActive":false},{"label":"Overall comparison","href":"Overall-comparison","type":2,"isActive":false},{"label":"Terminology comparison","href":"Terminology-comparison","type":2,"isActive":false},{"label":"Capability comparison","href":"Capability-comparison","type":2,"isActive":false},{"label":"What's next","href":"Whats-next","type":2,"isActive":false}]} | ||
{"codeList":[],"headingContent":"","anchorList":[{"label":"将 Milvus 与其他向量数据库进行比较","href":"Comparing-Milvus-with-Alternatives","type":1,"isActive":false},{"label":"Milvus 的亮点","href":"Milvus-highlights","type":2,"isActive":false},{"label":"整体比较","href":"Overall-comparison","type":2,"isActive":false},{"label":"术语比较","href":"Terminology-comparison","type":2,"isActive":false},{"label":"能力比较","href":"Capability-comparison","type":2,"isActive":false},{"label":"下一步","href":"Whats-next","type":2,"isActive":false}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"codeList":[],"headingContent":"","anchorList":[{"label":"Milvus Adopters","href":"Milvus-Adopters","type":1,"isActive":false}]} | ||
{"codeList":[],"headingContent":"","anchorList":[{"label":"Milvus 采用者","href":"Milvus-Adopters","type":1,"isActive":false}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"codeList":[],"headingContent":"","anchorList":[{"label":"Milvus Roadmap","href":"Milvus-Roadmap","type":1,"isActive":false},{"label":"Roadmap","href":"Roadmap","type":2,"isActive":false},{"label":"How to contribute","href":"How-to-contribute","type":2,"isActive":false}]} | ||
{"codeList":[],"headingContent":"","anchorList":[{"label":"Milvus 路线图","href":"Milvus-Roadmap","type":1,"isActive":false},{"label":"路线图","href":"Roadmap","type":2,"isActive":false},{"label":"如何贡献","href":"How-to-contribute","type":2,"isActive":false}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 53 additions & 1 deletion
54
localization/v2.4.x/site/zh/adminGuide/clouds/openshift/openshift.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,53 @@ | ||
{"codeList":["# milvus-operator-certificate.yaml\napiVersion: cert-manager.io/v1\nkind: Certificate\nmetadata:\nname: milvus-operator-serving-cert\nnamespace: milvus-operator\nspec:\ndnsNames:\n- milvus-operator-webhook-service.milvus-operator.svc\n- milvus-operator-webhook-service.milvus-operator.svc.cluster.local\nissuerRef:\n kind: Issuer\n name: milvus-operator-selfsigned-issuer\nsecretName: milvus-operator-webhook-cert\n---\napiVersion: cert-manager.io/v1\nkind: Issuer\nmetadata:\nname: milvus-operator-selfsigned-issuer\nnamespace: milvus-operator\nspec:\nselfSigned: {}\n","kubectl apply -f milvus-operator-certificate.yaml\n","helm repo add milvus-operator https://zilliztech.github.io/milvus-operator/\nhelm repo update milvus-operator\n","helm -n milvus-operator upgrade --install --create-namespace milvus-operator milvus-operator/milvus-operator\n"],"headingContent":"","anchorList":[{"label":"在 OpenShift 上部署 Milvus 集群","href":"Deploy-a-Milvus-Cluster-on-OpenShift","type":1,"isActive":false},{"label":"先决条件","href":"Prerequisites","type":2,"isActive":false},{"label":"步骤 1:安装证书管理器","href":"Step-1-Install-Cert-Manager","type":2,"isActive":false},{"label":"步骤 2:为 Milvus 操作员签发自签名证书","href":"Step-2-Issue-a-Self-Signed-Certificate-for-Milvus-Operator","type":2,"isActive":false},{"label":"步骤 3:安装 Milvus 操作器","href":"Step-3-Install-Milvus-Operator","type":2,"isActive":false},{"label":"步骤 4:部署 Milvus","href":"Step-4-Deploy-Milvus","type":2,"isActive":false},{"label":"下一步行动","href":"Whats-Next","type":2,"isActive":false}]} | ||
{ | ||
"codeList": [ | ||
"# milvus-operator-certificate.yaml\napiVersion: cert-manager.io/v1\nkind: Certificate\nmetadata:\nname: milvus-operator-serving-cert\nnamespace: milvus-operator\nspec:\ndnsNames:\n- milvus-operator-webhook-service.milvus-operator.svc\n- milvus-operator-webhook-service.milvus-operator.svc.cluster.local\nissuerRef:\n kind: Issuer\n name: milvus-operator-selfsigned-issuer\nsecretName: milvus-operator-webhook-cert\n---\napiVersion: cert-manager.io/v1\nkind: Issuer\nmetadata:\nname: milvus-operator-selfsigned-issuer\nnamespace: milvus-operator\nspec:\nselfSigned: {}\n", | ||
"kubectl apply -f milvus-operator-certificate.yaml\n", | ||
"helm repo add milvus-operator https://zilliztech.github.io/milvus-operator/\nhelm repo update milvus-operator\n", | ||
"helm -n milvus-operator upgrade --install --create-namespace milvus-operator milvus-operator/milvus-operator\n" | ||
], | ||
"headingContent": "", | ||
"anchorList": [ | ||
{ | ||
"label": "在 OpenShift 上部署 Milvus 集群", | ||
"href": "Deploy-a-Milvus-Cluster-on-OpenShift", | ||
"type": 1, | ||
"isActive": false | ||
}, | ||
{ | ||
"label": "先决条件", | ||
"href": "Prerequisites", | ||
"type": 2, | ||
"isActive": false | ||
}, | ||
{ | ||
"label": "步骤 1:安装证书管理器", | ||
"href": "Step-1-Install-Cert-Manager", | ||
"type": 2, | ||
"isActive": false | ||
}, | ||
{ | ||
"label": "步骤 2:为 Milvus Operator签发自签名证书", | ||
"href": "Step-2-Issue-a-Self-Signed-Certificate-for-Milvus-Operator", | ||
"type": 2, | ||
"isActive": false | ||
}, | ||
{ | ||
"label": "步骤 3:安装 Milvus 操作器", | ||
"href": "Step-3-Install-Milvus-Operator", | ||
"type": 2, | ||
"isActive": false | ||
}, | ||
{ | ||
"label": "步骤 4:部署 Milvus", | ||
"href": "Step-4-Deploy-Milvus", | ||
"type": 2, | ||
"isActive": false | ||
}, | ||
{ | ||
"label": "下一步行动", | ||
"href": "Whats-Next", | ||
"type": 2, | ||
"isActive": false | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
localization/v2.4.x/site/zh/adminGuide/limit_collection_counts.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"codeList":["rootCoord:\n maxGeneralCapacity: 1024\n","60 (collections) x 2 (shards) x 4 (partitions) + 40 (collections) x 1 (shard) x 12 (partitions) = 960\n","failed checking constraint: sum_collections(parition*shard) exceeding the max general capacity:\n"],"headingContent":"","anchorList":[{"label":"限制收集次数","href":"Limit-Collection-Counts","type":1,"isActive":false},{"label":"配置选项","href":"Configuration-options","type":2,"isActive":false},{"label":"计算藏品数量","href":"Calculating-the-number-of-collections","type":2,"isActive":false}]} | ||
{"codeList":["rootCoord:\n maxGeneralCapacity: 1024\n","60 (collections) x 2 (shards) x 4 (partitions) + 40 (collections) x 1 (shard) x 12 (partitions) = 960\n","failed checking constraint: sum_collections(parition*shard) exceeding the max general capacity:\n"],"headingContent":"","anchorList":[{"label":"限制 Collection 数","href":"Limit-Collection-Counts","type":1,"isActive":false},{"label":"配置选项","href":"Configuration-options","type":2,"isActive":false},{"label":"计算藏品数量","href":"Calculating-the-number-of-collections","type":2,"isActive":false}]} |
4 changes: 2 additions & 2 deletions
4
localization/v2.4.x/site/zh/adminGuide/limit_collection_counts.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
localization/v2.4.x/site/zh/adminGuide/message_storage_operator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
localization/v2.4.x/site/zh/adminGuide/meta_storage_operator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
localization/v2.4.x/site/zh/adminGuide/object_storage_operator.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.