mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[json_engine] document existing options
This commit is contained in:
parent
09cce18518
commit
591d9c2505
3 changed files with 137 additions and 13 deletions
|
@ -45,6 +45,7 @@ Online Engines
|
|||
demo/demo_online
|
||||
xpath
|
||||
mediawiki
|
||||
json_engine
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
|
13
docs/dev/engines/json_engine.rst
Normal file
13
docs/dev/engines/json_engine.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
.. _json_engine engine:
|
||||
|
||||
============
|
||||
JSON Engine
|
||||
============
|
||||
|
||||
.. contents::
|
||||
:depth: 2
|
||||
:local:
|
||||
:backlinks: entry
|
||||
|
||||
.. automodule:: searx.engines.json_engine
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue