From 6ab1f90779ce7d6cd17a3ae6cbb0fd5c6bb55667 Mon Sep 17 00:00:00 2001 From: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:53:53 +0800 Subject: [PATCH] update menu structure Signed-off-by: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com> --- .../standalone/install_standalone-gpu-docker.md | 2 +- site/en/getstarted/standalone/install_standalone-helm.md | 2 +- .../getstarted/standalone/install_standalone-operator.md | 2 +- site/en/menuStructure/en.json | 8 -------- site/en/userGuide/search/within_range.md | 2 +- 5 files changed, 4 insertions(+), 12 deletions(-) diff --git a/site/en/getstarted/standalone/install_standalone-gpu-docker.md b/site/en/getstarted/standalone/install_standalone-gpu-docker.md index 993fb4dea..c8702dcfd 100644 --- a/site/en/getstarted/standalone/install_standalone-gpu-docker.md +++ b/site/en/getstarted/standalone/install_standalone-gpu-docker.md @@ -2,7 +2,7 @@ id: install_standalone-gpu-docker.md label: Docker Compose (GPU) related_key: Docker -order: 0 +order: 1 group: install_standalone-docker.md summary: Learn how to install Milvus GPU standalone with Docker Compose. --- diff --git a/site/en/getstarted/standalone/install_standalone-helm.md b/site/en/getstarted/standalone/install_standalone-helm.md index f92adcf0e..9b03db76d 100644 --- a/site/en/getstarted/standalone/install_standalone-helm.md +++ b/site/en/getstarted/standalone/install_standalone-helm.md @@ -1,7 +1,7 @@ --- id: install_standalone-helm.md label: Helm -order: 2 +order: 3 group: install_standalone-docker.md summary: Learn how to install Milvus stanalone on Kubernetes. --- diff --git a/site/en/getstarted/standalone/install_standalone-operator.md b/site/en/getstarted/standalone/install_standalone-operator.md index a78304ba2..9ee20159e 100644 --- a/site/en/getstarted/standalone/install_standalone-operator.md +++ b/site/en/getstarted/standalone/install_standalone-operator.md @@ -1,7 +1,7 @@ --- id: install_standalone-operator.md label: Milvus Operator -order: 1 +order: 2 group: install_standalone-docker.md summary: Learn how to install Milvus stanalone with Milvus Operator. --- diff --git a/site/en/menuStructure/en.json b/site/en/menuStructure/en.json index 74fed6a4c..f2a14ed91 100644 --- a/site/en/menuStructure/en.json +++ b/site/en/menuStructure/en.json @@ -119,14 +119,6 @@ "label3": "", "order": 0 }, - { - "id": "install_standalone-gpu-docker.md", - "title": "Milvus Standalone (GPU)", - "label1": "getstarted", - "label2": "installmilvus", - "label3": "", - "order": 0 - }, { "id": "install_cluster-milvusoperator.md", "title": "Milvus Cluster", diff --git a/site/en/userGuide/search/within_range.md b/site/en/userGuide/search/within_range.md index 31cf32ff0..82fb105d9 100644 --- a/site/en/userGuide/search/within_range.md +++ b/site/en/userGuide/search/within_range.md @@ -9,7 +9,7 @@ summary: Learn how to conduct a range search. {{tab}} -# Conduct a Vector Similarity Search Within a Range +# Conduct a Range Search This topic describes how to conduct a range search.