diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin/installation-searxng.rst | 4 | ||||
-rw-r--r-- | docs/dev/search_api.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/admin/installation-searxng.rst b/docs/admin/installation-searxng.rst index 7bb936f15..446f45cd2 100644 --- a/docs/admin/installation-searxng.rst +++ b/docs/admin/installation-searxng.rst @@ -96,7 +96,7 @@ Modify the ``/etc/searxng/settings.yml`` to your needs: .. literalinclude:: ../../utils/templates/etc/searxng/settings.yml :language: yaml - :end-before: # hostname_replace: + :end-before: # hostnames: To see the entire file jump to :origin:`utils/templates/etc/searxng/settings.yml` @@ -104,7 +104,7 @@ Modify the ``/etc/searxng/settings.yml`` to your needs: .. literalinclude:: ../../searx/settings.yml :language: yaml - :end-before: # hostname_replace: + :end-before: # hostnames: To see the entire file jump to :origin:`searx/settings.yml` diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 56272d341..aa5f847ea 100644 --- a/docs/dev/search_api.rst +++ b/docs/dev/search_api.rst @@ -103,14 +103,14 @@ Parameters .. disabled by default - ``Hostname_replace``, ``Open_Access_DOI_rewrite``, + ``Hostnames_plugin``, ``Open_Access_DOI_rewrite``, ``Vim-like_hotkeys``, ``Tor_check_plugin`` ``disabled_plugins``: optional List of disabled plugins. :default: - ``Hostname_replace``, ``Open_Access_DOI_rewrite``, + ``Hostnames_plugin``, ``Open_Access_DOI_rewrite``, ``Vim-like_hotkeys``, ``Tor_check_plugin`` :values: |