summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-06-03 14:54:20 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-06-04 15:04:38 +0200
commitd965c634297fc1b6010e45b2050422611d06193b (patch)
tree1025b98201e12f047181ae8931436437b740e5d3 /docs/dev
parent0d31740cfd20fae749277bb7604253aa0c86c898 (diff)
downloadsearxng-d965c634297fc1b6010e45b2050422611d06193b.tar.gz
searxng-d965c634297fc1b6010e45b2050422611d06193b.zip
[docs] reorder chapter "Engines & Settings"
- Split chapter "Engines" and rename it into "Engines & Settings" - Move docs/admin/engines.rst -> docs/admin/engines/engine_settings.rst Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/reST.rst4
-rw-r--r--docs/dev/search_api.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/reST.rst b/docs/dev/reST.rst
index 181d9829d..252120925 100644
--- a/docs/dev/reST.rst
+++ b/docs/dev/reST.rst
@@ -1281,10 +1281,10 @@ Templating
Templating is suitable for documentation which is created generic at the build
time. The sphinx-jinja_ extension evaluates jinja_ templates in the :ref:`make
install` (with searx modules installed). We use this e.g. to build chapter:
-:ref:`engines generic`. Below the jinja directive from the
+:ref:`general engine settings`. Below the jinja directive from the
:origin:`docs/admin/engines.rst` is shown:
-.. literalinclude:: ../admin/engines.rst
+.. literalinclude:: ../admin/engines/engine_settings.rst
:language: reST
:start-after: .. _configured engines:
diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst
index 68fee94bf..76bc01623 100644
--- a/docs/dev/search_api.rst
+++ b/docs/dev/search_api.rst
@@ -20,7 +20,7 @@ Parameters
- :ref:`engines-dev`
- :ref:`settings.yml`
- - :ref:`engines generic`
+ - :ref:`general engine settings`
``q`` : required
The search query. This string is passed to external search services. Thus,