summaryrefslogtreecommitdiff
path: root/docs/admin
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-12-21 12:54:58 +0100
committerGitHub <noreply@github.com>2021-12-21 12:54:58 +0100
commit06435e08efdfbc8fa19768fe17552e1339570ee0 (patch)
tree412ebed948aae1ef9f4390f4c7c4d9fe07e1da6d /docs/admin
parent3c0f01aed7b9e51d8ee7bd0110b1aefa790a71c3 (diff)
parente28c6bda35666aa382e6563f4f209d677b9f5ff3 (diff)
Merge pull request #629 from not-my-profile/about-language
[doc] introduce about.language and sort engines by it
Diffstat (limited to 'docs/admin')
-rw-r--r--docs/admin/engines/configured_engines.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst
index a36114488..3e4aa7a29 100644
--- a/docs/admin/engines/configured_engines.rst
+++ b/docs/admin/engines/configured_engines.rst
@@ -43,6 +43,9 @@ Explanation of the :ref:`general engine configuration` shown in the table
- ``!{{mod.shortcut}}``
- {{mod.__name__}}
- {{(mod.disabled and "y") or ""}}
+ {%- if mod.about and mod.about.language %}
+ ({{mod.about.language | upper}})
+ {%- endif %}
- {{mod.timeout}}
- {{mod.weight or 1 }}
{% if mod.engine_type == 'online' %}