Skip to content

Commit 036bfa1

Browse files
authored
feat: Add GitHub repository link to documentation sidebar (#14496)
1 parent 4dc82d6 commit 036bfa1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/_templates/layout.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "!layout.html" %}
2+
{% block sidebartitle %}
3+
{{ super() }}
4+
<a href="https://github.com/pyca/cryptography" style="display:block;margin-top:8px;text-align:center;">View on GitHub</a>
5+
{% endblock %}

0 commit comments

Comments
 (0)