Skip to content

Commit

Permalink
modify picture link in studio (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang authored Mar 25, 2022
1 parent 1ea8466 commit 9bbf142
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Studio 处于持续开发状态中。用户可以通过 [Studio 发布版本更

成功连接 Studio 后,用户可以在页面右上角点击版本号,再点击 **新发布**,前往查看 Studio 的版本更新记录。

![在页面右上角点击头像,并在弹出菜单里点击“新发布”](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-014-1.png)
![在页面右上角点击头像,并在弹出菜单里点击“新发布”](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-cn.png)
6 changes: 3 additions & 3 deletions docs-2.0/nebula-studio/deploy-connect/st-ug-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
- 如果已启用身份验证,但是未创建账号信息,用户只能以 GOD 角色登录,必须填写 `root` 及对应的密码 `nebula`
- 如果已启用身份验证,同时又创建了不同的用户并分配了角色,不同角色的用户使用自己的账号和密码登录。

![Nebula Graph Studio 的登录页面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-1.png "配置数据库")
![Nebula Graph Studio 的登录页面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-cn.png "配置数据库")

2. 完成设置后,点击 **连接** 按钮。

如果能看到如下图所示的界面,表示已经成功连接到 Nebula Graph 数据库。

![Studio 进入控制台页面,表示成功连接到 Nebula Graph](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-003-1.png)
![Studio 进入控制台页面,表示成功连接到 Nebula Graph](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-003-cn.png)

一次连接会话持续 30 分钟。如果超过 30 分钟没有操作,会话即断开,用户需要重新登录数据库。

Expand All @@ -67,4 +67,4 @@

当 Studio 还连接在某个 Nebula Graph 数据库时,在工具栏中,选择 **设置** > **清除连接**。之后,如果浏览器上显示 **配置数据库** 页面,表示 Studio 已经成功断开了与 Nebula Graph 数据库的连接。

![reset](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-005.png)
![reset](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-cn.png)
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
4. 启动成功后,在浏览器地址栏输入`http://{address-of-node}:{30070}/`
如果在浏览器窗口中能看到以下登录界面,表示已经成功部署并启动 Studio。

![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-1.png "Nebula Graph Studio 登录界面")
![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-cn.png "Nebula Graph Studio 登录界面")

## 卸载

Expand Down
9 changes: 4 additions & 5 deletions docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Nebula Graph Studio( 以下简称 Studio )支持云端或本地部署。云

如果在浏览器窗口中能看到以下登录界面,表示已经成功部署并启动 Studio。

![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-1.png "Nebula Graph Studio 登录界面")
![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-cn.png "Nebula Graph Studio 登录界面")

### 卸载

Expand Down Expand Up @@ -145,8 +145,7 @@ $ systemctl restart nebula-graph-studio.service

如果在浏览器窗口中能看到以下登录界面,表示已经成功部署并启动 Studio。

![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-1.png "Nebula Graph Studio 登录界面")

![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-cn.png "Nebula Graph Studio 登录界面")
### 停止服务

用户可以采用 `kill pid` 的方式来关停服务:
Expand Down Expand Up @@ -192,7 +191,7 @@ $ kill $(lsof -t -i :7001) # stop nebula-graph-studio

如果在浏览器窗口中能看到以下登录界面,表示已经成功部署并启动 Studio。

![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-1.png "Nebula Graph Studio 登录界面")
![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-cn.png "Nebula Graph Studio 登录界面")

### 卸载

Expand Down Expand Up @@ -278,7 +277,7 @@ $ sudo dpkg -r nebula-graph-studio-{{studio.release}}.x86_64

如果在浏览器窗口中能看到以下登录界面,表示已经成功部署并启动 Studio。

![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-1.png "Nebula Graph Studio 登录界面")
![Nebula Graph Studio 登录界面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-000-cn.png "Nebula Graph Studio 登录界面")

## 后续操作

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参
4. (可选)Tag 未设置索引时,用户可以设置 TTL:在 **设置 TTL(存活时间)** 模块左上角,点击勾选框,在列表中设置 `TTL_COL``TTL_DURATION` 参数信息。关于这两个参数的详细信息,参考 [TTL 配置](../../3.ngql-guide/8.clauses-and-options/ttl-options.md "点击前往 Nebula Graph 网站")

6. 完成设置后,在 **对应的 nGQL 语句** 面板上,用户能看到与上述配置等价的 nGQL 语句。
![定义 Edge type action 的属性](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-022.png "定义 Edge type")
![定义 Edge type action 的属性](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-004-cn.png "定义 Edge type")

7. 确认无误后,点击 **创建** 按钮。

Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/nebula-studio/manage-schema/st-ug-crud-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参

- **描述**:输入对索引的描述,最大为 256 字节。默认无描述。本示例为 `follow_index`

6. 完成设置后,在 **对应的 nGQL **面板,用户能看到与上述配置等价的 nGQL 语句。
![为 Edge type action 创建索引](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-023.png "创建索引")
6. 完成设置后,在 **对应的 nGQL** 面板,用户能看到与上述配置等价的 nGQL 语句。
![为 Edge type action 创建索引](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-005-cn.png "创建索引")

7. 确认无误后,点击 **创建** 按钮。

Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/nebula-studio/manage-schema/st-ug-crud-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参
4. 配置确认无误后,点击 **创建** 按钮。
如果页面回到 **图空间列表**,而且列表中显示刚创建的图空间信息,表示图空间创建成功。

![带有示例配置信息的图空间创建页面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-015.png "图空间创建页面")
![带有示例配置信息的图空间创建页面](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-006-cn.png "图空间创建页面")

## 删除图空间

Expand All @@ -55,7 +55,7 @@ Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参

2. 在图空间列表里,找到需要删除的图空间,并在 **操作** 列中,点击 ![表示删除的图标](https://docs-cdn.nebula-graph.com.cn/figures/alert-delete.png "删除") 图标。

![在图空间列表中删除指定的图空间](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-016.png "删除图空间")
![在图空间列表中删除指定的图空间](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-007-cn.png "删除图空间")

3. 在弹出的对话框中点击 **确认**
删除成功后,页面回到 **图空间列表**
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 @@ -46,7 +46,7 @@ Studio v{{ studio.release }} 及以后版本。请更新版本,详细操作参

6. 完成设置后,在 **对应的 nGQL ** 面板,用户能看到与上述配置等价的 nGQL 语句。

![create tag](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-017.png)
![create tag](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-008-cn.png)

7. 确认无误后,点击 **创建** 按钮。

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-studio/quick-start/st-ug-create-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

2.**当前 Space** 中选择一个图空间。在本示例中,选择 **basketballplayer**

![在当前 Space 中选择一个图空间](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-007-1.png "选择图空间")
![在当前 Space 中选择一个图空间](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-009-cn.png "选择图空间")

3. 在命令行中,依次输入以下语句,并点击右侧的**运行**按钮。

Expand Down
8 changes: 4 additions & 4 deletions docs-2.0/nebula-studio/quick-start/st-ug-import-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

3. 上传结束后,可以在文件列表的 **操作** 列,点击 ![detail](https://docs-cdn.nebula-graph.com.cn/figures/detail.png) 图标预览文件内容,或点击 ![delete](https://docs-cdn.nebula-graph.com.cn/figures/alert-delete.png) 图标删除上传的文件。

![上传文件](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-002.png)
![上传文件](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-010-cn.png)

### 导入数据

Expand All @@ -50,15 +50,15 @@
-**关联边** 页签里,点击 **+ 绑定数据源** 按钮,在对话框中选择绑定文件,并点击 **确认** 按钮。如本示例中的 `edge_follow.csv`文件。
-**edge 1** 页签下,点击右方的![down](https://docs-cdn.nebula-graph.com.cn/figures/down.png)图标,在显示的属性列表中,选择 Edge Type。
- 根据 Edge type 的属性,从 `edge_follow.csv` 文件中选择相应的数据列。其中,**srcId****dstId** 分别表示边的起点与终点,所选择的数据及处理方式必须与相应的 VID 保持一致。本示例中,**srcId** 对应的是表示起点球员的 VID,**dstId** 对应的是表示终点球员的 VID。rank 为选填项,可以忽略。
![导入任务](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-009.png)
![导入任务](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-011-cn.png)

4. 完成设置后,点击 **导入** 按钮。

5. 用户输入 Nebula 账号的密码后方可导入数据。
![输入密码](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-010.png)
![输入密码](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-014-cn.png)

6. 导入数据后可以在 **导入数据** 页签内查看日志、下载日志、下载配置文件、删除任务等操作。
![导入成功](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-004.png)
![导入成功](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-012-cn.png)

## 后续操作

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-studio/quick-start/st-ug-plan-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

下图说明示例中 **player** 类点与 **team** 类点之间如何发生关系(**serve**/**follow**)。

![球员和球员、球员和球队之间的关系](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-006-1.png "示例中 player 与 team 的关系")
![球员和球员、球员和球队之间的关系](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-013-cn.png)

0 comments on commit 9bbf142

Please sign in to comment.