mirror of
https://github.com/searxng/searxng.git
synced 2025-08-12 14:56:43 +02:00
[doc] build from commit f32e91e51a
This commit is contained in:
commit
2aed3e5c5c
425 changed files with 96733 additions and 0 deletions
31
_sources/admin/plugins.rst.txt
Normal file
31
_sources/admin/plugins.rst.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
.. _plugins admin:
|
||||
|
||||
===============
|
||||
List of plugins
|
||||
===============
|
||||
|
||||
Further reading ..
|
||||
|
||||
- :ref:`SearXNG settings <settings plugins>`
|
||||
- :ref:`dev plugin`
|
||||
|
||||
.. _configured plugins:
|
||||
|
||||
.. jinja:: searx
|
||||
|
||||
.. flat-table:: Plugins configured at built time (defaults)
|
||||
:header-rows: 1
|
||||
:stub-columns: 1
|
||||
:widths: 3 1 9
|
||||
|
||||
* - Name
|
||||
- Active
|
||||
- Description
|
||||
|
||||
{% for plg in plugins %}
|
||||
|
||||
* - {{plg.info.name}}
|
||||
- {{(plg.active and "yes") or "no"}}
|
||||
- {{plg.info.description}}
|
||||
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue