summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2018-06-03 18:42:52 -0700
committerRuss Allbery <rra@cpan.org>2018-06-03 18:47:52 -0700
commit2aa26746ecef1904e2e7fb6869b0a27dcf7cda72 (patch)
tree6f4e6dbedab933ef4dd3e7a146c81cb85e6fb5d3 /share
parent11743e3a0711c6d7f074ec9eb9cd7191e8918a2e (diff)
Add support for additional developer doc links
Add support for additional developer documentation links in the thread output template.
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]