This is an automated email from the ASF dual-hosted git repository.

weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4233547  add Apache Software Foundation link (#10)
4233547 is described below

commit 4233547df325deb96f6f4d585fe548fc31acb168
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Thu Mar 14 10:07:43 2024 +0800

    add Apache Software Foundation link (#10)
---
 _includes/footer_custom.html |  3 +++
 asf.md                       | 22 ++++++++++++++++++++++
 contact-us.md                |  2 +-
 images/apache-incubator.svg  |  1 +
 index.md                     |  2 +-
 release.md                   |  2 +-
 6 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html
index 8dc4b21..0fa9b88 100644
--- a/_includes/footer_custom.html
+++ b/_includes/footer_custom.html
@@ -1,4 +1,7 @@
 {%- if site.footer_content -%}
+  <a  href="https://incubator.apache.org/";>
+    <img 
src="https://github.com/apache/incubator-gluten-site/blob/main/images/apache-incubator.svg"/>
+  </a>
   <p class="text-small text-grey-dk-100 mb-0">Copyright © 2024 The Apache 
Software Foundation, Licensed under the Apache License, Version 2.0.
 Apache Gluten, Gluten, Apache, the Apache feather logo, and the Apache Gluten 
project logo are either registered trademarks or trademarks of the Apache 
Software Foundation in the United States and/or other countries.</p>
   <p class="text-small text-grey-dk-100 mb-0">Apache Gluten 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 o [...]
diff --git a/asf.md b/asf.md
new file mode 100644
index 0000000..452a38a
--- /dev/null
+++ b/asf.md
@@ -0,0 +1,22 @@
+---
+layout: page
+title: Apache Software Foundation
+nav_order: 6
+permalink: /asf/
+---
+
+[Apache Software Foundation(ASF)](https://www.apache.org/)
+
+[License](https://www.apache.org/licenses/)
+
+[Event](https://www.apache.org/events/current-event.html)
+
+[Sponsorship](https://www.apache.org/foundation/sponsorship.html)
+
+[Thanks](https://www.apache.org/foundation/thanks.html)
+
+[Security](https://www.apache.org/security/)
+
+[Privacy](https://privacy.apache.org/policies/privacy-policy-public.html)
+
+
diff --git a/contact-us.md b/contact-us.md
index 61172ec..a63c9e2 100644
--- a/contact-us.md
+++ b/contact-us.md
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: Contact Us
-nav_order: 12
+nav_order: 5
 ---
 # Contact Us
 
diff --git a/images/apache-incubator.svg b/images/apache-incubator.svg
new file mode 100644
index 0000000..dc152b4
--- /dev/null
+++ b/images/apache-incubator.svg
@@ -0,0 +1 @@
+{"payload":{"allShortcutsEnabled":false,"fileTree":{"static/img":{"items":[{"name":"benchmarks","path":"static/img/benchmarks","contentType":"directory"},{"name":"apache-incubator.svg","path":"static/img/apache-incubator.svg","contentType":"file"},{"name":"case1.png","path":"static/img/case1.png","contentType":"file"},{"name":"case2.png","path":"static/img/case2.png","contentType":"file"},{"name":"favicon.ico","path":"static/img/favicon.ico","contentType":"file"},{"name":"fury_banner.png
 [...]
\ No newline at end of file
diff --git a/index.md b/index.md
index 9e5cc24..a327752 100644
--- a/index.md
+++ b/index.md
@@ -36,7 +36,7 @@ The basic rule of Gluten's design is that we would reuse 
spark's whole control f
 ## 1.3 Target User
 
 Gluten's target user is anyone who wants to accelerate SparkSQL fundamentally. 
As a plugin to Spark, Gluten doesn't require any change for dataframe API or 
SQL query, but only requires user to make correct configuration.
-See Gluten configuration properties 
[here](https://github.com/oap-project/gluten/blob/main/docs/Configuration.md).
+See Gluten configuration properties 
[here](https://github.com/apache/incubator-gluten-site/blob/main/docs/VeloxBuildGuide.md).
 
 ## 1.4 References
 
diff --git a/release.md b/release.md
index f8930ae..854f21e 100644
--- a/release.md
+++ b/release.md
@@ -1,7 +1,7 @@
 ---
 layout: page
 title: Gluten Release
-nav_order: 11
+nav_order: 4
 ---
 
 [Gluten](https://github.com/oap-project/gluten) is a plugin for Apache Spark 
to double SparkSQL's performance.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to