This is an automated email from the ASF dual-hosted git repository.
loogn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/geaflow-website.git
The following commit(s) were added to refs/heads/main by this push:
new 595e005 feat: update footer (#8)
595e005 is described below
commit 595e005bfa4111105799ef233709e3c7b54c8595
Author: lkm_cc <[email protected]>
AuthorDate: Fri Oct 17 14:49:57 2025 +0800
feat: update footer (#8)
* feat: update footer
* fix: name
* fix: copyright
---
docusaurus.config.ts | 51 +++++++++----------------------------------------
static/img/asf_logo.svg | 1 +
2 files changed, 10 insertions(+), 42 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index dac221e..de0d7f3 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: `<br><p><a href="https://geaflow.apache.org/">Apache
Geaflow</a> is an effort undergoing incubation at The <a
href="https://www.apache.org/">Apache Software Foundation (ASF)</a>, 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 [...]
+ <p>Copyright © ${new Date().getFullYear()} The Apache
Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+ <p>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.</p>`,
},
} satisfies Preset.ThemeConfig,
headTags: [
diff --git a/static/img/asf_logo.svg b/static/img/asf_logo.svg
new file mode 100644
index 0000000..1b4c364
--- /dev/null
+++ b/static/img/asf_logo.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 473.26
110.22"><defs><style>.cls-1,.cls-2{fill:#fff;}.cls-1{fill-rule:evenodd;}</style></defs><g
id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer
1"><polygon class="cls-1" points="445.81 13.29 467.03 13.29 467.03 15.29 448.03
15.29 448.03 27.09 465.11 27.09 465.11 29.09 448.03 29.09 448.03 41.1 467.24
41.1 467.24 43.11 445.81 43.11 445.81 13.29"/><polygon class="cls-1"
points="377.65 13.29 379.86 13.29 379.86 27.13 3 [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]