Skip to content

Commit 21f92e4

Browse files
authored
Add a link to doc writing guidelines to the header (godotengine#5947)
1 parent a52f5eb commit 21f92e4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

_templates/breadcrumbs.html

+17
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,22 @@
33
{% block breadcrumbs_aside %}
44
{% if not meta or meta.get('github_url') != 'hide' %}
55
{{ super() }}
6+
7+
<style>
8+
.godot-edit-guidelines {
9+
font-size: 14px;
10+
float: right;
11+
clear: both;
12+
}
13+
14+
@media screen and (max-width: 480px) {
15+
.godot-edit-guidelines {
16+
display: none;
17+
}
18+
}
19+
</style>
20+
<a class="godot-edit-guidelines" href="https://docs.godotengine.org/en/latest/community/contributing/index.html#writing-documentation">
21+
Learn how to contribute!
22+
</a>
623
{% endif %}
724
{% endblock %}

0 commit comments

Comments
 (0)