From fb95da805f9f2f382b83f1ac533cb97088549004 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 15 May 2014 12:42:30 +0100 Subject: [PATCH] Document the show_switch configuration item in README. --- doc/README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/README.markdown b/doc/README.markdown index 49d415d..667cf4f 100644 --- a/doc/README.markdown +++ b/doc/README.markdown @@ -75,6 +75,7 @@ possible options: show_lang: true, /* true, false: show/hide language menu */ show_sort: true, /* true, false: show/hide sort menu */ show_perpage: true, /* true, false: show/hide perpage menu */ + show_switch: true, /* true, false: show/hide switch menu */ lang_options: ["en", "de", "da"], /* display languages links for given languages, [] for all */ facets: ["xtargets", "subject", "author"], -- 1.7.10.4