diff options
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 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"), \ |