diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2020-02-05 14:49:20 -0500 |
---|---|---|
committer | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | 2020-02-06 12:54:38 -0500 |
commit | daf7ca2f3c4eec76559a41f98dcf206623b47ae1 (patch) | |
tree | e06debb8ba5601c67ac0b59dfbe0ed6728124708 | |
parent | 2bbd57092fe5ad3fb9006aa762688fcbea6dfbaa (diff) | |
download | meson-daf7ca2f3c4eec76559a41f98dcf206623b47ae1.zip meson-daf7ca2f3c4eec76559a41f98dcf206623b47ae1.tar.gz meson-daf7ca2f3c4eec76559a41f98dcf206623b47ae1.tar.bz2 |
html fs-module link
-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 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"), \ |