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

jiacai2050 pushed a commit to branch feat-footer
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-docs.git

commit f73810af463dc0d04583582f5b02b7f0ddd9a32a
Author: jiacai2050 <[email protected]>
AuthorDate: Mon Apr 29 20:33:14 2024 +0800

    docs: add footer disclaim
---
 docs/style.css       |  6 ++++++
 docs/theme/index.hbs | 10 +++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/docs/style.css b/docs/style.css
index 5cb20e5..4c4f16d 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -46,3 +46,9 @@
         display: none;
     }
 }
+
+footer {
+  text-align: center;
+  padding: 3px;
+  font-size: 0.7em;
+}
diff --git a/docs/theme/index.hbs b/docs/theme/index.hbs
index b3453ce..cea8f7d 100644
--- a/docs/theme/index.hbs
+++ b/docs/theme/index.hbs
@@ -241,6 +241,15 @@
                 {{/next}}
             </nav>
 
+        <footer>
+          <div>
+            <p> Apache HoraeDB 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  [...]
+            <p>
+              Copyright © 2024 The Apache Software Foundation, Licensed under 
the Apache License, Version 2.0. <br/>
+              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.
+            </p>
+          </div>
+        </footer>
         </div>
 
         {{#if live_reload_endpoint}}
@@ -404,6 +413,5 @@
         })();
         </script>
 
-
     </body>
 </html>


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

Reply via email to