diff --git a/docusaurus.config.js b/docusaurus.config.js index 034f8900b..fb91717f2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -303,9 +303,9 @@ var _hmt = _hmt || []; }, ], logo: { - alt: "Apache Software Foundation", - src: "img/asf_logo_wide_small.png", - href: "https://www.apache.org/", + alt: "Apache Incubator", + src: "img/incubator_feather_egg_logo_sm.png", + href: "https://incubator.apache.org/", }, copyright: `
Apache Casbin (Incubating) 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 that the project has yet to be fully endorsed by the ASF.
Copyright © ${new Date().getFullYear()} The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
`, }, diff --git a/static/img/asf_logo_wide_small.png b/static/img/asf_logo_wide_small.png deleted file mode 100644 index 865de1721..000000000 Binary files a/static/img/asf_logo_wide_small.png and /dev/null differ diff --git a/static/img/incubator_feather_egg_logo_sm.png b/static/img/incubator_feather_egg_logo_sm.png new file mode 100644 index 000000000..759252f00 Binary files /dev/null and b/static/img/incubator_feather_egg_logo_sm.png differ