From 13584878c23146c7093c8d1b9150ff9a98d28c8b Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 14 Nov 2019 00:23:01 +0100 Subject: Polish multilang mode, update docs --- exampleSite/config.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'exampleSite/config.yaml') diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 6db35ed..3d8dedc 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -59,12 +59,6 @@ params: # - In blog posts BookDateFormat: 'Jan 2, 2006' - # (Optional, default true) Enables search function with lunr.js, + # (Optional, default true) Enables search function with flexsearch, # Index is built on fly, therefore it might slowdown your website. BookSearch: true - - # (Optional, default {}) Search config for flexsearch index. - # Read documentation at https://github.com/nextapps-de/flexsearch#usage. By default 'balance' preset is used. - # This option allows to set specific configs for languages support. Must be valid JavaScript object. - BookSearchConfig: | - { cache: true } -- cgit v1.2.3