You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/06/12 07:39:37 UTC

[incubator-hugegraph-doc] branch master updated: doc: update the community page (#269)

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 06be0015 doc: update the community page (#269)
06be0015 is described below

commit 06be001526554b38dc6fcc44e9930f65b6feaf92
Author: M <87...@users.noreply.github.com>
AuthorDate: Mon Jun 12 15:39:32 2023 +0800

    doc: update the community page (#269)
---
 config.toml | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index fb0f1941..7f05e278 100644
--- a/config.toml
+++ b/config.toml
@@ -228,6 +228,31 @@ enable = false
 #  icon = "fab fa-stack-overflow"
 #  desc = "Practical questions and curated answers"
 # Developer relevant links. These will show up on right side of footer and in the community page if you have one.
+[[params.links.user]]
+  name ="Introduction"
+  url = "../docs/introduction/readme/"
+  icon = "fa fa-book"
+  desc = "Increase your understanding about the project"
+[[params.links.user]]
+  name ="Quick start"
+  url = "../docs/quickstart/hugegraph-server/"
+  icon = "fa fa-rocket"
+  desc = "Embark on your HugeGraph journey with a simple configuration"
+[[params.links.user]]
+  name ="Download"
+  url = "../docs/download/download/"
+  icon = "fa fa-download"
+  desc = "Explore the comprehensive details of the project"
+[[params.links.user]]
+  name ="Config"
+  url = "../docs/config/"
+  icon = "fa fa-cog"
+  desc = "Unleash your ideas through file configuration"
+[[params.links.user]]
+  name ="WeChat"
+  url = "https://github.com/apache/incubator-hugegraph#contact-us"
+  icon = "fa fa-comments"
+  desc = "Follow us on WeChat to get the latest news"
 [[params.links.developer]]
   name = "GitHub"
   url = "https://github.com/apache/incubator-hugegraph"
@@ -240,6 +265,6 @@ enable = false
 #  desc = "Chat with other project developers"
 [[params.links.developer]]
   name = "Developer mailing list"
-  url = "mailto:dev@hugegraph.apache.org"
+  url = "../docs/contribution-guidelines/subscribe/"
   icon = "fa fa-envelope"
   desc = "Discuss development issues around the project"