Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 8335a27

Browse files
committed
chore: add local testing guide links to toolchain docs
Added references to the HugeGraph Toolchain Local Testing Guide in both Chinese and English quickstart documentation for Hubble, Loader, and Tools. This provides users with instructions for running local tests for each toolchain component.
1 parent 613820c commit 8335a27

File tree

8 files changed

+17
-1
lines changed

8 files changed

+17
-1
lines changed

content/cn/docs/quickstart/toolchain/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ title: "HugeGraph ToolChain"
33
linkTitle: "HugeGraph 工具链"
44
weight: 2
55
---
6+
7+
> **测试指南**:如需在本地运行工具链测试,请参考 [HugeGraph 工具链本地测试指南](/cn/docs/guides/toolchain-local-test)

content/cn/docs/quickstart/toolchain/hugegraph-hubble.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ weight: 1
88

99
> **特别注意:** 当前版本的 Hubble 还没有添加 Auth/Login 相关界面和接口和单独防护, 在下一个 Release 版 (> 1.5) 会加入,
1010
> 请留意避免把它暴露在公网环境或不受信任的网络中,以免引起相关 SEC 问题 (另外也可以使用 **IP & 端口**白名单 + HTTPS)
11+
>
12+
> **测试指南**:如需在本地运行 Hubble 测试,请参考 [工具链本地测试指南](/cn/docs/guides/toolchain-local-test)
1113
1214
**HugeGraph-Hubble** 是 HugeGraph 的一站式可视化分析平台,平台涵盖了从数据建模,到数据快速导入,
1315
再到数据的在线、离线分析、以及图的统一管理的全过程,实现了图应用的全流程向导式操作,旨在提升用户的使用流畅度,

content/cn/docs/quickstart/toolchain/hugegraph-loader.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ HugeGraph-Loader 是 HugeGraph 的数据导入组件,能够将多种数据源
1818

1919
后面会具体说明。
2020

21-
> 注意:使用 HugeGraph-Loader 需要依赖 HugeGraph Server 服务,下载和启动 Server 请参考 [HugeGraph-Server Quick Start](/cn/docs/quickstart/hugegraph/hugegraph-server)
21+
> **注意**:使用 HugeGraph-Loader 需要依赖 HugeGraph Server 服务,下载和启动 Server 请参考 [HugeGraph-Server Quick Start](/cn/docs/quickstart/hugegraph/hugegraph-server)
22+
>
23+
> **测试指南**:如需在本地运行 Loader 测试,请参考 [工具链本地测试指南](/cn/docs/guides/toolchain-local-test)
2224
2325
### 2 获取 HugeGraph-Loader
2426

content/cn/docs/quickstart/toolchain/hugegraph-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ weight: 3
88

99
HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件。
1010

11+
> **测试指南**:如需在本地运行 Tools 测试,请参考 [工具链本地测试指南](/cn/docs/guides/toolchain-local-test)
12+
1113
### 2 获取 HugeGraph-Tools
1214

1315
有两种方式可以获取 HugeGraph-Tools:(它被包含子 Toolchain 中)

content/en/docs/quickstart/toolchain/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ title: "HugeGraph ToolChain"
33
linkTitle: "HugeGraph ToolChain"
44
weight: 2
55
---
6+
7+
> **Testing Guide**: For running toolchain tests locally, please refer to [HugeGraph Toolchain Local Testing Guide](/docs/guides/toolchain-local-test)

content/en/docs/quickstart/toolchain/hugegraph-hubble.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ weight: 1
1111
> Please be careful not to expose it in a public network environment or untrusted networks to
1212
> avoid related SEC issues (you can also use IP & port **whitelist** + HTTPS)
1313
14+
> **Testing Guide**: For running HugeGraph-Hubble tests locally, please refer to [HugeGraph Toolchain Local Testing Guide](/docs/guides/toolchain-local-test)
15+
1416
**HugeGraph-Hubble** is HugeGraph's one-stop visual analysis platform. The platform covers the whole
1517
process from data modeling, to efficient data import, to real-time and offline analysis of data, and
1618
unified management of graphs, realizing the whole process wizard of graph application. It is designed

content/en/docs/quickstart/toolchain/hugegraph-loader.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ It will be explained in detail below.
1919

2020
> Note: HugeGraph-Loader requires HugeGraph Server service, please refer to [HugeGraph-Server Quick Start](/docs/quickstart/hugegraph/hugegraph-server) to download and start Server
2121
22+
> **Testing Guide**: For running HugeGraph-Loader tests locally, please refer to [HugeGraph Toolchain Local Testing Guide](/docs/guides/toolchain-local-test)
23+
2224
### 2 Get HugeGraph-Loader
2325

2426
There are two ways to get HugeGraph-Loader:

content/en/docs/quickstart/toolchain/hugegraph-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ weight: 3
88

99
HugeGraph-Tools is an automated deployment, management and backup/restore component of HugeGraph.
1010

11+
> **Testing Guide**: For running HugeGraph-Tools tests locally, please refer to [HugeGraph Toolchain Local Testing Guide](/docs/guides/toolchain-local-test)
12+
1113
### 2 Get HugeGraph-Tools
1214

1315
There are two ways to get HugeGraph-Tools:

0 commit comments

Comments
 (0)