forked from zaclys/searxng
[doc] engine-table: rename Engine column to Module & link
This commit is contained in:
parent
e869e3089c
commit
42d70e15ad
|
@ -30,7 +30,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
|
||||||
|
|
||||||
* - Name
|
* - Name
|
||||||
- Shortcut
|
- Shortcut
|
||||||
- Engine
|
- Module
|
||||||
- Disabled
|
- Disabled
|
||||||
- Timeout
|
- Timeout
|
||||||
- Weight
|
- Weight
|
||||||
|
@ -43,7 +43,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
|
||||||
|
|
||||||
* - `{{name}} <{{mod.about and mod.about.website}}>`_
|
* - `{{name}} <{{mod.about and mod.about.website}}>`_
|
||||||
- ``!{{mod.shortcut}}``
|
- ``!{{mod.shortcut}}``
|
||||||
- {{mod.__name__}}
|
- :origin:`{{mod.__name__}} <searx/engines/{{mod.__name__}}.py>`
|
||||||
- {{(mod.disabled and "y") or ""}}
|
- {{(mod.disabled and "y") or ""}}
|
||||||
{%- if mod.about and mod.about.language %}
|
{%- if mod.about and mod.about.language %}
|
||||||
({{mod.about.language | upper}})
|
({{mod.about.language | upper}})
|
||||||
|
|
Loading…
Reference in New Issue