diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index dac221e77..de0d7f31d 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -185,48 +185,15 @@ const config: Config = {
},
footer: {
style: 'dark',
- links: [
- {
- title: 'Docs',
- items: [
- {
- label: 'Quick Start',
- to: 'docs/quick_start/quick_start',
- },
- {
- label: 'Deployment',
- to: 'docs/deploy/install_guide',
- },
- ],
- },
- {
- title: 'Community',
- items: [
- {
- label: 'Contribute',
- to: 'community/how_to_contribute',
- },
- {
- label: 'Realease',
- to: 'community/how_to_release',
- }
- ],
- },
- {
- title: 'More',
- items: [
- {
- label: 'TuGraph',
- href: 'https://tugraph.tech',
- },
- {
- label: 'GitHub',
- href: 'https://github.com/apache/geaflow',
- },
- ],
- },
- ],
- // copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
+ logo: {
+ width: 200,
+ src: "img/asf_logo.svg",
+ href: "https://incubator.apache.org/",
+ alt: "Apache Incubator logo"
+ },
+ copyright: `
Apache Geaflow 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.
`, }, } satisfies Preset.ThemeConfig, headTags: [ diff --git a/static/img/asf_logo.svg b/static/img/asf_logo.svg new file mode 100644 index 000000000..1b4c36433 --- /dev/null +++ b/static/img/asf_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file