From 1f781fe7cfe2f954d637d317770df0ba7e3ba3fe Mon Sep 17 00:00:00 2001
From: PahudPlus <64403786+PahudPlus@users.noreply.github.com>
Date: Tue, 7 Jul 2020 12:45:45 +0800
Subject: [PATCH] Issue #2755 (#16)
---
.../install_milvus/gpu_milvus_docker.md | 2 +-
site/en/menuStructure/en.json | 36 +++++++++----------
.../install_milvus/gpu_milvus_docker.md | 2 +-
3 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/site/en/guides/get_started/install_milvus/gpu_milvus_docker.md b/site/en/guides/get_started/install_milvus/gpu_milvus_docker.md
index 7151c9f13..6b11b1966 100644
--- a/site/en/guides/get_started/install_milvus/gpu_milvus_docker.md
+++ b/site/en/guides/get_started/install_milvus/gpu_milvus_docker.md
@@ -66,7 +66,7 @@ $ wget https://raw.githubusercontent.com/milvus-io/milvus/v{{var.release_version
## Step 4 Start Docker container
-Before starting the Docker container, you must set `enable` to `true` in `gpu_resource_config` section of `server_config.yaml`.
+Before starting the Docker container, you must set `enable` to `true` in `gpu` section of `server_config.yaml`.
```shell
$ docker run -d --name milvus_gpu_{{var.release_version}} --gpus all \
diff --git a/site/en/menuStructure/en.json b/site/en/menuStructure/en.json
index 17dc2c77e..4814372c8 100644
--- a/site/en/menuStructure/en.json
+++ b/site/en/menuStructure/en.json
@@ -1,6 +1,6 @@
{
"menuList": [
- {
+ {
"id": "about_milvus",
"title": "About Milvus",
"label1": "",
@@ -9,15 +9,15 @@
"order": 0,
"isMenu": true
},
- {
- "id": "overview.md",
- "title": "Milvus Overview",
- "label1": "about_milvus",
- "label2": "",
- "label3": "",
- "order": 0
+ {
+ "id": "overview.md",
+ "title": "Milvus Overview",
+ "label1": "about_milvus",
+ "label2": "",
+ "label3": "",
+ "order": 0
},
- {
+ {
"id": "vector.md",
"title": "Feature Vector",
"label1": "about_milvus",
@@ -25,7 +25,7 @@
"label3": "",
"order": 1
},
- {
+ {
"id": "traditional_db.md",
"title": "Traditional Databases",
"label1": "about_milvus",
@@ -33,7 +33,7 @@
"label3": "",
"order": 2
},
- {
+ {
"id": "index_method.md",
"title": "Vector Search Methods",
"label1": "about_milvus",
@@ -41,7 +41,7 @@
"label3": "",
"order": 3
},
- {
+ {
"id": "vector_db.md",
"title": "Other Feature Vector Search Tools",
"label1": "about_milvus",
@@ -57,7 +57,7 @@
"label3": "",
"order": 1
},
- {
+ {
"id": "guides",
"title": "Guides",
"label1": "",
@@ -66,7 +66,7 @@
"order": 2,
"isMenu": true
},
- {
+ {
"id": "get_started",
"title": "Get Started",
"label1": "guides",
@@ -156,7 +156,7 @@
"label3": "",
"order": 6
},
-
+
{
"id": "reference",
"title": "Reference",
@@ -212,7 +212,7 @@
"label1": "reference",
"label2": "",
"order": 6
- },
+ },
{
"id": "terms.md",
"title": "Milvus Terminology",
@@ -228,7 +228,8 @@
"label2": "",
"order": 4,
"isMenu": true
- },{
+ },
+ {
"id": "performance_faq.md",
"title": "Performance FAQ",
"label1": "faq",
@@ -260,6 +261,5 @@
"order": 5,
"outLink": "https://github.com/milvus-io/bootcamp"
}
-
]
}
diff --git a/site/zh-CN/guides/get_started/install_milvus/gpu_milvus_docker.md b/site/zh-CN/guides/get_started/install_milvus/gpu_milvus_docker.md
index 992951779..67fd63319 100644
--- a/site/zh-CN/guides/get_started/install_milvus/gpu_milvus_docker.md
+++ b/site/zh-CN/guides/get_started/install_milvus/gpu_milvus_docker.md
@@ -71,7 +71,7 @@ $ wget http://raw.githubusercontent.com/milvus-io/milvus/v{{var.release_version}
如果无法通过 wget
命令正常下载,你也可以在 /home/$USER/milvus/conf 目录下创建 server_config.yaml 文件,然后将 server config 文件 的内容复制到你创建的配置文件中。
-配置文件下载完成后,你需要将 **server_config.yaml** 中的 `gpu_resource_config` 部分的 `enable` 参数设置为 `true`。
+配置文件下载完成后,你需要将 **server_config.yaml** 中的 `gpu` 区域的 `enable` 参数设置为 `true`。
## 启动 Milvus Docker 容器