This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 361683b  [INLONG-1857][Improve] Adjust the content of the Disclaimer 
and Events column (#203)
361683b is described below

commit 361683b7a6f6932bb77a366aebcefec274cc617a
Author: gosonzhang <[email protected]>
AuthorDate: Mon Nov 29 16:38:26 2021 +0800

    [INLONG-1857][Improve] Adjust the content of the Disclaimer and Events 
column (#203)
---
 docusaurus.config.js                            | 10 +++++++---
 i18n/zh-CN/docusaurus-theme-classic/footer.json |  2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 98ea0bd..9f37c48 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -118,16 +118,20 @@ const darkCodeTheme = 
require('prism-react-renderer/themes/dracula');
             position: 'right',
             items: [
               {
-                label: "Foundation",
+                label: "Apache Software Foundation",
                 to: "https://www.apache.org/";,
               },
               {
+                label: "Apache Incubator",
+                to: "https://incubator.apache.org/";,
+              },
+              {
                 label: "License",
                 to: "https://www.apache.org/licenses/";,
               },
               {
                 label: "Events",
-                to: "https://www.apache.org/events/";,
+                to: "https://www.apache.org/events/current-event";,
               },
               {
                 label: "Security",
@@ -204,7 +208,7 @@ const darkCodeTheme = 
require('prism-react-renderer/themes/dracula');
         },
         copyright: `<div style="text-align: left;">
           <div>
-            <p style="font-family: Avenir-Medium;font-size: 14px;color: 
#999;line-height: 20px;">Apache InLong (incubating) is an effort undergoing 
incubation at The Apache Software Foundation (ASF), sponsored by Incubator. 
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consistent with other successful ASF projects. 
While incubation status is not necess [...]
+            <p style="font-family: Avenir-Medium;font-size: 14px;color: 
#999;line-height: 20px;"> Apache InLong is an effort undergoing incubation at 
The Apache Software Foundation (ASF), sponsored by the name of Apache TLP 
sponsor. Incubation is required of all newly accepted projects until a further 
review indicates that the infrastructure, communications, and decision making 
process have stabilized in a manner consistent with other successful ASF 
projects. While incubation status is n [...]
           </div>
           <div style="border-top: 1px solid #ccc;min-height: 60px;line-height: 
20px;text-align: center;font-family: Avenir-Medium;font-size: 14px;color: 
#999;display: flex;align-items: center;"><span>Copyright © 2019-2020 The Apache 
Software Foundation. Apache InLong, InLong, and its feather logo are trademarks 
of The Apache Software Foundation.</span></div>
         </div>`,
diff --git a/i18n/zh-CN/docusaurus-theme-classic/footer.json 
b/i18n/zh-CN/docusaurus-theme-classic/footer.json
index 94ee98e..1f3c5a7 100644
--- a/i18n/zh-CN/docusaurus-theme-classic/footer.json
+++ b/i18n/zh-CN/docusaurus-theme-classic/footer.json
@@ -1,6 +1,6 @@
 {
   "copyright": {
-    "message": "<div style=\"text-align: left;\">\n          <div>\n           
 <p style=\"font-family: Avenir-Medium;font-size: 14px;color: #999;line-height: 
20px;\">Apache InLong (incubating) is an effort undergoing incubation at The 
Apache Software Foundation (ASF), sponsored by Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent wit [...]
+    "message": "<div style=\"text-align: left;\">\n          <div>\n           
 <p style=\"font-family: Avenir-Medium;font-size: 14px;color: #999;line-height: 
20px;\"> Apache InLong is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the name of Apache TLP sponsor. 
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consi [...]
     "description": "The footer copyright"
   }
 }
\ No newline at end of file

Reply via email to