mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 17:09:31 +00:00
[doc] engine-table: rename Engine column to Module & link
This commit is contained in:
parent
e869e3089c
commit
42d70e15ad
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
|
|||
|
||||
* - Name
|
||||
- Shortcut
|
||||
- Engine
|
||||
- Module
|
||||
- Disabled
|
||||
- Timeout
|
||||
- Weight
|
||||
|
@ -43,7 +43,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
|
|||
|
||||
* - `{{name}} <{{mod.about and mod.about.website}}>`_
|
||||
- ``!{{mod.shortcut}}``
|
||||
- {{mod.__name__}}
|
||||
- :origin:`{{mod.__name__}} <searx/engines/{{mod.__name__}}.py>`
|
||||
- {{(mod.disabled and "y") or ""}}
|
||||
{%- if mod.about and mod.about.language %}
|
||||
({{mod.about.language | upper}})
|
||||
|
|
Loading…
Reference in a new issue