diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-20 09:47:45 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-20 09:48:27 +0100 |
commit | 24e1e412445090566bd6fd4b257e8f5ca709b445 (patch) | |
tree | 007c009e21c37ed66739cb0eac07bc84ee4359a9 | |
parent | 39799ee74b5fda3c78bff7d3ff716702b02b058a (diff) | |
download | searxng-24e1e412445090566bd6fd4b257e8f5ca709b445.tar.gz searxng-24e1e412445090566bd6fd4b257e8f5ca709b445.zip |
[doc] engine-table: remove duplicate Disabled column
-rw-r--r-- | docs/admin/engines/configured_engines.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst index 5019e25ab..7d5b89384 100644 --- a/docs/admin/engines/configured_engines.rst +++ b/docs/admin/engines/configured_engines.rst @@ -30,8 +30,6 @@ Explanation of the :ref:`general engine configuration` shown in the table ------------- ----------- --------------------------------- Weigth **W** ------------- ----------- --------------------------------- - Disabled **D** - ------------- ----------- --------------------------------- Show errors **DE** ============= =========== ================================= @@ -53,7 +51,6 @@ Explanation of the :ref:`general engine configuration` shown in the table - TR - ET - W - - D - DE {% for name, mod in engines.items() %} @@ -70,7 +67,6 @@ Explanation of the :ref:`general engine configuration` shown in the table - {{(mod.time_range_support and "y") or ""}} - {{mod.engine_type or ""}} - {{mod.weight or 1 }} - - {{(mod.disabled and "y") or ""}} - {{(mod.display_error_messages and "y") or ""}} {% endfor %} |