From aeaa567ce0d6abbfb0bafbcdc661c79195fa06ed Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Mon, 27 Feb 2023 15:06:57 +0000 Subject: [PATCH] update documentation for algolia search --- exampleSite/config/_default/params.toml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 630de72..b1200e2 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -13,7 +13,7 @@ defaultLightingMode = "auto" # other possible values: "dark", "light" # sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable. -codeMaxLines = 7 +codeMaxLines = 10 # show/hide line numbers by default. Switch to `true` if you'd rather have them on. showLineNumbers = false @@ -28,7 +28,7 @@ on = true # Site logo [search.algolia] -enable = true # if false search will default to fusejs +enable = false # if false search will default to fusejs id = "Q40WQQX84U" # Application ID index = "compose" # Index name key = "da87401a458102ec6bbd6cc5e5cf8d95" # Search-Only API Key -- Gitblit v1.10.0