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 8b6aec95 docs: update community links and translation strings (#443)
8b6aec95 is described below
commit 8b6aec95236e3968bce6b479c2b8566f0dc91f14
Author: imbajin <[email protected]>
AuthorDate: Sun Dec 28 17:59:55 2025 +0800
docs: update community links and translation strings (#443)
Revised WeChat and Slack community links in both Chinese and English index
pages, updated contact info in HugeGraph-AI quickstart docs
and improved translation for 'last modified' in English and Chinese i18n
files. Minor change in sticky-footer.css.
---
content/cn/_index.html | 6 +++---
content/cn/docs/quickstart/hugegraph-ai/_index.md | 2 +-
content/en/_index.html | 6 +++---
content/en/docs/quickstart/hugegraph-ai/_index.md | 2 +-
.../site/content/docs/4.6/examples/sticky-footer/sticky-footer.css | 1 +
themes/docsy/i18n/en.toml | 2 +-
themes/docsy/i18n/zh-cn.toml | 2 +-
themes/docsy/i18n/zh.toml | 2 +-
8 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/content/cn/_index.html b/content/cn/_index.html
index cd7bf8a7..8581a741 100644
--- a/content/cn/_index.html
+++ b/content/cn/_index.html
@@ -72,10 +72,10 @@ linkTitle = "Huge Docs"
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-weixin" title="关注微信"
url="https://twitter.com/apache-hugegraph" %}}
-关注微信公众号 "HugeGraph"
+{{% blocks/feature icon="fab fa-weixin" title="关注微信" %}}
+关注微信公众号 "HugeGraph" 获取最新动态
-(推特正在路上...)
+也可以加入 [ASF Slack 频道](https://the-asf.slack.com/archives/C059UU2FJ23)参与讨论
{{% /blocks/feature %}}
diff --git a/content/cn/docs/quickstart/hugegraph-ai/_index.md
b/content/cn/docs/quickstart/hugegraph-ai/_index.md
index d5cb8add..330c9314 100644
--- a/content/cn/docs/quickstart/hugegraph-ai/_index.md
+++ b/content/cn/docs/quickstart/hugegraph-ai/_index.md
@@ -167,6 +167,6 @@ hugegraph-ai 采用 [Apache 2.0
许可证](https://github.com/apache/incubator-h
- **GitHub
Issues**:[报告错误或请求功能](https://github.com/apache/incubator-hugegraph-ai/issues)(响应最快)
-
**电子邮件**:[[email protected]](mailto:[email protected])([需要订阅](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/))
-- **微信**:关注“Apache HugeGraph”官方公众号
+- **微信**:关注 "Apache HugeGraph" 微信公众号
<img
src="https://raw.githubusercontent.com/apache/hugegraph-doc/master/assets/images/wechat.png"
alt="Apache HugeGraph WeChat QR Code" width="200"/>
diff --git a/content/en/_index.html b/content/en/_index.html
index 089beb0b..564b9164 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -75,10 +75,10 @@ We do a [Pull
Request](https://github.com/apache/incubator-hugegraph/pulls) cont
{{% /blocks/feature %}}
-{{% blocks/feature icon="fab fa-weixin" title="Follow us on Wechat!"
url="https://twitter.com/apache-hugegraph" %}}
-Follow the official account "HugeGraph" to get the latest news
+{{% blocks/feature icon="fab fa-slack" title="Join us on Slack!"
url="https://the-asf.slack.com/archives/C059UU2FJ23" %}}
+Join the [ASF Slack channel](https://the-asf.slack.com/archives/C059UU2FJ23)
for community discussions
-PS: twitter account it's on the way
+Could also follow the WeChat account "HugeGraph" for updates
{{% /blocks/feature %}}
diff --git a/content/en/docs/quickstart/hugegraph-ai/_index.md
b/content/en/docs/quickstart/hugegraph-ai/_index.md
index 4fb5e9df..2875a1ce 100644
--- a/content/en/docs/quickstart/hugegraph-ai/_index.md
+++ b/content/en/docs/quickstart/hugegraph-ai/_index.md
@@ -167,6 +167,6 @@ hugegraph-ai is licensed under [Apache 2.0
License](https://github.com/apache/in
- **GitHub Issues**: [Report bugs or request
features](https://github.com/apache/incubator-hugegraph-ai/issues) (fastest
response)
- **Email**: [[email protected]](mailto:[email protected])
([subscription
required](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/))
-- **WeChat**: Follow "Apache HugeGraph" official account
+- **WeChat**: Follow "Apache HugeGraph" on WeChat
<img
src="https://raw.githubusercontent.com/apache/hugegraph-doc/master/assets/images/wechat.png"
alt="Apache HugeGraph WeChat QR Code" width="200"/>
diff --git
a/themes/docsy/assets/vendor/bootstrap/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css
b/themes/docsy/assets/vendor/bootstrap/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css
index 7e85cdd2..a5669983 100644
---
a/themes/docsy/assets/vendor/bootstrap/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css
+++
b/themes/docsy/assets/vendor/bootstrap/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css
@@ -11,3 +11,4 @@
.footer {
background-color: #f5f5f5;
}
+Last modified
diff --git a/themes/docsy/i18n/en.toml b/themes/docsy/i18n/en.toml
index 403a111e..ee6e8ab9 100644
--- a/themes/docsy/i18n/en.toml
+++ b/themes/docsy/i18n/en.toml
@@ -36,7 +36,7 @@ other = "By"
[post_created]
other = "Created"
[post_last_mod]
-other = "Last modified"
+other = "Page last updated"
[post_edit_this]
other = "Edit this page"
[post_view_this]
diff --git a/themes/docsy/i18n/zh-cn.toml b/themes/docsy/i18n/zh-cn.toml
index cff701ff..dfa3f6b1 100644
--- a/themes/docsy/i18n/zh-cn.toml
+++ b/themes/docsy/i18n/zh-cn.toml
@@ -34,7 +34,7 @@ other = "By"
[post_created]
other = "创建"
[post_last_mod]
-other = "最后修改"
+other = "本页最后更新于"
[post_edit_this]
other = "编辑此页"
[post_create_child_page]
diff --git a/themes/docsy/i18n/zh.toml b/themes/docsy/i18n/zh.toml
index cff701ff..dfa3f6b1 100644
--- a/themes/docsy/i18n/zh.toml
+++ b/themes/docsy/i18n/zh.toml
@@ -34,7 +34,7 @@ other = "By"
[post_created]
other = "创建"
[post_last_mod]
-other = "最后修改"
+other = "本页最后更新于"
[post_edit_this]
other = "编辑此页"
[post_create_child_page]