This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/website by this push:
new f097f05 add content for sectionwq
f097f05 is described below
commit f097f0585aa39367a865414fd5dcf1fe35c48086
Author: imbajin <[email protected]>
AuthorDate: Tue May 10 23:26:13 2022 +0800
add content for sectionwq
---
.gitignore | 2 +-
content/cn/_index.html | 18 ++++++++++--------
content/en/_index.html | 12 ++++++------
3 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/.gitignore b/.gitignore
index 2b75981..af1b646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
public/
resources/
-#node_modules/
+node_modules/
package-lock.json
.hugo_build.lock
nohup.out
diff --git a/content/cn/_index.html b/content/cn/_index.html
index 3cbc949..a262433 100644
--- a/content/cn/_index.html
+++ b/content/cn/_index.html
@@ -54,7 +54,7 @@ linkTitle = "Huge Docs"
{{< blocks/section color="blue-deep">}}
<div class="col">
-<h1 class="text-center">This is the second Section</h1>
+<h1 class="text-center">Apache 的第一个图数据库项目</h1>
</div>
{{< /blocks/section >}}
@@ -62,18 +62,20 @@ linkTitle = "Huge Docs"
{{< blocks/section >}}
-{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from
AppStore**" %}}
-Get the Goldydocs app!
+{{% blocks/feature icon="fab fa-app-store-ios" title="使用易用的**工具链**" %}}
+可从[此](https://github.com/apache/incubator-hugegraph-toolchain)获取图数据导入工具,
可视化界面以及备份还原迁移工具, 欢迎使用
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
url="https://github.com/hugegraph/hugegraph" %}}
-We do a [Pull Request](https://github.com/hugegraph/hugegraph/pulls)
contributions workflow on **GitHub**. New users are always welcome!
+{{% blocks/feature icon="fab fa-github" title="参与开源"
url="https://github.com/hugegraph/hugegraph" %}}
+我们可以在 **Github** 上提交 [Pull
Request](https://github.com/hugegraph/hugegraph/pulls). 热烈欢迎大家加入!
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
url="https://twitter.com/GoHugoIO" %}}
-For announcement of latest features etc.
+{{% blocks/feature icon="fab fa-twitter" title="关注微信"
url="https://twitter.com/hugegraph" %}}
+关注微信公众号 "HugeGraph"
+
+(推特正在路上...)
{{% /blocks/feature %}}
@@ -82,7 +84,7 @@ For announcement of latest features etc.
{{< blocks/section color="blue-light">}}
<div class="col-12">
-<h1 class="text-center">This is another Section</h1>
+<h1 class="text-center">欢迎大家参与 HugeGraph 的任何贡献</h1>
</div>
{{< /blocks/section >}}
diff --git a/content/en/_index.html b/content/en/_index.html
index b22640e..d4f27ad 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -57,7 +57,7 @@ Adapts to the Apache Gremlin standard graph query language
and the Property Grap
{{< blocks/section color="blue-deep">}}
<div class="col">
-<h1 class="text-center">This is the second Section -- Wait PM design</h1>
+<h1 class="text-center">The first graph database project in Apache</h1>
</div>
{{< /blocks/section >}}
@@ -65,8 +65,8 @@ Adapts to the Apache Gremlin standard graph query language
and the Property Grap
{{< blocks/section >}}
-{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from
AppStore**" %}}
-Get the XXX Source
+{{% blocks/feature icon="fab fa-app-store-ios" title="Get The **Toolchain**"
%}}
+[It](https://github.com/apache/incubator-hugegraph-toolchain) inlcudes graph
loader & dashboard & backup tools
{{% /blocks/feature %}}
@@ -75,8 +75,8 @@ We do a [Pull
Request](https://github.com/apache/incubator-hugegraph/pulls) cont
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
url="https://twitter.com/GoHugoIO" %}}
-For announcement of latest features etc.
+{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
url="https://twitter.com/hugegraog" %}}
+Please wait some time, it's on the way
{{% /blocks/feature %}}
@@ -85,7 +85,7 @@ For announcement of latest features etc.
{{< blocks/section color="blue-light">}}
<div class="col-12">
-<h1 class="text-center">Another Section -- Wait PM design</h1>
+<h1 class="text-center">Welcome to the HugeGraph open source community!</h1>
</div>
{{< /blocks/section >}}