Skip to content

Commit

Permalink
Merge branch 'v2.5.0' of github.com:vesoft-inc/nebula-docs-cn into v2…
Browse files Browse the repository at this point in the history
….5.0
  • Loading branch information
whitewum committed Aug 30, 2021
2 parents 585c6d5 + fc2d9bc commit 19e9e52
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-studio/manage-schema/st-ug-crud-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "创建索引")
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-studio/manage-schema/st-ug-crud-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 前提条件

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 前提条件

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 19e9e52

Please sign in to comment.