Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/cn/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ <h1 class="text-center">第一个 Apache 图数据库项目</h1>
{{% /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 %}}


Expand Down
2 changes: 1 addition & 1 deletion content/cn/docs/quickstart/hugegraph-ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)(响应最快)
- **电子邮件**:[dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org)([需要订阅](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"/>
6 changes: 3 additions & 3 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ <h1 class="text-center">The first graph database project in Apache</h1>
{{% /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 %}}


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/quickstart/hugegraph-ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([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"/>
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
.footer {
background-color: #f5f5f5;
}
Last modified
2 changes: 1 addition & 1 deletion themes/docsy/i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy/i18n/zh-cn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ other = "By"
[post_created]
other = "创建"
[post_last_mod]
other = "最后修改"
other = "本页最后更新于"
[post_edit_this]
other = "编辑此页"
[post_create_child_page]
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy/i18n/zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ other = "By"
[post_created]
other = "创建"
[post_last_mod]
other = "最后修改"
other = "本页最后更新于"
[post_edit_this]
other = "编辑此页"
[post_create_child_page]
Expand Down