From ec408e8444e0817323274e40ce5aa26d769dbcc1 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:00:33 +0800 Subject: [PATCH 1/2] quick-start-opt-link-change --- docs-2.0/20.appendix/0.FAQ.md | 4 ++-- docs-2.0/20.appendix/write-tools.md | 2 +- .../1.nGQL-overview/1.overview.md | 2 +- ...bula-graph-by-compiling-the-source-code.md | 2 +- .../deploy-nebula-graph-cluster.md | 4 ++-- .../upgrade-nebula-from-300-to-latest.md | 4 ++-- .../4.uninstall-nebula-graph.md | 2 +- .../3.deploy-listener.md | 2 +- docs-2.0/README.md | 2 +- .../5.2.connection-configuration-and-use.md | 2 +- .../ex-ug-import-from-clickhouse.md | 2 +- .../use-exchange/ex-ug-import-from-csv.md | 2 +- .../use-exchange/ex-ug-import-from-hbase.md | 2 +- .../use-exchange/ex-ug-import-from-hive.md | 2 +- .../use-exchange/ex-ug-import-from-json.md | 2 +- .../use-exchange/ex-ug-import-from-kafka.md | 2 +- .../ex-ug-import-from-maxcompute.md | 2 +- .../use-exchange/ex-ug-import-from-mysql.md | 2 +- .../use-exchange/ex-ug-import-from-neo4j.md | 2 +- .../use-exchange/ex-ug-import-from-oracle.md | 2 +- .../use-exchange/ex-ug-import-from-orc.md | 2 +- .../use-exchange/ex-ug-import-from-parquet.md | 2 +- .../use-exchange/ex-ug-import-from-pulsar.md | 2 +- .../use-exchange/ex-ug-import-from-sst.md | 2 +- .../quick-start/st-ug-create-schema.md | 2 +- .../reuse/source_connect-to-nebula-graph.md | 8 ++++++-- docs-2.0/reuse/source_manage-service.md | 2 +- mkdocs.yml | 19 ++++++++++++------- 28 files changed, 47 insertions(+), 38 deletions(-) diff --git a/docs-2.0/20.appendix/0.FAQ.md b/docs-2.0/20.appendix/0.FAQ.md index 2529bb057f7..8851cc3d7dd 100644 --- a/docs-2.0/20.appendix/0.FAQ.md +++ b/docs-2.0/20.appendix/0.FAQ.md @@ -290,7 +290,7 @@ nGQL 没有该功能。 例如执行 `MATCH (n) RETURN (n)`. 会返回错误 `Scan vertices or edges need to specify a limit number, or limit number can not push down.`。 -一个办法是使用 [NebulaGraph Algorithm](../graph-computing/nebula-algorithm.md). +一个办法是使用 [NebulaGraph Algorithm](../graph-computing/nebula-algorithm.md)。 或者指定各 Tag/Edge Type,然后再自己通过 `Union` 拼装。 @@ -370,7 +370,7 @@ NebulaGraph {{ nebula.release }} 未提供运维命令以实现自动扩缩容 - storaged 的缩容:详情参见[缩容命令](../8.service-tuning/load-balance.md#_5)。完成后关闭 storaged 进程。 -- storaged 的扩容:在新机器上准备 storaged 二进制文件和配置文件,在配置文件中修改或增加已在运行的 metad 地址,然后注册 storaged 到 metad 并启动 storaged 进程。详情参见[注册 Storage 服务](../2.quick-start/3.1add-storage-hosts.md)。 +- storaged 的扩容:在新机器上准备 storaged 二进制文件和配置文件,在配置文件中修改或增加已在运行的 metad 地址,然后注册 storaged 到 metad 并启动 storaged 进程。详情参见[注册 Storage 服务](../2.quick-start/3.quick-start-on-premise/3.1add-storage-hosts.md)。 storaged 扩缩容之后,还需要运行 [Balance Data 和 Balance Leader 命令](../8.service-tuning/load-balance.md)。 diff --git a/docs-2.0/20.appendix/write-tools.md b/docs-2.0/20.appendix/write-tools.md index cfda494e341..22088a23e07 100644 --- a/docs-2.0/20.appendix/write-tools.md +++ b/docs-2.0/20.appendix/write-tools.md @@ -2,7 +2,7 @@ 有多种方式可以写入 NebulaGraph {{ nebula.release }}: -- 使用[命令行 -f 的方式](../2.quick-start/3.connect-to-nebula-graph.md)导入:可以导入少量准备好的 nGQL 文件,适合少量手工测试数据准备; +- 使用[命令行 -f 的方式](../2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md)导入:可以导入少量准备好的 nGQL 文件,适合少量手工测试数据准备; - 使用 [studio 导入](../nebula-studio/quick-start/st-ug-import-data.md):可以用过浏览器导入本机多个 csv 文件,格式有限制; - 使用 [importer 导入](../nebula-importer/use-importer.md):导入单机多个 csv 文件,大小没有限制,格式灵活;数据量十亿级以内; - 使用 [Exchange 导入](../nebula-exchange/about-exchange/ex-ug-what-is-exchange.md):从 Neo4j, Hive, MySQL 等多种源分布式导入,需要有 Spark 集群;数据量十亿级以上 diff --git a/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md b/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md index 8ba5ab2498f..2dd1d6181d0 100644 --- a/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md +++ b/docs-2.0/3.ngql-guide/1.nGQL-overview/1.overview.md @@ -24,7 +24,7 @@ nGQL 是一个进行中的项目,会持续发布新特性和优化,因此可 ## 示例数据 Basketballplayer -用户可以下载 NebulaGraph 示例数据 [basketballplayer 文件](https://docs.nebula-graph.io/2.0/basketballplayer-2.X.ngql),然后使用 [NebulaGraph Console](../../2.quick-start/3.connect-to-nebula-graph.md),使用选项`-f`执行脚本。 +用户可以下载 NebulaGraph 示例数据 [basketballplayer 文件](https://docs.nebula-graph.io/2.0/basketballplayer-2.X.ngql),然后使用 [NebulaGraph Console](../../2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md),使用选项`-f`执行脚本。 !!! note diff --git a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md index 159ea30e73d..66e31683db3 100644 --- a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md +++ b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/1.install-nebula-graph-by-compiling-the-source-code.md @@ -86,7 +86,7 @@ master 分支的代码更新速度快,如果安装了 master 分支对应的 - (企业版)[设置 License](../deploy-license.md) {{ ent.ent_end }} -- [管理 NebulaGraph 服务](../../2.quick-start/5.start-stop-service.md) +- [管理 NebulaGraph 服务](../../2.quick-start/3.quick-start-on-premise/5.start-stop-service.md) ## CMake 参数 diff --git a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md index 396e9491aa6..35be3a6d158 100644 --- a/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md +++ b/docs-2.0/4.deployment-and-installation/2.compile-and-install-nebula-graph/deploy-nebula-graph-cluster.md @@ -285,11 +285,11 @@ sudo /usr/local/nebula/scripts/nebula.service start - 当需都启动 graphd、storaged 和 metad 时,可以用 all 代替。 - - `/usr/local/nebula`是 NebulaGraph 的默认安装路径,如果修改过安装路径,请使用实际路径。更多启停服务的内容,请参见[管理 NebulaGraph 服务](../../2.quick-start/5.start-stop-service.md)。 + - `/usr/local/nebula`是 NebulaGraph 的默认安装路径,如果修改过安装路径,请使用实际路径。更多启停服务的内容,请参见[管理 NebulaGraph 服务](../../2.quick-start/3.quick-start-on-premise/5.start-stop-service.md)。 ### 检查集群 -安装原生 CLI 客户端 [NebulaGraph Console](../../2.quick-start/3.connect-to-nebula-graph.md#_1),然后连接任何一个已启动 graphd 进程的机器,添加 Storage 主机,然后执行命令`SHOW HOSTS`检查集群状态。例如: +安装原生 CLI 客户端 [NebulaGraph Console](../../2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md#_1),然后连接任何一个已启动 graphd 进程的机器,添加 Storage 主机,然后执行命令`SHOW HOSTS`检查集群状态。例如: ```bash $ ./nebula-console --addr 192.168.10.111 --port 9669 -u root -p nebula diff --git a/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md b/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md index ca1b3509059..e6eb24b2882 100644 --- a/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md +++ b/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-300-to-latest.md @@ -6,7 +6,7 @@ NebulaGraph v3.0.x 升级至 v{{nebula.release}},只需要使用 v{{nebula.rel 1. 下载 [RPM/DEB 包](https://github.com/vesoft-inc/nebula-graph/releases/tag/v{{nebula.release}})。 -2. 停止所有 NebulaGraph 服务。详情请参见[管理 NebulaGraph 服务](../../2.quick-start/5.start-stop-service.md)。建议更新前备份配置文件。 +2. 停止所有 NebulaGraph 服务。详情请参见[管理 NebulaGraph 服务](../../2.quick-start/3.quick-start-on-premise/5.start-stop-service.md)。建议更新前备份配置文件。 3. 执行如下命令升级: @@ -28,7 +28,7 @@ NebulaGraph v3.0.x 升级至 v{{nebula.release}},只需要使用 v{{nebula.rel $ sudo dpkg -i ``` -4. 在每台服务器上启动所需的服务。详情请参见[管理 NebulaGraph 服务](../../2.quick-start/5.start-stop-service.md#_1)。 +4. 在每台服务器上启动所需的服务。详情请参见[管理 NebulaGraph 服务](../../2.quick-start/3.quick-start-on-premise/5.start-stop-service.md#_1)。 ## 编译新版本源码升级步骤 diff --git a/docs-2.0/4.deployment-and-installation/4.uninstall-nebula-graph.md b/docs-2.0/4.deployment-and-installation/4.uninstall-nebula-graph.md index 3600c81a7c7..f1705ff6e35 100644 --- a/docs-2.0/4.deployment-and-installation/4.uninstall-nebula-graph.md +++ b/docs-2.0/4.deployment-and-installation/4.uninstall-nebula-graph.md @@ -8,7 +8,7 @@ ## 前提条件 -停止 NebulaGraph 服务。详情参见[管理 NebulaGraph 服务](../2.quick-start/5.start-stop-service.md)。 +停止 NebulaGraph 服务。详情参见[管理 NebulaGraph 服务](../2.quick-start/3.quick-start-on-premise/5.start-stop-service.md)。 ## 步骤 1:删除数据和元数据文件 diff --git a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md index dc89736acef..4e5d76e44af 100644 --- a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md +++ b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/3.deploy-listener.md @@ -62,7 +62,7 @@ listener 进程与 storaged 进程使用相同的二进制文件,但是二者 ### 第四步:添加 listener 到 NebulaGraph 集群 -[用命令行连接到 NebulaGraph](../../2.quick-start/3.connect-to-nebula-graph.md),然后执行 [`USE `](../../3.ngql-guide/9.space-statements/2.use-space.md) 进入需要创建全文索引的图空间。然后执行如下命令添加 listener: +[用命令行连接到 NebulaGraph](../../2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md),然后执行 [`USE `](../../3.ngql-guide/9.space-statements/2.use-space.md) 进入需要创建全文索引的图空间。然后执行如下命令添加 listener: ```ngql ADD LISTENER ELASTICSEARCH [,, ...] diff --git a/docs-2.0/README.md b/docs-2.0/README.md index 75128c39801..74a9a6fe421 100644 --- a/docs-2.0/README.md +++ b/docs-2.0/README.md @@ -15,7 +15,7 @@ NebulaGraph 是一款开源的、分布式的、易扩展的原生图数据库 ## 快速开始 * [学习路径](20.appendix/learning-path.md)与[获取认证](https://academic.nebula-graph.io/?lang=ZH_CN) * [什么是 NebulaGraph](1.introduction/1.what-is-nebula-graph.md) -* [快速开始](2.quick-start/1.quick-start-workflow.md) +* [快速开始](2.quick-start/1.quick-start-overview.md) * [部署要求](4.deployment-and-installation/1.resource-preparations.md) * [nGQL 命令汇总](2.quick-start/6.cheatsheet-for-ngql-command.md) * [FAQ](20.appendix/0.FAQ.md) diff --git a/docs-2.0/nebula-cloud/nebula-cloud-on-azure/5.solution/5.2.connection-configuration-and-use.md b/docs-2.0/nebula-cloud/nebula-cloud-on-azure/5.solution/5.2.connection-configuration-and-use.md index 19c2c165e20..9c8885d3620 100644 --- a/docs-2.0/nebula-cloud/nebula-cloud-on-azure/5.solution/5.2.connection-configuration-and-use.md +++ b/docs-2.0/nebula-cloud/nebula-cloud-on-azure/5.solution/5.2.connection-configuration-and-use.md @@ -81,4 +81,4 @@ Solution 可在 Connectivity 中设置 Private Link 让用户能够通过虚拟 ## 如何使用私有链接连接 NebulaGraph -用户可以使用私有链接通过 NebulaGraph Console 连接 NebulaGraph。详情信息,参见[连接 NebulaGraph](../../2.quick-start/3.connect-to-nebula-graph.md)。 +用户可以使用私有链接通过 NebulaGraph Console 连接 NebulaGraph。详情信息,参见[连接 NebulaGraph](../../2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md)。 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md index 33a4fbaefcb..c2065ddbfa0 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md @@ -80,7 +80,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:修改配置文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-csv.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-csv.md index 833634a5574..b1476d46534 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-csv.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-csv.md @@ -82,7 +82,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:处理 CSV 文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hbase.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hbase.md index c66c1d51f58..46ae75487b1 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hbase.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hbase.md @@ -117,7 +117,7 @@ ROW COLUMN+CELL nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:修改配置文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hive.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hive.md index b065e680829..57ef8eb6d1c 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hive.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-hive.md @@ -122,7 +122,7 @@ scala> spark.sql("describe basketball.serve").show nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:使用 Spark SQL 确认 Hive SQL 语句 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-json.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-json.md index 9131b1c0414..40dce62282f 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-json.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-json.md @@ -114,7 +114,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:处理 JSON 文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-kafka.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-kafka.md index f403bc79174..f44726f1be1 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-kafka.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-kafka.md @@ -72,7 +72,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:修改配置文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-maxcompute.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-maxcompute.md index 37317ee8a47..80f41c30026 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-maxcompute.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-maxcompute.md @@ -80,7 +80,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:修改配置文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-mysql.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-mysql.md index 5346d80f316..a191cd9c8e3 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-mysql.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-mysql.md @@ -120,7 +120,7 @@ mysql> desc serve; nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:修改配置文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-neo4j.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-neo4j.md index d7284539beb..6c72c863d44 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-neo4j.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-neo4j.md @@ -99,7 +99,7 @@ Exchange 读取 Neo4j 数据时需要完成以下工作: nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:配置源数据 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-oracle.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-oracle.md index 6e29091d9ec..6a83fd056e2 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-oracle.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-oracle.md @@ -122,7 +122,7 @@ oracle> desc serve; nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:修改配置文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-orc.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-orc.md index 6c6e5a088da..0af63712c32 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-orc.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-orc.md @@ -82,7 +82,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:处理 ORC 文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-parquet.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-parquet.md index 02504b8dd35..b3c5929391e 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-parquet.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-parquet.md @@ -82,7 +82,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:处理 Parquet 文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-pulsar.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-pulsar.md index ae57fb14eed..2467f8d66af 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-pulsar.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-pulsar.md @@ -72,7 +72,7 @@ nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:修改配置文件 diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md index 5cf78950803..0edae34e7c0 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-sst.md @@ -147,7 +147,7 @@ SST 文件是一个内部包含了任意长度的有序键值对集合的文件 nebula> CREATE EDGE serve(start_year int, end_year int); ``` -更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-workflow.md)。 +更多信息,请参见[快速开始](../../2.quick-start/1.quick-start-overview.md)。 ### 步骤 2:处理 CSV 文件 diff --git a/docs-2.0/nebula-studio/quick-start/st-ug-create-schema.md b/docs-2.0/nebula-studio/quick-start/st-ug-create-schema.md index 83ee8274923..1965437811a 100644 --- a/docs-2.0/nebula-studio/quick-start/st-ug-create-schema.md +++ b/docs-2.0/nebula-studio/quick-start/st-ug-create-schema.md @@ -4,7 +4,7 @@ !!! Note - 用户也可以使用 nebula-console 创建 Schema。详细信息,参考 [NebulaGraph 使用手册](../../README.md)和 [NebulaGraph 快速开始](../../2.quick-start/1.quick-start-workflow.md)。 + 用户也可以使用 nebula-console 创建 Schema。详细信息,参考 [NebulaGraph 使用手册](../../README.md)和 [NebulaGraph 快速开始](../../2.quick-start/1.quick-start-overview.md)。 ## 前提条件 diff --git a/docs-2.0/reuse/source_connect-to-nebula-graph.md b/docs-2.0/reuse/source_connect-to-nebula-graph.md index 0839562c6d1..334fa4a4063 100644 --- a/docs-2.0/reuse/source_connect-to-nebula-graph.md +++ b/docs-2.0/reuse/source_connect-to-nebula-graph.md @@ -2,9 +2,9 @@ !!! caution - 首次连接到 NebulaGraph 后,必须先[注册 Storage 服务](../2.quick-start/3.1add-storage-hosts.md),才能正常查询数据。 + 首次连接到 NebulaGraph 后,必须先[注册 Storage 服务](https://docs.nebula-graph.com.cn/{{nebula.release}}/2.quick-start/3.1add-storage-hosts/),才能正常查询数据。 -NebulaGraph 支持多种类型的客户端,包括命令行客户端、可视化界面客户端和流行编程语言客户端。详情参见[客户端列表](../14.client/1.nebula-client.md)。 +NebulaGraph 支持多种类型的客户端,包括命令行客户端、可视化界面客户端和流行编程语言客户端。详情参见[客户端列表](https://docs.nebula-graph.com.cn/{{nebula.release}}/14.client/1.nebula-client/)。 ## 前提条件 @@ -81,3 +81,7 @@ NebulaGraph 支持多种类型的客户端,包括命令行客户端、可视 | `-ssl_private_key_path` | 指定私钥文件的存储路径。 | 更多参数参见[项目仓库](https://github.com/vesoft-inc/nebula-console/tree/{{console.branch}})。 + + + + diff --git a/docs-2.0/reuse/source_manage-service.md b/docs-2.0/reuse/source_manage-service.md index bd372dc84be..d9cdd6f79f3 100644 --- a/docs-2.0/reuse/source_manage-service.md +++ b/docs-2.0/reuse/source_manage-service.md @@ -204,7 +204,7 @@ $ sudo /usr/local/nebula/scripts/nebula.service status all !!! note - 正常启动 NebulaGraph 后,`nebula-storaged`进程的端口显示红色。这是因为`nebula-storaged`在启动流程中会等待`nebula-metad`添加当前 Storage 服务,当前 Storage 服务收到 Ready 信号后才会正式启动服务。从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。更多信息,参见[管理 Storage 主机](../4.deployment-and-installation/manage-storage-host.md)。 + 正常启动 NebulaGraph 后,`nebula-storaged`进程的端口显示红色。这是因为`nebula-storaged`在启动流程中会等待`nebula-metad`添加当前 Storage 服务,当前 Storage 服务收到 Ready 信号后才会正式启动服务。从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。更多信息,参见[管理 Storage 主机](https://docs.nebula-graph.com.cn/{{nebula.release}}/4.deployment-and-installation/manage-storage-host/)。 - 如果返回类似如下结果,表示 NebulaGraph 服务异常,可以根据异常服务信息进一步排查,或者在 [NebulaGraph 社区](https://discuss.nebula-graph.com.cn/)寻求帮助。 diff --git a/mkdocs.yml b/mkdocs.yml index 97f8653f47f..5483e1d604b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -272,13 +272,18 @@ nav: - Storage 服务: 1.introduction/3.nebula-graph-architecture/4.storage-service.md - 快速入门: - - 快速入门流程: 2.quick-start/1.quick-start-workflow.md - - 步骤1:安装 NebulaGraph: 2.quick-start/2.install-nebula-graph.md - - 步骤2:启动 NebulaGraph: 2.quick-start/5.start-stop-service.md - - 步骤3:连接 NebulaGraph: 2.quick-start/3.connect-to-nebula-graph.md - - 步骤4:注册 Storage 服务: 2.quick-start/3.1add-storage-hosts.md - - 步骤5:使用常用命令: 2.quick-start/4.nebula-graph-crud.md - - nGQL 命令汇总: 2.quick-start/6.cheatsheet-for-ngql-command.md + - 入门概览: 2.quick-start/1.quick-start-overview.md + - 本地部署: + - 步骤 1:安装 NebulaGraph: 2.quick-start/3.quick-start-on-premise/2.install-nebula-graph.md + - 步骤 2:启动 NebulaGraph: 2.quick-start/3.quick-start-on-premise/5.start-stop-service.md + - 步骤 3:连接 NebulaGraph: 2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md + - 步骤 4:注册 Storage 服务: 2.quick-start/3.quick-start-on-premise/3.1add-storage-hosts.md + - 步骤 5:使用基本 nGQL 命令: 2.quick-start/3.quick-start-on-premise/4.nebula-graph-crud.md + - 从云开始: + - 步骤 1:创建云服务实例: 2.quick-start/2.quick-start-on-cloud/1.create-instance-on-cloud.md + - 步骤 2:连接 NebulaGraph: 2.quick-start/2.quick-start-on-cloud/2.connect-to-nebulagraph-on-cloud.md + - 步骤 3:管理数据: 2.quick-start/2.quick-start-on-cloud/3.how-to-query-on-cloud.md + - nGQL 命令汇总: 2.quick-start/6.cheatsheet-for-ngql-command.md - nGQL 指南: - nGQL 概述: From 46b7026e2a648a1b85ac497d1f86699cf241941c Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:18:46 +0800 Subject: [PATCH 2/2] Update mkdocs.yml --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5483e1d604b..dce5a3fa194 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -273,16 +273,16 @@ nav: - 快速入门: - 入门概览: 2.quick-start/1.quick-start-overview.md + - 从云开始(免费试用): + - 步骤 1:创建云服务实例: 2.quick-start/2.quick-start-on-cloud/1.create-instance-on-cloud.md + - 步骤 2:连接 NebulaGraph: 2.quick-start/2.quick-start-on-cloud/2.connect-to-nebulagraph-on-cloud.md + - 步骤 3:管理数据: 2.quick-start/2.quick-start-on-cloud/3.how-to-query-on-cloud.md - 本地部署: - 步骤 1:安装 NebulaGraph: 2.quick-start/3.quick-start-on-premise/2.install-nebula-graph.md - 步骤 2:启动 NebulaGraph: 2.quick-start/3.quick-start-on-premise/5.start-stop-service.md - 步骤 3:连接 NebulaGraph: 2.quick-start/3.quick-start-on-premise/3.connect-to-nebula-graph.md - 步骤 4:注册 Storage 服务: 2.quick-start/3.quick-start-on-premise/3.1add-storage-hosts.md - 步骤 5:使用基本 nGQL 命令: 2.quick-start/3.quick-start-on-premise/4.nebula-graph-crud.md - - 从云开始: - - 步骤 1:创建云服务实例: 2.quick-start/2.quick-start-on-cloud/1.create-instance-on-cloud.md - - 步骤 2:连接 NebulaGraph: 2.quick-start/2.quick-start-on-cloud/2.connect-to-nebulagraph-on-cloud.md - - 步骤 3:管理数据: 2.quick-start/2.quick-start-on-cloud/3.how-to-query-on-cloud.md - nGQL 命令汇总: 2.quick-start/6.cheatsheet-for-ngql-command.md - nGQL 指南: