From 129b90b506a2accc02c0ec46b24971ff1a51f980 Mon Sep 17 00:00:00 2001 From: Erik van Dam Date: Mon, 11 Mar 2019 22:22:40 +0100 Subject: [PATCH] Enable search for docs --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b6cdb2afd5..868f1f292b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -20,13 +20,13 @@ module.exports = { editLinks: true, // "Edit this page" at the bottom of each page lastUpdated: 'Last Updated', // "Last Updated" at the bottom of each page repo: 'nuwave/lighthouse', // Github repo - docsDir: 'docs/', // Github repo docs folder + docsDir: 'docs/', // Github repo docs folder versions: { latest: versioning.versions.latest, selected: versioning.versions.latest, all: versioning.versions.all }, - search: false, + search: true, nav: [ { text: `Docs`,