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 abf4454 commit 9f33df7Copy full SHA for 9f33df7
source/conf.py
@@ -32,6 +32,7 @@
32
""".format(release_date)
33
34
edit_on_github_project = 'nginx/unit-docs'
35
+edit_on_github_discussion = 'nginx/unit'
36
edit_on_github_branch = 'master'
37
38
exclude_patterns = ['include']
source/theme/layout.html
@@ -121,6 +121,9 @@ <h1>
121
{% if edit_on_github_url %}
122
<div class="nxt_github_link"><a href="{{ edit_on_github_url }}"><div></div>Edit this page</a></div>
123
{% endif %}
124
+ {% if edit_on_github_url %}
125
+ <div class="nxt_github_link"><a href="https://github.com/nginx/unit/discussions/"><div></div>Discuss this software</a></div>
126
+ {% endif %}
127
<p id="footer">
128
© {{copyright}} <a href="https://www.nginx.com/">{{author}}</a>
129
</p>
0 commit comments