aboutsummaryrefslogtreecommitdiff
path: root/docs/theme
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-06-16 22:11:07 -0400
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-06-17 11:28:01 +0200
commitfbeb62101cc1ce1ebc0203e7be507a1a03280100 (patch)
tree632991377265f2a833425b9fea028e9a0feb4e35 /docs/theme
parentb6d754a40c618fe280af8f8527add2078a261a72 (diff)
downloadmeson-fbeb62101cc1ce1ebc0203e7be507a1a03280100.zip
meson-fbeb62101cc1ce1ebc0203e7be507a1a03280100.tar.gz
meson-fbeb62101cc1ce1ebc0203e7be507a1a03280100.tar.bz2
doc: Add missing modules to dropdown list
Diffstat (limited to 'docs/theme')
-rw-r--r--docs/theme/extra/templates/navbar_links.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html
index 06933c5..904a499 100644
--- a/docs/theme/extra/templates/navbar_links.html
+++ b/docs/theme/extra/templates/navbar_links.html
@@ -13,6 +13,7 @@
("Fs-module.html","Filesystem"), \
("Gnome-module.html","GNOME"), \
("Hotdoc-module.html","Hotdoc"), \
+ ("i18n-module.html","i18n"), \
("Icestorm-module.html","Icestorm"), \
("Keyval-module.html","Keyval"), \
("Pkgconfig-module.html","Pkgconfig"), \
@@ -20,11 +21,12 @@
("Python-module.html","Python"), \
("Qt4-module.html","Qt4"), \
("Qt5-module.html","Qt5"), \
+ ("Qt6-module.html","Qt6"), \
("RPM-module.html","RPM"), \
("Rust-module.html","Rust"), \
+ ("Simd-module.html","Simd"), \
("SourceSet-module.html","SourceSet"), \
- ("Windows-module.html","Windows"), \
- ("i18n-module.html","i18n")]:
+ ("Windows-module.html","Windows")]:
<li>
<a href="@tup[0]">@tup[1]</a>
</li>