imbajin commented on code in PR #269: URL: https://github.com/apache/incubator-hugegraph-doc/pull/269#discussion_r1226216428
########## 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" Review Comment: **ensure** these config change doesn't influence other pages -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
