aboutsummaryrefslogtreecommitdiff
path: root/docs/theme/extra
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2020-02-05 14:49:20 -0500
committerMichael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com>2020-02-06 12:54:38 -0500
commitdaf7ca2f3c4eec76559a41f98dcf206623b47ae1 (patch)
treee06debb8ba5601c67ac0b59dfbe0ed6728124708 /docs/theme/extra
parent2bbd57092fe5ad3fb9006aa762688fcbea6dfbaa (diff)
downloadmeson-daf7ca2f3c4eec76559a41f98dcf206623b47ae1.zip
meson-daf7ca2f3c4eec76559a41f98dcf206623b47ae1.tar.gz
meson-daf7ca2f3c4eec76559a41f98dcf206623b47ae1.tar.bz2
html fs-module link
Diffstat (limited to 'docs/theme/extra')
-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 036c20f..ad8014e 100644
--- a/docs/theme/extra/templates/navbar_links.html
+++ b/docs/theme/extra/templates/navbar_links.html
@@ -5,7 +5,8 @@
Modules <span class="caret"></span>
</a>
<ul class="dropdown-menu" id="modules-menu">
- @for tup in (("Gnome-module.html","GNOME"), \
+ @for tup in (("Fs-module.html","Filesystem"), \
+ ("Gnome-module.html","GNOME"), \
("i18n-module.html","i18n"), \
("Pkgconfig-module.html","Pkgconfig"), \
("Python-module.html","Python"), \