Skip to content

Commit

Permalink
fix: podling website check (#1838)
Browse files Browse the repository at this point in the history
fix: website podling check

Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx authored Apr 2, 2023
1 parent 5787e99 commit fbd5e5c
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Website
# Apache OpenDAL Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

Expand Down
10 changes: 7 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ const config = {
label: 'Events',
to: 'https://www.apache.org/events/current-event'
},
{
label: 'Privacy',
to: 'https://privacy.apache.org/policies/privacy-policy-public.html'
},
{
label: 'Security',
to: 'https://www.apache.org/security/'
Expand Down Expand Up @@ -182,11 +186,11 @@ const config = {
style: 'light',
logo: {
alt: 'Apache Software Foundation',
src: 'https://www.apache.org/foundation/press/kit/asf_logo.png',
src: './img/incubator.svg',
href: 'https://www.apache.org/',
width: 150,
width: 200,
},
copyright: `Copyright © 2022-${new Date().getFullYear()}, The Apache Software Foundation Apache OpenDAL, OpenDAL, Apache, the Apache feather, and the Apache OpenDAL project logo are either registered trademarks or trademarks of the Apache Software Foundation.`,
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, 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
155 changes: 155 additions & 0 deletions website/static/img/incubator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fbd5e5c

Please sign in to comment.