This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 3ad41c86 chore: minor test (#430)
3ad41c86 is described below
commit 3ad41c8601fd866c5b2da0dd2150aa2fb15e22c3
Author: Jingkai Yang <[email protected]>
AuthorDate: Wed Nov 19 14:15:16 2025 +0800
chore: minor test (#430)
---
content/cn/docs/quickstart/computing/hugegraph-vermeer.md | 3 ++-
content/en/docs/quickstart/computing/hugegraph-vermeer.md | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/cn/docs/quickstart/computing/hugegraph-vermeer.md
b/content/cn/docs/quickstart/computing/hugegraph-vermeer.md
index e739e110..c16eba7f 100644
--- a/content/cn/docs/quickstart/computing/hugegraph-vermeer.md
+++ b/content/cn/docs/quickstart/computing/hugegraph-vermeer.md
@@ -19,6 +19,7 @@ master 是负责通信、转发、汇总的节点,计算量和占用资源量
1. **方案一:Docker Compose(推荐)**
确保docker-compose.yaml存在于您的项目根目录中。如果没有,以下是一个示例:
+
```yaml
#
# Licensed to the Apache Software Foundation (ASF) under one or more
@@ -146,7 +147,7 @@ docker network rm vermeer_network
3. **方案三:从源码构建**
-构建。具体请参照[Vermeer
Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer)。
+构建。具体请参照 [Vermeer
Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer)。
```shell
go build
diff --git a/content/en/docs/quickstart/computing/hugegraph-vermeer.md
b/content/en/docs/quickstart/computing/hugegraph-vermeer.md
index b0a96027..03ca9f53 100644
--- a/content/en/docs/quickstart/computing/hugegraph-vermeer.md
+++ b/content/en/docs/quickstart/computing/hugegraph-vermeer.md
@@ -148,7 +148,7 @@ docker network rm vermeer_network
3. **Option 3: Build from Source**
-Build. You can refer[Vermeer
Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer).
+Build. You can refer [Vermeer
Readme](https://github.com/apache/incubator-hugegraph-computer/tree/master/vermeer).
```shell
go build