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

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git


The following commit(s) were added to refs/heads/main by this push:
     new bab16bd86 Remove incubator discliamer (#67)
bab16bd86 is described below

commit bab16bd8666636fd19663c79ab5ef5ad325f5828
Author: Justin Mclean <[email protected]>
AuthorDate: Thu May 22 15:30:37 2025 +0800

    Remove incubator discliamer (#67)
---
 docusaurus.config.ts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 6f48999d4..deddd227b 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -195,16 +195,7 @@ const config: Config = {
     footer: {
       style: 'dark',
       links: [],
-      logo: {
-        width: 200,
-        src: "/img/apache-incubator.svg",
-        href: "https://incubator.apache.org/";,
-        alt: "Apache Incubator logo"
-      },
       copyright: `<div>
-      <p>
-        Apache ${projectName} 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 completeness or stability of the 
code, it does indicate t [...]
-      </p>
       <p>
         Copyright © ${new Date().getFullYear()} The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0. <br/>
         Apache Gravitino, the names of other Apache projects, and the ASF logo 
are either registered trademarks or trademarks of the Apache Software 
Foundation in the United States and/or other countries.

Reply via email to