From c6005948e684e7f0c2d176f7dfc9a27607c4b5b7 Mon Sep 17 00:00:00 2001 From: Andrew Salib Date: Wed, 13 Feb 2019 09:26:26 +1100 Subject: [PATCH] Disable Search For Each Page This allows Navbar.vue in the default theme to not display the search bar on a page-by-page basis, by reading the search attribute of frontmatter. --- packages/@vuepress/theme-default/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/theme-default/components/Navbar.vue b/packages/@vuepress/theme-default/components/Navbar.vue index 86565a03b3..7257c00fa9 100644 --- a/packages/@vuepress/theme-default/components/Navbar.vue +++ b/packages/@vuepress/theme-default/components/Navbar.vue @@ -30,7 +30,7 @@ v-if="isAlgoliaSearch" :options="algolia" /> - +