summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorDaniel Kukula <daniel.kuku@gmail.com>2024-05-06 07:33:24 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-05-15 12:50:35 +0200
commitcc8b537e3446444cba4196b73bc49a7ef4a6def3 (patch)
tree7efd77bd05ab10ed3ba620400b1e5b2c981a98ad /docs/dev
parent645a840d8211a016d808cf7da1ab62ff12d1db56 (diff)
downloadsearxng-cc8b537e3446444cba4196b73bc49a7ef4a6def3.tar.gz
searxng-cc8b537e3446444cba4196b73bc49a7ef4a6def3.zip
[mod] package.html template: additional links (a python dict)
- Closes: https://github.com/searxng/searxng/issues/3456
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/engines/engine_overview.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/engines/engine_overview.rst b/docs/dev/engines/engine_overview.rst
index 091d217c0..0a57cc640 100644
--- a/docs/dev/engines/engine_overview.rst
+++ b/docs/dev/engines/engine_overview.rst
@@ -563,3 +563,7 @@ type.
* - source_code_url
- :py:class:`str`
- the location of the project's source code
+
+ * - links
+ - :py:class:`dict`
+ - additional links in the form of ``{'link_name': 'http://example.com'}``