You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by ti...@apache.org on 2022/06/06 08:34:09 UTC

[incubator-kvrocks-website] branch main updated: apache-incubator logo in absolute path

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 34a33aa  apache-incubator logo in absolute path
34a33aa is described below

commit 34a33aa4a383375830188f72ef01c687b949d669
Author: tison <wa...@gmail.com>
AuthorDate: Mon Jun 6 16:33:55 2022 +0800

    apache-incubator logo in absolute path
    
    Signed-off-by: tison <wa...@gmail.com>
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4d7c97d..50dbf49 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -137,7 +137,7 @@ const config = {
         ],
         copyright:  `
         <div style="margin-top: 20px">
-                <img style="height:50px; margin-bottom: 10px; margin-top: 10px" alt="Apache Software Foundation" src= "img/apache-incubator.svg" />
+                <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 Kvrocks 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 Kvrocks, Kvrocks, the Apache feather logo and the Apache Kvrocks project logo are trademarks of The Apache Software Foundation.</span></div>                
         `,