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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6284693  docs: add footer disclaim (#126)
6284693 is described below

commit 6284693790d0daae4cbe3205278ec7a7c6e81c88
Author: Jiacai Liu <d...@liujiacai.net>
AuthorDate: Mon Apr 29 21:25:06 2024 +0800

    docs: add footer disclaim (#126)
    
    Co-authored-by: tison <wander4...@gmail.com>
---
 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..ee82884 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 HoraeDB, HoraeDB, Apache, and its feather logo, 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: commits-unsubscr...@horaedb.apache.org
For additional commands, e-mail: commits-h...@horaedb.apache.org

Reply via email to