From 94662a57a3e002b3f495c2b8a5ebcfc2424e9096 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:52:47 +0800 Subject: [PATCH 1/5] Update st-ug-crud-index.md --- docs-2.0/nebula-studio/manage-schema/st-ug-crud-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-studio/manage-schema/st-ug-crud-index.md b/docs-2.0/nebula-studio/manage-schema/st-ug-crud-index.md index 76ae7e2d608..f2ec1a44f1a 100644 --- a/docs-2.0/nebula-studio/manage-schema/st-ug-crud-index.md +++ b/docs-2.0/nebula-studio/manage-schema/st-ug-crud-index.md @@ -41,7 +41,7 @@ Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参 索引属性的顺序会影响 `LOOKUP` 语句的查询结果。详细信息,参考 [《nGQL 用户手册》](../../3.ngql-guide/7.general-query-statements/5.lookup.md "点击前往 Nebula Graph 网站")。 - - **描述**:输入对索引的描述,最大为256字节。默认无描述。本示例为 `index`。 + - **描述**:输入对索引的描述,最大为256字节。默认无描述。本示例为 `follow_index`。 6. 完成设置后,在 **对应的 nGQL**面板,用户能看到与上述配置等价的 nGQL 语句。 ![为Edge type action 创建索引](../figs/st-ug-023-2.png "创建索引") From b2db452334f7a145569a262dcc4d1e0f4b98843f Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Mon, 30 Aug 2021 14:19:39 +0800 Subject: [PATCH 2/5] Update st-ug-crud-tag.md --- docs-2.0/nebula-studio/manage-schema/st-ug-crud-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-studio/manage-schema/st-ug-crud-tag.md b/docs-2.0/nebula-studio/manage-schema/st-ug-crud-tag.md index ecf5d814deb..d945f49e1c6 100644 --- a/docs-2.0/nebula-studio/manage-schema/st-ug-crud-tag.md +++ b/docs-2.0/nebula-studio/manage-schema/st-ug-crud-tag.md @@ -4,7 +4,7 @@ ## 支持版本 -Studio v{{ studio.base220 }} 及以后版本。请更新版本,详细操作参考 [版本更新](../about-studio/st-ug-check-updates.md)。 +Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参考 [版本更新](../about-studio/st-ug-check-updates.md)。 ## 前提条件 From fca25701334ecc293e6dd502d26440dd33d65b5f Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Mon, 30 Aug 2021 14:21:31 +0800 Subject: [PATCH 3/5] Update st-ug-open-in-explorer.md --- docs-2.0/nebula-studio/use-console/st-ug-open-in-explorer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-studio/use-console/st-ug-open-in-explorer.md b/docs-2.0/nebula-studio/use-console/st-ug-open-in-explorer.md index 649490fd883..e58ef4f3ef3 100644 --- a/docs-2.0/nebula-studio/use-console/st-ug-open-in-explorer.md +++ b/docs-2.0/nebula-studio/use-console/st-ug-open-in-explorer.md @@ -4,7 +4,7 @@ ## 支持版本 -Studio v{{ studio.base220 }} 及以后版本。请更新版本,详细操作参考 [版本更新](../about-studio/st-ug-check-updates.md)。 +Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参考 [版本更新](../about-studio/st-ug-check-updates.md)。 ## 前提条件 From 263b1cbbf1a970bb1eb9e9968f9ea8a1946f59d2 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Mon, 30 Aug 2021 14:21:53 +0800 Subject: [PATCH 4/5] Update st-ug-visualize-findpath.md --- .../nebula-studio/use-console/st-ug-visualize-findpath.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/nebula-studio/use-console/st-ug-visualize-findpath.md b/docs-2.0/nebula-studio/use-console/st-ug-visualize-findpath.md index 8e1f8e83dc5..8da412e697b 100644 --- a/docs-2.0/nebula-studio/use-console/st-ug-visualize-findpath.md +++ b/docs-2.0/nebula-studio/use-console/st-ug-visualize-findpath.md @@ -6,13 +6,13 @@ ## 支持版本 -Studio v{{ studio.base220 }} 及以后版本。请更新版本,详细操作参考 [版本更新](../about-studio/st-ug-check-updates.md)。 +Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参考 [版本更新](../about-studio/st-ug-check-updates.md)。 ## 前提条件 在 **控制台** 上运行 `FIND PATH` 语句并查看子图之前,用户需要确认以下信息: -- Studio 版本为 v{{ studio.base220 }} 及以后版本。 +- Studio 版本为 v{{ studio.release }} 及以后版本。 - Studio 已经连接到 Nebula Graph 数据库。详细信息参考 [连接数据库](../deploy-connect/st-ug-connect.md)。 - 已经导入数据集。详细操作参考 [导入数据](../quick-start/st-ug-import-data.md)。 From fc2d9bc2c67f3c6dbaf21c510a40ab19497986b0 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:18:54 +0800 Subject: [PATCH 5/5] Update st-ug-crud-edge-type.md --- docs-2.0/nebula-studio/manage-schema/st-ug-crud-edge-type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-studio/manage-schema/st-ug-crud-edge-type.md b/docs-2.0/nebula-studio/manage-schema/st-ug-crud-edge-type.md index cffe0e67cb5..8b0ab7e0970 100644 --- a/docs-2.0/nebula-studio/manage-schema/st-ug-crud-edge-type.md +++ b/docs-2.0/nebula-studio/manage-schema/st-ug-crud-edge-type.md @@ -74,7 +74,7 @@ Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参 ## 删除Edge type !!! danger - 删除Tag前先确认[影响](../../3.ngql-guide/10.tag-statements/2.drop-tag.md),已删除的数据如未[备份](../../7.data-security/3.manage-snapshot.md)无法恢复。 + 删除 Edge type 前先确认[影响](../../3.ngql-guide/11.edge-type-statements/2.drop-edge.md),已删除的数据如未[备份](../../7.data-security/3.manage-snapshot.md)无法恢复。 按以下步骤使用 **Schema** 删除Edge type: