From 21f92e43d6e16f64d5fddd9945aa80555fda9d29 Mon Sep 17 00:00:00 2001 From: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> Date: Tue, 19 Jul 2022 00:42:20 +0300 Subject: [PATCH] Add a link to doc writing guidelines to the header (#5947) --- _templates/breadcrumbs.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/_templates/breadcrumbs.html b/_templates/breadcrumbs.html index 804ad69e6..0a60a7a1f 100644 --- a/_templates/breadcrumbs.html +++ b/_templates/breadcrumbs.html @@ -3,5 +3,22 @@ {% block breadcrumbs_aside %} {% if not meta or meta.get('github_url') != 'hide' %} {{ super() }} + + + + Learn how to contribute! + {% endif %} {% endblock %}