| baseURL = 'https://horaedb.apache.org/' |
| title = 'Apache HoraeDB' |
| contentDir = "content/en" |
| defaultContentLanguage = "en" |
| defaultContentLanguageInSubdir = false |
| enableMissingTranslationPlaceholders = true |
| |
| enableRobotsTXT = true |
| |
| # Will give values to .Lastmod etc. |
| enableGitInfo = true |
| |
| [languages] |
| [languages.en] |
| languageName ="English" |
| # Weight used for sorting. |
| weight = 1 |
| [languages.en.params] |
| description = "A high-performance, distributed, cloud native time-series database." |
| time_format_blog = "02 Jan 2006" |
| |
| [languages.cn] |
| languageName ="中文" |
| contentDir = "content/cn" |
| [languages.cn.params] |
| description = "一款高性能、分布式的云原生时序数据库" |
| time_format_blog = "2006-01-02" |
| |
| [markup] |
| [markup.goldmark] |
| [markup.goldmark.renderer] |
| unsafe = true |
| [markup.goldmark.parser.attribute] |
| block = true |
| [markup.highlight] |
| style = "pygments" |
| linenos = true |
| |
| [module] |
| proxy = "https://goproxy.cn,direct" |
| [[module.imports]] |
| path = "github.com/google/docsy" |
| |
| [params] |
| github_repo = "https://github.com/apache/horaedb-docs" |
| github_project_repo = "https://github.com/apache/horaedb" |
| offlineSearch = true |
| |
| [params.links] |
| [[params.links.user]] |
| name = "GitHub Discussions" |
| url = "https://github.com/apache/horaedb/discussions" |
| icon = "fab fa-github" |
| desc = "Discussion and help from your fellow users" |
| [[params.links.user]] |
| name = "Discord" |
| url = "https://discord.gg/h5r4kVMRYN" |
| icon = "fab fa-discord" |
| desc = "Chat with other project developers/users from all over the world" |
| [[params.links.user]] |
| name = "DingTalk" |
| url = "/images/dingtalk.jpg" |
| icon = "fa-regular fa-comments" |
| desc = "Chat with other project developers/users from China" |
| [[params.links.user]] |
| name = "Weixin Official Accounts" |
| url = "/images/weixin-mp.jpg" |
| icon = "fa-brands fa-weixin" |
| desc = "Follow us on Weixin Official Accounts(微信公众平台) to get the latest news!" |
| # Developer relevant links. These will show up on right side of footer and in the community page if you have one. |
| [[params.links.developer]] |
| name = "GitHub" |
| url = "https://github.com/apache/horaedb" |
| icon = "fab fa-github" |
| desc = "Development takes place here!" |
| [[params.links.developer]] |
| name = "Developer mailing list" |
| url = "https://lists.apache.org/list.html?dev@horaedb.apache.org" |
| icon = "fa fa-envelope" |
| desc = "Discuss development issues around the project" |
| |
| [params.copyright] |
| authors = """The Apache Software Foundation, Licensed under the Apache License, Version 2.0. |
| |
| Apache, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.""" |
| from_year = 2023 |
| |
| [params.ui] |
| navbar_logo = false |
| sidebar_menu_compact = true |
| ul_show = 1 |
| sidebar_menu_foldable = true |
| showLightDarkModeMenu = true |
| |
| [outputs] |
| section = [ "HTML", "RSS", "print" ] |