diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-26 06:22:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-26 06:22:46 +0200 |
| commit | 649a8dd577b7db5549a34af6f667daf1b61ffb6b (patch) | |
| tree | bae5c18a77fa71ccc7e5df4aec9082201d5d6fd8 /docs | |
| parent | 02cbdf468b316d9c9609d35ec2a9d0916c6def4c (diff) | |
[fix] cleanup: rename `searx` leftovers to `SearXNG` (#5049)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/api.rst | 2 | ||||
| -rw-r--r-- | docs/admin/installation.rst | 4 | ||||
| -rw-r--r-- | docs/admin/settings/settings_ui.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/admin/api.rst b/docs/admin/api.rst index 8bd563ba7..7445c7b3b 100644 --- a/docs/admin/api.rst +++ b/docs/admin/api.rst @@ -59,7 +59,7 @@ Sample response "shortcut": "bb" }, ], - "instance_name": "searx", + "instance_name": "SearXNG", "locales": { "de": "Deutsch (German)", "en": "English", diff --git a/docs/admin/installation.rst b/docs/admin/installation.rst index da603a639..cd5b854b3 100644 --- a/docs/admin/installation.rst +++ b/docs/admin/installation.rst @@ -18,5 +18,5 @@ special preferences, it's recommended to use the :ref:`installation container` o .. attention:: SearXNG is growing rapidly, you should regularly read our :ref:`migrate and - stay tuned` section. If you want to upgrade an existing instance or migrate - from searx to SearXNG, you should read this section first! + stay tuned` section. If you want to upgrade an existing instance, you + should read this section first! diff --git a/docs/admin/settings/settings_ui.rst b/docs/admin/settings/settings_ui.rst index 222e0f2c5..cbb134267 100644 --- a/docs/admin/settings/settings_ui.rst +++ b/docs/admin/settings/settings_ui.rst @@ -25,7 +25,7 @@ ``default_locale`` : SearXNG interface language. If blank, the locale is detected by using the browser language. If it doesn't work, or you are deploying a language - specific instance of searx, a locale can be defined using an ISO language + specific instance of SearXNG, a locale can be defined using an ISO language code, like ``fr``, ``en``, ``de``. ``query_in_title`` : |