Skip to content

Commit

Permalink
docs(website): update footer (#4008)
Browse files Browse the repository at this point in the history
website: update footer

Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx authored Jan 18, 2024
1 parent 521eb67 commit 2d6d416
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 158 deletions.
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ const config = {
style: 'light',
logo: {
alt: 'Apache Software Foundation',
src: './img/incubator.svg',
src: './img/asf_logo_wide.svg',
href: 'https://www.apache.org/',
width: 200,
width: 300,
},
copyright: `Apache OpenDAL (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. <br/><br/> Copyright © 2022-${new Date().getFullYear()}, The Apache Software Foundation. Apache OpenDAL, OpenDAL, Apache, Apache Incubator, the Apache feather, the Apache Incubator logo and the Apache OpenDAL project logo are either registered trademarks or trademarks of the Apache Software Foundation.`,
copyright: `Copyright © 2022-${new Date().getFullYear()}, The Apache Software Foundation<br/>Apache OpenDAL, OpenDAL, Apache, the Apache feather and the Apache OpenDAL project logo are either registered trademarks or trademarks of the Apache Software Foundation.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
Loading

0 comments on commit 2d6d416

Please sign in to comment.