mirror of
https://github.com/searxng/searxng.git
synced 2024-11-14 16:50:11 +01:00
[doc] engine-table: format shortcut as inline code
This commit is contained in:
parent
625ebf9cef
commit
0d5a356f23
@ -16,7 +16,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
|
|||||||
|
|
||||||
.. flat-table::
|
.. flat-table::
|
||||||
:header-rows: 2
|
:header-rows: 2
|
||||||
:stub-columns: 2
|
:stub-columns: 1
|
||||||
|
|
||||||
* - :cspan:`6` Engines configured by default (in :ref:`settings.yml <engine settings>`)
|
* - :cspan:`6` Engines configured by default (in :ref:`settings.yml <engine settings>`)
|
||||||
-
|
-
|
||||||
@ -39,7 +39,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
|
|||||||
{% for name, mod in engines.items() %}
|
{% for name, mod in engines.items() %}
|
||||||
|
|
||||||
* - `{{name}} <{{mod.about and mod.about.website}}>`_
|
* - `{{name}} <{{mod.about and mod.about.website}}>`_
|
||||||
- !{{mod.shortcut}}
|
- ``!{{mod.shortcut}}``
|
||||||
- {{mod.__name__}}
|
- {{mod.__name__}}
|
||||||
- {{(mod.disabled and "y") or ""}}
|
- {{(mod.disabled and "y") or ""}}
|
||||||
- {{mod.timeout}}
|
- {{mod.timeout}}
|
||||||
|
Loading…
Reference in New Issue
Block a user