mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00

modified: config/sphinx-build/_static/_templates/theme/relbar2.html modified: config/sphinx-build/conf.py
16 lines
809 B
HTML
16 lines
809 B
HTML
<div class="md-relbar2__inner md-grid">
|
|
<div class="md-content">
|
|
<article class="md-content__inner md-typeset" role="main">
|
|
<h4>Get Expert Help </h4>
|
|
<p>If you need assistance, visit the <a class="reference external" href="https://forums.percona.com/c/mongodb/percona-server-for-mongodb/17?utm_campaign=Doc%20pages" target="_blank">community forum</a> for comprehensive and free database knowledge.</p>
|
|
<p>Contact our <a class="reference external" href="https://www.percona.com/about/contact">Percona Database Experts</a> for professional support and services.</p>
|
|
<hr>
|
|
{# Add the last updated timestamp from git commits using gitstamp extension #}
|
|
{%- if gitstamp %} <small> Last update: {{gitstamp}} </small>
|
|
{%- endif %}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
|
|
|