From 25f96ac6031ed5741d79a8f9159d87515f753751 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 19 Feb 2019 18:31:05 +0100 Subject: Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 01303a9..6afaae4 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ wiki_folder: docs use_github_wiki: false # (boolean) Enable "Edit with Prose.io" button in tools, it's a 3rd party # service to edit github markdown pages easily -use_prose_io: true +use_prose_io: false # Select search_engine component from: # - js: it uses a built in javascript component that uses generated js object # - js_rss: it uses a built in javascript component that uses generated sitemap_full.xml to search inside your wiki with lunr library (slow and experimental) -- cgit