You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zh...@apache.org on 2022/06/13 11:18:19 UTC

[incubator-devlake-website] branch main updated: added ASF required content (#77)

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

zhangliang2022 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new e973091  added ASF required content (#77)
e973091 is described below

commit e97309196d3767f9f3bfc02f73a98df8c9f5bce2
Author: Yumeng Wang <yu...@merico.dev>
AuthorDate: Mon Jun 13 19:18:15 2022 +0800

    added ASF required content (#77)
---
 docusaurus.config.js | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 338ee93..2963f09 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -112,12 +112,16 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
               },
               {
                 label: 'Events',
-                to: 'https://www.apache.org/events/',
+                to: 'https://www.apache.org/events/current-event',
               },        
               {
                 label: 'Security',
                 to: 'https://www.apache.org/security/',
               },
+              {
+                label: 'Privacy',
+                to: 'https://privacy.apache.org/policies/privacy-policy-public.html',
+              },
               {
                 label: 'Sponsorship',
                 to: 'https://www.apache.org/foundation/sponsorship.html',
@@ -185,7 +189,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
         <div style="margin-top: 20px">
                 <img style="height:50px; margin-bottom: 10px; margin-top: 10px" alt="Apache Software Foundation" src= "/img/apache-incubator.svg" />
                 <p style="color: #fff;font-weight:400;text-align:left">Apache DevLake 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 necessarily a reflection of the c [...]
-                <div style="border-top: 1px solid #fff;min-height: 60px;line-height: 20px;text-align: center;font-family: Avenir-Medium;font-size: 14px;color: #fff;display: flex;align-items: center;"><span>Copyright ©${new Date().getFullYear()} Apache, Apache DevLake, DevLake, the Apache feather logo and the Apache DevLake project logo are trademarks of The Apache Software Foundation.</span></div>                
+                <div style="border-top: 1px solid #fff;min-height: 60px;line-height: 20px;text-align: center;font-family: Avenir-Medium;font-size: 14px;color: #fff;display: flex;align-items: center;"><span>Copyright ©${new Date().getFullYear()} Apache DevLake, DevLake, Apache, the Apache feather logo and the Apache DevLake project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</span></div>                
         `,
       },
       prism: {