Skip to content

Commit

Permalink
Use the "Get involved page" from main websire
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Feb 1, 2025
1 parent 9f99a74 commit b5dfc0a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions themes/rtd_qgis/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
<!-- Add a button to help instruct contributors-->
{% block breadcrumbs_aside %}
{% if not meta or meta.get('github_url') != 'hide' %}
<li style="float: right; text-align: right;">
<li style="float: right; text-align: right;">
<ul>
{{ super() }}
</ul>

<!-- Add a button to guide potential contributors -->
<style>
.qgis-edit-guidelines {
font-size: 14px;
Expand All @@ -21,9 +21,12 @@
}
}
</style>
<!-- To do: add a more generic page for contributing in QGIS docs to keep users in the same website
<a class="qgis-edit-guidelines" href="https://docs.qgis.org/{{ version }}/{{ language }}/docs/documentation_guidelines/index.html">
-->
<a class="qgis-edit-guidelines" href=" https://qgis.org/community/involve/">
Learn how to contribute!
</a>
</li>
</li>
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit b5dfc0a

Please sign in to comment.