summaryrefslogtreecommitdiff
path: root/docs/admin
diff options
context:
space:
mode:
authorPaul Braeuning <paul@paulgo.io>2022-05-03 18:47:35 +0200
committerGitHub <noreply@github.com>2022-05-03 18:47:35 +0200
commit31521f3a465fa2beb7e3fd7ed47621262a28f554 (patch)
treea9a896b08d98b0ddcaf65b2159c34326c77bf80b /docs/admin
parent8a79eb4d7b0265afc200ecf6c1d729274a065b18 (diff)
parentc3bb6c7059388308aa9843943ce2491856ef1596 (diff)
Merge pull request #1153 from return42/drop-oscar
[theme] peel out oscar from SearXNG development
Diffstat (limited to 'docs/admin')
-rw-r--r--docs/admin/api.rst2
-rw-r--r--docs/admin/engines/nosql-engines.rst5
-rw-r--r--docs/admin/engines/sql-engines.rst5
3 files changed, 5 insertions, 7 deletions
diff --git a/docs/admin/api.rst b/docs/admin/api.rst
index 21d1a8626..7bf465404 100644
--- a/docs/admin/api.rst
+++ b/docs/admin/api.rst
@@ -24,7 +24,7 @@ Sample response
"images",
],
"default_locale": "",
- "default_theme": "oscar",
+ "default_theme": "simple",
"engines": [
{
"categories": [
diff --git a/docs/admin/engines/nosql-engines.rst b/docs/admin/engines/nosql-engines.rst
index 36a7c6713..a50b9c367 100644
--- a/docs/admin/engines/nosql-engines.rst
+++ b/docs/admin/engines/nosql-engines.rst
@@ -18,9 +18,8 @@ All of the engines above are just commented out in the :origin:`settings.yml
dependencies before using them.
By default, the engines use the ``key-value`` template for displaying results /
-see :origin:`oscar <searx/templates/oscar/result_templates/key-value.html>` &
-:origin:`simple <searx/templates/simple/result_templates/key-value.html>`
-themes. If you are not satisfied with the original result layout, you can use
+see :origin:`simple <searx/templates/simple/result_templates/key-value.html>`
+theme. If you are not satisfied with the original result layout, you can use
your own template, set ``result_template`` attribute to ``{template_name}`` and
place the templates at::
diff --git a/docs/admin/engines/sql-engines.rst b/docs/admin/engines/sql-engines.rst
index 147087786..d91383214 100644
--- a/docs/admin/engines/sql-engines.rst
+++ b/docs/admin/engines/sql-engines.rst
@@ -30,9 +30,8 @@ engines, e.g. ``database:`` ...
query_str: ...
By default, the engines use the ``key-value`` template for displaying results /
-see :origin:`oscar <searx/templates/oscar/result_templates/key-value.html>` &
-:origin:`simple <searx/templates/simple/result_templates/key-value.html>`
-themes. If you are not satisfied with the original result layout, you can use
+see :origin:`simple <searx/templates/simple/result_templates/key-value.html>`
+theme. If you are not satisfied with the original result layout, you can use
your own template, set ``result_template`` attribute to ``{template_name}`` and
place the templates at::