diff --git a/docs.scrbl b/docs.scrbl index 1df64dd..4001003 100644 --- a/docs.scrbl +++ b/docs.scrbl @@ -183,6 +183,7 @@ Here is an example configuration file. It shows all the available settings and a @verbatim{ canonical_origin = debug = false +feature_search_suggestions = true log_outgoing = true port = 10416 strict_proxy = true @@ -235,6 +236,12 @@ Enables debugging mode, for debugging BreezeWiki during development. Enables more runtime checks and more verbose output. Turns off some browser caching. } +@defthing[feature_search_suggestions boolean #:value "true"]{ +Enables the search suggestions feature. + +When enabled, any text typed in the search box will be sent to Fandom servers in order to provide suggestions. It will be sent via the proxy if the strict_proxy option is set. +} + @defthing[log_outgoing boolean #:value "true"]{ Whether to log outgoing requests to Fandom to the console. }