summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/templates/thread.tmpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/share/templates/thread.tmpl b/share/templates/thread.tmpl
index 87d76e4..d18cd52 100644
--- a/share/templates/thread.tmpl
+++ b/share/templates/thread.tmpl
@@ -51,7 +51,8 @@
[% END %][% END %]
\h2[Development]
- \link[todo.html][To-do list][% IF vcs.github %] \break
+ \link[todo.html][To-do list][% FOREACH doc IN docs.developer %] \break
+ \doc[[% doc.name %].html][[% doc.title %]][% END %][% IF vcs.github %] \break
\link[https://github.com/[% vcs.github %]]
[GitHub][% END %][% IF support.github %] \break
\link[https://github.com/[% support.github %]/issues]
@@ -151,7 +152,8 @@ also \link[[% vcs.browse %]][browse the current development source].
[% END %][% END %]
Developer documentation:
- \doc[todo.html][To-do list][% IF vcs.github %]
+ \doc[todo.html][To-do list][% FOREACH doc IN docs.developer %]
+ \doc[[% doc.name %].html][[% doc.title %]][% END %][% IF vcs.github %]
\doc[https://github.com/[% vcs.github %]]
[GitHub][% END %][% IF support.github %]
\doc[https://github.com/[% support.github %]/issues]
@@ -188,7 +190,8 @@ Security advisories:
[% END %][% END %]
Developer documentation:
-\doc[todo.html][To-do list][% IF vcs.github %]
+\doc[todo.html][To-do list][% FOREACH doc IN docs.developer %]
+ \doc[[% doc.name %].html][[% doc.title %]][% END %][% IF vcs.github %]
\doc[https://github.com/[% vcs.github %]]
[GitHub][% END %][% IF support.github %]
\doc[https://github.com/[% support.github %]/issues]