This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3c81cfe remove the incubator tag in footer
3c81cfe is described below
commit 3c81cfef043f1e9c1ba853b1a2f8753d98d90d6d
Author: Junfan Zhang <[email protected]>
AuthorDate: Fri Sep 19 14:10:34 2025 +0800
remove the incubator tag in footer
---
docusaurus.config.js | 8 --------
1 file changed, 8 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f1b9474..1eaabe8 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -145,15 +145,7 @@ const config = {
],
},
],
- logo: {
- alt: 'Apache Incubator logo',
- src: 'img/apache-incubator.svg',
- href: 'https://incubator.apache.org/'
- },
copyright: `<div style="text-align: left;">
- <div>
- <p style="font-family: Avenir-Medium;font-size: 14px;color:
#999;line-height: 20px;"> Apache Uniffle 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 necess [...]
- </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 © ${new
Date().getFullYear()} The Apache Software Foundation. Apache Uniffle, Uniffle,
and its feather logo are trademarks of The Apache Software
Foundation.</span></div>
</div>`,
},