We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5f93b commit edfbcf9Copy full SHA for edfbcf9
doc/_templates/layout.html
@@ -24,3 +24,14 @@
24
{{ super() }}
25
{% endif %}
26
{% endblock %}
27
+
28
+<!-- Add banner to all pages! -->
29
+{%- block scripts_end %}
30
+{{ super() }}
31
+<script>
32
+ $(document).ready(function () {
33
+ const content = $('<div class="alert-info">Help us improve our documentation answering this <a href="https://docs.google.com/forms/d/e/1FAIpQLSdm98VJvKad6V7V-s6Dg5vk34Dyc17fnFBtAOBcaaQ7In7eUw/viewform">~2min survey</a></div>')
34
+ $('#banner').append(content);
35
+ })
36
+</script>
37
+{%- endblock %}
0 commit comments