This is an automated email from the ASF dual-hosted git repository.
yuchaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 27acfe1 [YUNIKORN-1046] update website footer (#130)
27acfe1 is described below
commit 27acfe1f753d530324ef750aadeba3b8d940afba
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Thu Feb 17 14:09:56 2022 +1100
[YUNIKORN-1046] update website footer (#130)
---
docusaurus.config.js | 22 +++++++++++++---------
i18n/zh-cn/docusaurus-theme-classic/footer.json | 9 ++++++---
2 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 91d004c..1026c91 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -198,29 +198,33 @@ module.exports = {
href:
'https://blog.cloudera.com/yunikorn-a-universal-resources-scheduler/'
},
{
- label: 'What\'s new in YuniKorn 0.8.0?',
- href:
'https://blog.cloudera.com/apache-yunikorn-incubating-0-8-release-whats-new-and-upcoming/'
+ label: 'Spark on Kubernetes – Gang Scheduling with YuniKorn',
+ href:
'https://blog.cloudera.com/spark-on-kubernetes-gang-scheduling-with-yunikorn/'
}
]
},
{
- title: 'Github',
+ title: 'Code Repositories',
items: [
{
- label: 'scheduler-core',
+ label: 'Core scheduler',
href: 'https://github.com/apache/incubator-yunikorn-core/'
},
{
- label: 'kubernetes-shim',
+ label: 'Kubernetes shim',
href: 'https://github.com/apache/incubator-yunikorn-k8shim'
},
{
- label: 'scheduler-interface',
+ label: 'Scheduler Interface',
href:
'https://github.com/apache/incubator-yunikorn-scheduler-interface'
},
{
- label: 'scheduler-web',
+ label: 'WEB application',
href: 'https://github.com/apache/incubator-yunikorn-web'
+ },
+ {
+ label: 'Website',
+ href: 'https://github.com/apache/incubator-yunikorn-site'
}
]
},
@@ -232,8 +236,8 @@ module.exports = {
to: 'community/get_involved'
},
{
- label: 'Roster',
- href: 'https://people.apache.org/phonebook.html?podling=yunikorn'
+ label: 'People',
+ href: 'community/people'
},
{
label: 'Issues',
diff --git a/i18n/zh-cn/docusaurus-theme-classic/footer.json
b/i18n/zh-cn/docusaurus-theme-classic/footer.json
index 6215f8b..0fdacd3 100644
--- a/i18n/zh-cn/docusaurus-theme-classic/footer.json
+++ b/i18n/zh-cn/docusaurus-theme-classic/footer.json
@@ -2,8 +2,11 @@
"link.item.label.Get Involved": {
"message": "参与"
},
- "link.item.label.Roster": {
- "message": "名册"
+ "link.title.Code Repositories": {
+ "message": "代码库"
+ },
+ "link.item.label.People": {
+ "message": "人们"
},
"link.title.Blog": {
"message": "博客"
@@ -11,4 +14,4 @@
"link.title.Community": {
"message": "社区"
}
-}
\ No newline at end of file
+}