Skip to content

Commit 8b6aec9

Browse files
authored
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.
1 parent 6ffdf04 commit 8b6aec9

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

content/cn/_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ <h1 class="text-center">第一个 Apache 图数据库项目</h1>
7272
{{% /blocks/feature %}}
7373

7474

75-
{{% blocks/feature icon="fab fa-weixin" title="关注微信" url="https://twitter.com/apache-hugegraph" %}}
76-
关注微信公众号 "HugeGraph"
75+
{{% blocks/feature icon="fab fa-weixin" title="关注微信" %}}
76+
关注微信公众号 "HugeGraph" 获取最新动态
7777

78-
(推特正在路上...)
78+
也可以加入 [ASF Slack 频道](https://the-asf.slack.com/archives/C059UU2FJ23)参与讨论
7979
{{% /blocks/feature %}}
8080

8181

content/cn/docs/quickstart/hugegraph-ai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ hugegraph-ai 采用 [Apache 2.0 许可证](https://github.com/apache/incubator-h
167167

168168
- **GitHub Issues**[报告错误或请求功能](https://github.com/apache/incubator-hugegraph-ai/issues)(响应最快)
169169
- **电子邮件**[dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org)[需要订阅](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/)
170-
- **微信**:关注Apache HugeGraph”官方公众号
170+
- **微信**:关注 "Apache HugeGraph" 微信公众号
171171

172172
<img src="https://raw.githubusercontent.com/apache/hugegraph-doc/master/assets/images/wechat.png" alt="Apache HugeGraph WeChat QR Code" width="200"/>

content/en/_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ <h1 class="text-center">The first graph database project in Apache</h1>
7575
{{% /blocks/feature %}}
7676

7777

78-
{{% blocks/feature icon="fab fa-weixin" title="Follow us on Wechat!" url="https://twitter.com/apache-hugegraph" %}}
79-
Follow the official account "HugeGraph" to get the latest news
78+
{{% blocks/feature icon="fab fa-slack" title="Join us on Slack!" url="https://the-asf.slack.com/archives/C059UU2FJ23" %}}
79+
Join the [ASF Slack channel](https://the-asf.slack.com/archives/C059UU2FJ23) for community discussions
8080

81-
PS: twitter account it's on the way
81+
Could also follow the WeChat account "HugeGraph" for updates
8282
{{% /blocks/feature %}}
8383

8484

content/en/docs/quickstart/hugegraph-ai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ hugegraph-ai is licensed under [Apache 2.0 License](https://github.com/apache/in
167167

168168
- **GitHub Issues**: [Report bugs or request features](https://github.com/apache/incubator-hugegraph-ai/issues) (fastest response)
169169
- **Email**: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscription required](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/))
170-
- **WeChat**: Follow "Apache HugeGraph" official account
170+
- **WeChat**: Follow "Apache HugeGraph" on WeChat
171171

172172
<img src="https://raw.githubusercontent.com/apache/hugegraph-doc/master/assets/images/wechat.png" alt="Apache HugeGraph WeChat QR Code" width="200"/>

themes/docsy/assets/vendor/bootstrap/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
.footer {
1212
background-color: #f5f5f5;
1313
}
14+
Last modified

themes/docsy/i18n/en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ other = "By"
3636
[post_created]
3737
other = "Created"
3838
[post_last_mod]
39-
other = "Last modified"
39+
other = "Page last updated"
4040
[post_edit_this]
4141
other = "Edit this page"
4242
[post_view_this]

themes/docsy/i18n/zh-cn.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ other = "By"
3434
[post_created]
3535
other = "创建"
3636
[post_last_mod]
37-
other = "最后修改"
37+
other = "本页最后更新于"
3838
[post_edit_this]
3939
other = "编辑此页"
4040
[post_create_child_page]

themes/docsy/i18n/zh.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ other = "By"
3434
[post_created]
3535
other = "创建"
3636
[post_last_mod]
37-
other = "最后修改"
37+
other = "本页最后更新于"
3838
[post_edit_this]
3939
other = "编辑此页"
4040
[post_create_child_page]

0 commit comments

Comments
 (0)