diff options
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/settings/settings_plugins.rst | 3 | ||||
| -rw-r--r-- | docs/admin/settings/settings_ui.rst | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/admin/settings/settings_plugins.rst b/docs/admin/settings/settings_plugins.rst index a6baa6051..5d842887f 100644 --- a/docs/admin/settings/settings_plugins.rst +++ b/docs/admin/settings/settings_plugins.rst @@ -69,6 +69,9 @@ The built-in plugins are all located in the namespace `searx.plugins`. searx.plugins.calculator.SXNGPlugin: active: true + searx.plugins.infinite_scroll.SXNGPlugin: + active: false + searx.plugins.hash_plugin.SXNGPlugin: active: true diff --git a/docs/admin/settings/settings_ui.rst b/docs/admin/settings/settings_ui.rst index cbb134267..c953e4af5 100644 --- a/docs/admin/settings/settings_ui.rst +++ b/docs/admin/settings/settings_ui.rst @@ -12,7 +12,6 @@ ui: default_locale: "" query_in_title: false - infinite_scroll: false center_alignment: false cache_url: https://web.archive.org/web/ default_theme: simple @@ -32,9 +31,6 @@ When true, the result page's titles contains the query it decreases the privacy, since the browser can records the page titles. -``infinite_scroll``: - When true, automatically loads the next page when scrolling to bottom of the current page. - ``center_alignment`` : default ``false`` When enabled, the results are centered instead of being in the left (or RTL) side of the screen. This setting only affects the *desktop layout* |