aboutsummaryrefslogtreecommitdiff
path: root/docs/theme/extra/templates
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-08-17 20:13:08 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-08-28 18:18:40 -0300
commit1ea743a0bfd5ab3ab74009fdd0fb2db64e8e79d8 (patch)
tree176c6d23d7729337a16828066b4d6c68c1d37fcb /docs/theme/extra/templates
parent6f72473b2457ecd449259dc6c283976cea8f0e13 (diff)
downloadmeson-1ea743a0bfd5ab3ab74009fdd0fb2db64e8e79d8.zip
meson-1ea743a0bfd5ab3ab74009fdd0fb2db64e8e79d8.tar.gz
meson-1ea743a0bfd5ab3ab74009fdd0fb2db64e8e79d8.tar.bz2
hotdoc: Add documentation
Diffstat (limited to 'docs/theme/extra/templates')
-rw-r--r--docs/theme/extra/templates/navbar_links.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html
index 2edce24..c9cba13 100644
--- a/docs/theme/extra/templates/navbar_links.html
+++ b/docs/theme/extra/templates/navbar_links.html
@@ -13,7 +13,8 @@
("Qt4-module.html","Qt4"), \
("Qt5-module.html","Qt5"), \
("RPM-module.html","RPM"), \
- ("Windows-module.html","Windows")):
+ ("Windows-module.html","Windows"), \
+ ("Hotdoc-module.html","Hotdoc")):
<li>
<a href="@tup[0]">@tup[1]</a>
</li>