This is an automated email from the ASF dual-hosted git repository.
dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new ce9619a274 fix incubator website check (#583)
ce9619a274 is described below
commit ce9619a274aeebc3128112b7161223e239d4bc85
Author: Zhang Yonglun <[email protected]>
AuthorDate: Fri May 27 20:06:10 2022 +0800
fix incubator website check (#583)
* add privacy
* update events
---
docusaurus.config.js | 6 +++++-
i18n/zh/docusaurus-theme-classic/navbar.json | 4 ++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 307ad2ec78..ab36a78ff8 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -72,7 +72,7 @@ module.exports = {
},
{
label: "Events",
- to: "https://www.apache.org/events/",
+ to: "https://www.apache.org/events/current-event",
},
{
label: "Security",
@@ -82,6 +82,10 @@ module.exports = {
label: "Sponsorship",
to: "https://www.apache.org/foundation/sponsorship.html",
},
+ {
+ label: "Privacy",
+ to: "https://www.apache.org/foundation/policies/privacy.html",
+ },
{
label: "Thanks",
to: "https://www.apache.org/foundation/thanks.html",
diff --git a/i18n/zh/docusaurus-theme-classic/navbar.json
b/i18n/zh/docusaurus-theme-classic/navbar.json
index 792b6a9606..af12c7f969 100755
--- a/i18n/zh/docusaurus-theme-classic/navbar.json
+++ b/i18n/zh/docusaurus-theme-classic/navbar.json
@@ -55,6 +55,10 @@
"message": "Sponsorship",
"description": "Navbar item with label Sponsorship"
},
+ "item.label.Privacy": {
+ "message": "Privacy",
+ "description": "Navbar item with label Privacy"
+ },
"item.label.Thanks": {
"message": "Thanks",
"description": "Navbar item with label Thanks"