This is an automated email from the ASF dual-hosted git repository. chibenwa pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/james-site.git
commit 2a786a7e54e1dd4a2a059ca63eeba1f9d19b7afd Author: Benoit TELLIER <[email protected]> AuthorDate: Mon Aug 24 00:34:25 2026 +0700 [DOC] Use a footer for ASF compulsory links - like cassandra --- doc-sites/ui-overrides/img/feather-small.png | Bin 0 -> 7087 bytes doc-sites/ui-overrides/partials/footer-content.hbs | 17 +++++++++++++++++ docs/modules/ROOT/nav.adoc | 8 -------- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/doc-sites/ui-overrides/img/feather-small.png b/doc-sites/ui-overrides/img/feather-small.png new file mode 100644 index 000000000..88341211e Binary files /dev/null and b/doc-sites/ui-overrides/img/feather-small.png differ diff --git a/doc-sites/ui-overrides/partials/footer-content.hbs b/doc-sites/ui-overrides/partials/footer-content.hbs new file mode 100644 index 000000000..a0d6166ae --- /dev/null +++ b/doc-sites/ui-overrides/partials/footer-content.hbs @@ -0,0 +1,17 @@ +<footer class="footer"> + <img src="{{{uiRootPath}}}/img/feather-small.png" alt="Apache Software Foundation feather" + width="31" height="48" style="float: left; margin: 0 1rem 0.5rem 0;"> + <p class="asf-menu"> + <a href="https://www.apache.org/">ASF</a> · + <a href="https://www.apache.org/foundation/getinvolved.html">Get Involved</a> · + <a href="https://www.apache.org/foundation/faq.html">FAQ</a> · + <a href="https://www.apache.org/licenses/">License</a> · + <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> · + <a href="https://www.apache.org/foundation/thanks.html">Thanks</a> · + <a href="https://www.apache.org/security/">Security</a> + </p> + <p>© 2006-{{year}} The Apache Software Foundation under the terms of the + <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. + Apache, the Apache feather logo, Apache James, James, and the Apache James logo, + are either registered trademarks or trademarks of The Apache Software Foundation.</p> +</footer> diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index d37cb4e38..682c37f61 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -7,12 +7,4 @@ ** xref:building-the-website.adoc[] ** xref:release.adoc[] ** xref:support.adoc[] -** Apache Software Foundation -*** https://www.apache.org/[ASF] -*** https://www.apache.org/foundation/getinvolved.html[Get involved] -*** https://www.apache.org/foundation/faq.html[FAQ] -*** https://www.apache.org/licenses/[Licenses] -*** https://www.apache.org/security/[Security] -*** https://www.apache.org/foundation/sponsorship.html[Sponsorship] -*** https://www.apache.org/foundation/thanks.html[Thanks] ** xref:persona.adoc[] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
