diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-03 14:54:20 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-04 15:04:38 +0200 |
| commit | d965c634297fc1b6010e45b2050422611d06193b (patch) | |
| tree | 1025b98201e12f047181ae8931436437b740e5d3 /docs/dev/reST.rst | |
| parent | 0d31740cfd20fae749277bb7604253aa0c86c898 (diff) | |
[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/reST.rst')
| -rw-r--r-- | docs/dev/reST.rst | 4 |
1 files changed, 2 insertions, 2 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: |