-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
1,960 additions
and
571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ defaultContentLanguageInSubdir = false | |
[languages.en] | ||
title = "Apache Dubbo" | ||
description = "Apache Dubbo Official Website" | ||
languageName = "English" | ||
languageName = "EN" | ||
contentDir = "content/en" | ||
# Weight used for sorting. | ||
weight = 1 | ||
|
@@ -68,6 +68,81 @@ contentDir = "content/zh-cn" | |
#time_format_default = "02.01.2006" | ||
#time_format_blog = "02.01.2006" | ||
|
||
[languages.en.params.community] | ||
navLabel = "COMMUNITY" | ||
weight = 2 | ||
[[languages.en.params.community.navOptions.items]] | ||
name = "News" | ||
url = "/en/blog/news/" | ||
[[languages.en.params.community.navOptions.items]] | ||
name = "Vulnerabilities" | ||
url = "/en/overview/notices/" | ||
[[languages.en.params.community.navOptions.items]] | ||
name = "Contributor's Guide" | ||
url = "/zh-cn/contact/" | ||
[[languages.en.params.community.navOptions.items]] | ||
name = "Meet The Team" | ||
url = "" | ||
|
||
# Weight used for sorting. | ||
weight = 2 | ||
[languages.zh-cn.params.community] | ||
navLabel = "联系社区" | ||
weight = 2 | ||
[[languages.zh-cn.params.community.navOptions.items]] | ||
name = "新闻" | ||
url = "/zh-cn/blog/news/" | ||
[[languages.zh-cn.params.community.navOptions.items]] | ||
name = "漏洞" | ||
url = "/zh-cn/overview/notices/" | ||
[[languages.zh-cn.params.community.navOptions.items]] | ||
name = "贡献者指南" | ||
url = "/zh-cn/contact/" | ||
[[languages.zh-cn.params.community.navOptions.items]] | ||
name = "认识团队" | ||
url = "" | ||
|
||
|
||
|
||
[languages.en.params.ecosystem] | ||
navLabel = "ECOSYSTEM" | ||
weight = 2 | ||
[[languages.en.params.ecosystem.navOptions.items]] | ||
name = "Launch A Project" | ||
url = "https://start.dubbo.apache.org/" | ||
[[languages.en.params.ecosystem.navOptions.items]] | ||
name = "Visualizable Console" | ||
url = "/en/overview/mannual/control-plane/" | ||
[[languages.en.params.ecosystem.navOptions.items]] | ||
name = "Benchmarking" | ||
url = "http://47.251.95.138:3000/public-dashboards/b75030ae3d0f402ca06b6826de3b590b?orgId=1" | ||
[[languages.en.params.ecosystem.navOptions.items]] | ||
name = "Proxyless Mesh" | ||
url = "/en/overview/what/core-features/service-mesh/" | ||
[[languages.en.params.ecosystem.navOptions.items]] | ||
name = "More Demos" | ||
url = "https://github.com/apache/dubbo-samples" | ||
|
||
|
||
[languages.zh-cn.params.ecosystem] | ||
navLabel = "生态" | ||
weight = 2 | ||
[[languages.zh-cn.params.ecosystem.navOptions.items]] | ||
name = "启动项目" | ||
url = "https://start.dubbo.apache.org/" | ||
[[languages.zh-cn.params.ecosystem.navOptions.items]] | ||
name = "可视化控制台" | ||
url = "/zh-cn/overview/mannual/control-plane/" | ||
[[languages.zh-cn.params.ecosystem.navOptions.items]] | ||
name = "商城系统" | ||
url = "http://47.251.95.138:3000/public-dashboards/b75030ae3d0f402ca06b6826de3b590b?orgId=1" | ||
[[languages.zh-cn.params.ecosystem.navOptions.items]] | ||
name = "无代理网格" | ||
url = "/zh-cn/overview/what/core-features/service-mesh/" | ||
[[languages.zh-cn.params.ecosystem.navOptions.items]] | ||
name = "更多样例" | ||
url = "https://github.com/apache/dubbo-samples" | ||
|
||
[markup] | ||
[markup.goldmark] | ||
[markup.goldmark.renderer] | ||
|
@@ -97,11 +172,7 @@ algolia_docsearch = true | |
offlineSearch = false | ||
|
||
|
||
[[menu.main]] | ||
name = "Initializer" | ||
weight = 50 | ||
url = "https://start.dubbo.apache.org/bootstrap.html" | ||
post = "<i class='fas fa-external-link-alt'></i>" | ||
|
||
#[[menu.main]] | ||
# name = "Admin" | ||
# weight = 60 | ||
|
@@ -205,24 +276,6 @@ url = "mailto:[email protected]" | |
icon = "fa fa-envelope" | ||
desc = "Discuss development issues around the project" | ||
|
||
[params.ecosystem] | ||
navLabel = "Ecosystem" | ||
[params.ecosystem.navOptions] | ||
[[params.ecosystem.navOptions.items]] | ||
name = "Launch A Project" | ||
url = "/en/blog" | ||
[[params.ecosystem.navOptions.items]] | ||
name = "Admin" | ||
url = "/en/download" | ||
[[params.ecosystem.navOptions.items]] | ||
name = "System" | ||
url = "/option-3" | ||
[[params.ecosystem.navOptions.items]] | ||
name = "Benchmark" | ||
url = "/option-3" | ||
[[params.ecosystem.navOptions.items]] | ||
name = "Proxyless Mesh" | ||
url = "/option-3" | ||
|
||
|
||
[sitemap] | ||
|
Oops, something went wrong.