Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 404 links #154

Merged
merged 1 commit into from
Jan 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/manual-CN/1.overview/2.quick-start/2.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Nebula Graph 的配置机制较为复杂,简单的说有两种方式:读取

在三个配置文件中都加上一行 `--local-config=true`,这样程序启动时将只依赖于配置文件。

详细参数项见:[graphd 参数](../../3.build-develop-and-administration/3.configurations/4.graph-config.md) 和 [storaged 参数](../../3.build-develop-and-administration/3.configurations/5.storage-config.md.md)。
详细参数项见:[graphd 参数](../../3.build-develop-and-administration/3.configurations/4.graph-config.md) 和 [storaged 参数](../../3.build-develop-and-administration/3.configurations/5.storage-config.md)。

#### 命令行控制调整参数(适合高级用户)

Expand All @@ -76,7 +76,7 @@ nebula> SHOW CONFIGS;

- 本机 `IP` 与 `127.0.0.1`

在[graphd](../../3.build-develop-and-administration/3.configurations/4.graph-config.md), [storaged](../../3.build-develop-and-administration/3.configurations/5.storage-config.md.md), [metad](../../3.build-develop-and-administration/3.configurations/5.meta-config.md.md)
在[graphd](../../3.build-develop-and-administration/3.configurations/4.graph-config.md), [storaged](../../3.build-develop-and-administration/3.configurations/5.storage-config.md)
三个配置文件中的 `IP` 参数都需要填写实际 `IP`。并且只通过该 `IP` 访问,即使本机也不要通过 `127.0.0.1` 访问(会被认为是两个不同的地址)。

- 不支持通过域名访问
Expand All @@ -93,7 +93,7 @@ partition 分布不均会导致部分主机压力过大,参考[这里](../../3

### 日志和更改日志级别

日志文件默认在 `/usr/local/nebula/logs/` 下。一般设置 `v=0`, 调试时可以设置为 `v=4`。详细参数项见:[graphd 参数](../../3.build-develop-and-administration/3.configurations/4.graph-config.md) 和 [storaged 参数](../../3.build-develop-and-administration/3.configurations/5.storage-config.md.md)。
日志文件默认在 `/usr/local/nebula/logs/` 下。一般设置 `v=0`, 调试时可以设置为 `v=4`。详细参数项见:[graphd 参数](../../3.build-develop-and-administration/3.configurations/4.graph-config.md) 和 [storaged 参数](../../3.build-develop-and-administration/3.configurations/5.storage-config.md)。

参见 [graphd 日志](../../3.build-develop-and-administration/3.configurations/4.graph-config.md) 和 [storaged 日志](../../3.build-develop-and-administration/3.configurations/5.storage-config.md)。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nebula Graph Studio(简称 Studio)是一款可以通过 Web 访问的图数

Studio 目前有两个发行版本:

- Docker 版本:您可以使用 Docker 服务部署 Studio,并连接到 Nebula Graph 数据库。详细信息参考 [部署 Studio](../install-configure/st-ug-deploy.md)。
- Docker 版本:您可以使用 Docker 服务部署 Studio,并连接到 Nebula Graph 数据库。详细信息参考 [部署 Studio](../deploy-connect/st-ug-connect.md)。
- 云服务版本:您可以在 Nebula Graph Cloud Service 上创建 Nebula Graph 数据库实例,并一键直连云服务版 Studio。详细信息参考 [Nebula Graph Cloud Service 用户手册](https://cloud-docs.nebula-graph.com.cn/cn/posts/manage-instances/dbaas-ug-connect-nebulastudio/ "点击前往 Nebula Graph Cloud Service 用户手册")。

两个发行版本功能基本相同。但是,因为部署方式不同,会有不同的使用限制。详细信息,参考 [使用限制](st-ug-limitations.md)。
Expand Down
2 changes: 1 addition & 1 deletion docs/nebula-studio/deploy-connect/st-ug-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@

成功连接 Nebula Graph 数据库后,根据账号的权限,您可以选择执行以下操作:

- 如果您以拥有 GOD 或者 ADMIN 权限的账号登录,可以使用 [**控制台**](../quick-start/st-ug-create-schema.md) 或者 [**Schema**](../use-studio/manage-schema/st-ug-crud-space.md) 页面管理 Schema。
- 如果您以拥有 GOD 或者 ADMIN 权限的账号登录,可以使用 [**控制台**](../quick-start/st-ug-create-schema.md) 或者 [**Schema**](../manage-schema/st-ug-crud-space.md) 页面管理 Schema。
- 如果您以拥有 GOD、ADMIN、DBA 或者 USER 权限的账号登录,可以 [批量导入数据](../quick-start/st-ug-import-data.md) 或者在 **控制台** 页面上运行 nGQL 语句插入数据。
- 如果您以拥有 GOD、ADMIN、DBA、USER 或者 GUEST 权限的账号登录,可以在 **控制台** 页面上运行 nGQL 语句读取数据或者在 **图探索** 页面上进行图探索或数据分析。
6 changes: 3 additions & 3 deletions docs/nebula-studio/st-ug-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
- [版本更新](about-studio/st-ug-check-updates.md)
- [快捷键](about-studio/st-ug-shortcuts.md)
- 安装与登录
- [部署 Studio](install-configure/st-ug-deploy.md)
- [连接数据库](install-configure/st-ug-connect.md)
- [清除连接](install-configure/st-ug-reset-connection.md)
- [部署 Studio](deploy-connect/st-ug-deploy.md)
- [连接数据库](deploy-connect/st-ug-connect.md)
- [清除连接](deploy-connect/st-ug-reset-connection.md)
- 快速开始
- [规划 Schema](quick-start/st-ug-plan-schema.md)
- [准备 CSV 文件](quick-start/st-ug-prepare-csv.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/nebula-studio/troubleshooting/st-ug-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
如果发现您无法使用某个功能,建议您按以下步骤排除问题:

1. 确认 Nebula Graph 是最新版本。如果您使用 Docker Compose 部署 Nebula Graph 数据库,建议您运行 `docker-compose pull && docker-compose up -d` 拉取最新的 Docker 镜像,并启动容器。
2. 确认 Studio 是最新版本。详细信息参考 [版本更新](st-ug-check-updates.md)。
2. 确认 Studio 是最新版本。详细信息参考 [版本更新](../about-studio/st-ug-check-updates.md)。
3. 搜索 [论坛](https://discuss.nebula-graph.com.cn/) 或 GitHub 的 [nebula](https://github.com/vesoft-inc/nebula) 和 [nebula-web-docker](https://github.com/vesoft-inc/nebula-web-docker/issues) 项目,确认是否已经有类似的问题。
4. 如果上述操作均未解决您的问题,欢迎您在论坛上提交问题。

Expand Down
2 changes: 1 addition & 1 deletion docs/nebula-studio/use-console/st-ug-open-in-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Studio v1.2.1-beta 及以后版本。请更新版本,详细操作参考 [版

使用导入图探索前,您需要确认以下信息:

- Studio 已经连接到 Nebula Graph 数据库。详细信息参考 [连接数据库](../install-configure/st-ug-connect.md)。
- Studio 已经连接到 Nebula Graph 数据库。详细信息参考 [连接数据库](../deploy-connect/st-ug-connect.md)。
- 已经导入数据集。详细操作参考 [导入数据](../quick-start/st-ug-import-data.md)。

## 导入边数据
Expand Down
2 changes: 1 addition & 1 deletion docs/nebula-studio/use-console/st-ug-visualize-findpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Studio v1.2.1-beta 及以后版本。请更新版本,详细操作参考 [版
在 **控制台** 上运行 `FIND PATH` 语句并查看子图之前,您需要确认以下信息:

- Studio 版本为 v1.2.1-beta 及以后版本。
- Studio 已经连接到 Nebula Graph 数据库。详细信息参考 [连接数据库](../install-configure/st-ug-connect.md)。
- Studio 已经连接到 Nebula Graph 数据库。详细信息参考 [连接数据库](../deploy-connect/st-ug-connect.md)。
- 已经导入数据集。详细操作参考 [导入数据](../quick-start/st-ug-import-data.md)。

## 操作步骤
Expand Down