diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-20 10:49:12 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-20 10:49:32 +0100 |
commit | 0d5a356f23c634b5f49205f3185972309eef1b85 (patch) | |
tree | e8aa6cd962c25b15b187c3dca74088d9f9cc278c /docs | |
parent | 625ebf9cef0cd50153e035a372819af5ebcb6713 (diff) | |
download | searxng-0d5a356f23c634b5f49205f3185972309eef1b85.tar.gz searxng-0d5a356f23c634b5f49205f3185972309eef1b85.zip |
[doc] engine-table: format shortcut as inline code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin/engines/configured_engines.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst index b6b0921b0..6d5a23688 100644 --- a/docs/admin/engines/configured_engines.rst +++ b/docs/admin/engines/configured_engines.rst @@ -16,7 +16,7 @@ Explanation of the :ref:`general engine configuration` shown in the table .. flat-table:: :header-rows: 2 - :stub-columns: 2 + :stub-columns: 1 * - :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() %} * - `{{name}} <{{mod.about and mod.about.website}}>`_ - - !{{mod.shortcut}} + - ``!{{mod.shortcut}}`` - {{mod.__name__}} - {{(mod.disabled and "y") or ""}} - {{mod.timeout}} |