Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add footer disclaim #126

Merged
merged 2 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@
display: none;
}
}

footer {
text-align: center;
padding: 3px;
font-size: 0.7em;
}
10 changes: 9 additions & 1 deletion docs/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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 that the project has yet to be fully endorsed by the ASF. </p>
<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}}
Expand Down Expand Up @@ -404,6 +413,5 @@
})();
</script>


</body>
</html>