]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Add a Ceph Foundation footer to docs.ceph.com 52802/head
authorDan van der Ster <dan.vanderster@clyso.com>
Thu, 3 Aug 2023 23:10:38 +0000 (16:10 -0700)
committerDan van der Ster <dan.vanderster@clyso.com>
Thu, 3 Aug 2023 23:28:42 +0000 (16:28 -0700)
Add an info box to the footer of every docs page inviting visitors
to support the Ceph Foundation.

Signed-off-by: Dan van der Ster <dan.vanderster@clyso.com>
doc/_templates/page.html

index 3fd83b623b4ad9a4ef0a37abcb7dacf540cda59b..0783fb27b742619bf4b5475c4f37b455097d6723 100644 (file)
 {%- endif %}
 
   {{ super() }}
+
+<div id="support-the-ceph-foundation" class="admonition note">
+  <p class="first admonition-title">Brought to you by the Ceph Foundation</p>
+  <p class="last">The Ceph Documentation is a community resource funded and hosted by the non-profit <a href="https://ceph.io/en/foundation/">Ceph Foundation</a>. If you would like to support this and our other efforts, please consider <a href="https://ceph.io/en/foundation/join/">joining now</a>.</p>
+</div>
+
 {% endblock %}