Skip to content

Commit 87d6d8c

Browse files
committed
add HTML landing page link
1 parent 21a86f5 commit 87d6d8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

layouts/components/packages/documentation.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ <h3>Documentation</h3>
3131
<% if @package[:repo] != "workflows/" %>
3232
<tr>
3333
<td>Reference Manual</td>
34+
<td>
35+
<a href="../manuals/<%=@package[:Package]%>/man/<%=@package[:Package]%>.html">HTML</a>
36+
</td>
3437
<td>
3538
<a href="../manuals/<%=@package[:Package]%>/man/<%=@package[:Package]%>.pdf">PDF</a>
3639
</td>

0 commit comments

Comments
 (0)