You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2022/05/06 03:03:46 UTC

[incubator-inlong-website] branch master updated: [INLONG-376][Doc]Modify Disclaimer and add Privacy link (#377)

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

gosonzhang 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 66df90815 [INLONG-376][Doc]Modify Disclaimer and add Privacy link (#377)
66df90815 is described below

commit 66df908154b249efda4508e0a7ec40525b66265e
Author: gosonzhang <46...@qq.com>
AuthorDate: Fri May 6 11:03:42 2022 +0800

    [INLONG-376][Doc]Modify Disclaimer and add Privacy link (#377)
---
 docusaurus.config.js                            | 6 +++++-
 i18n/zh-CN/docusaurus-theme-classic/footer.json | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 256779f84..55789d416 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -158,6 +158,10 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
                 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",
@@ -225,7 +229,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 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 [...]
+            <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 Apache 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 necessa [...]
           </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-2022 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 cc6da7da2..33e3c520d 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 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 [...]
+    "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 Apache 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 [...]
     "description": "The footer copyright"
   }
 }
\ No newline at end of file