summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-06-13 11:21:08 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-06-13 11:57:40 +0200
commit1f0fb3122d5d342d6537d77f1c51d2f44c2f81f6 (patch)
tree26df53718b4543df064b223d8ce113604e9b2f0e /docs
parent5f11155ccb96ccae9de3659ee0b71bd668ef1b84 (diff)
[doc] code and sytle injection is not supported by the simple theme
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/plugins.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/dev/plugins.rst b/docs/dev/plugins.rst
index 36a44323..fb3201e6 100644
--- a/docs/dev/plugins.rst
+++ b/docs/dev/plugins.rst
@@ -19,10 +19,6 @@ Example plugin
description = 'This plugin extends the suggestions with the word "example"'
default_on = False # disabled by default
- js_dependencies = tuple() # optional, list of static js files
- css_dependencies = tuple() # optional, list of static css files
-
-
# attach callback to the post search hook
# request: flask request object
# ctx: the whole local context of the post search hook
@@ -40,7 +36,7 @@ SearXNG plugins from *The Green Web Foundation* `[ref]
.. code:: bash
- $ sudo utils/searxng.sh instance cmd bash
+ $ sudo utils/searxng.sh instance cmd bash -c
(searxng-pyenv)$ pip install git+https://github.com/return42/tgwf-searx-plugins
In the :ref:`settings.yml` activate the ``plugins:`` section and add module