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

czweng pushed a commit to branch release-0.7
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/release-0.7 by this push:
     new 168e2c249 [docs] Add incubator footer for document (#2975)
168e2c249 is described below

commit 168e2c2497ef827c8f5466b8a8f5244a71e40f4e
Author: tsreaper <[email protected]>
AuthorDate: Fri Mar 8 11:50:41 2024 +0800

    [docs] Add incubator footer for document (#2975)
---
 docs/layouts/partials/docs/inject/footer.html  |  48 +++++++++++++++++++++++++
 docs/static/img/incubator_feather_egg_logo.png | Bin 0 -> 30207 bytes
 2 files changed, 48 insertions(+)

diff --git a/docs/layouts/partials/docs/inject/footer.html 
b/docs/layouts/partials/docs/inject/footer.html
new file mode 100644
index 000000000..e50ef2a57
--- /dev/null
+++ b/docs/layouts/partials/docs/inject/footer.html
@@ -0,0 +1,48 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<!--
+    Partial that on the footer of every page.
+-->
+
+<hr style="margin-top: 20px; border: 1px solid #e5e5e5;" />
+
+<table style="border-spacing: 10px;">
+    <tbody>
+    <tr>
+        <td style="width: 30%;">
+            <img src="{{ relURL "img/incubator_feather_egg_logo.png" }}" 
style="all: unset; width: 100%;">
+        </td>
+        <td>
+            Apache Paimon 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.
+        </td>
+    </tr>
+    <tr>
+        <td colspan="2">
+            Copyright &copy; 2023 The Apache Software Foundation. Apache 
Paimon, Paimon, and its feather logo are
+            trademarks of The Apache Software Foundation.
+        </td>
+    </tr>
+    </tbody>
+</table>
diff --git a/docs/static/img/incubator_feather_egg_logo.png 
b/docs/static/img/incubator_feather_egg_logo.png
new file mode 100644
index 000000000..338169e4d
Binary files /dev/null and b/docs/static/img/incubator_feather_egg_logo.png 
differ

Reply via email to