diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-29 21:18:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-29 21:18:26 +0300 |
| commit | b86f2fd17f1f0825e16b1df2b1f3f598c0d77b85 (patch) | |
| tree | e005f958d9a87590fc0a05c88314ed0f160b10a6 /docs/theme/extra | |
| parent | 28c1f31d7e2b46a8473d8ebe8f029fb7602fde09 (diff) | |
| parent | 1ea743a0bfd5ab3ab74009fdd0fb2db64e8e79d8 (diff) | |
| download | meson-b86f2fd17f1f0825e16b1df2b1f3f598c0d77b85.tar.gz | |
Merge pull request #4016 from thiblahute/hotdoc
modules: Add an 'hotdoc' module
Diffstat (limited to 'docs/theme/extra')
| -rw-r--r-- | docs/theme/extra/templates/navbar_links.html | 3 |
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 2edce2489..c9cba131d 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> |
