diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-04 11:29:58 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-04 15:05:58 +0200 |
commit | 340d25b19b53582ee6465796d83eb419d2862dcc (patch) | |
tree | 23c8f5858490e710dbfcdd3bae955ecadc655ff2 /docs/dev/reST.rst | |
parent | c647c8b7a594864a3cfbc881a9bb80efde9d73cf (diff) | |
download | searxng-340d25b19b53582ee6465796d83eb419d2862dcc.tar.gz searxng-340d25b19b53582ee6465796d83eb419d2862dcc.zip |
[docs] rename 'General Engine Settings' to 'Configured Engines'
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 252120925..230c92a78 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:`general engine settings`. Below the jinja directive from the +:ref:`configured engines`. Below the jinja directive from the :origin:`docs/admin/engines.rst` is shown: -.. literalinclude:: ../admin/engines/engine_settings.rst +.. literalinclude:: ../admin/engines/configured_engines.rst :language: reST :start-after: .. _configured engines: |