mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
50626ef150
The directive creates a table of contents for the page. However, Furo includes a table of contents already in the sidebar. It is, thus, recommended to removing the `.. contents::` directive. [1] https://github.com/pradyunsg/furo/issues/88#issuecomment-803297274 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
28 lines
574 B
ReStructuredText
28 lines
574 B
ReStructuredText
=============
|
|
Brave Engines
|
|
=============
|
|
|
|
Brave offers two different engines for SearXNG:
|
|
|
|
1. The standard engine (``brave``) uses the web interface.
|
|
2. The API engine (``braveapi``) uses the official REST API.
|
|
|
|
.. _brave engine:
|
|
|
|
Brave Standard Engine
|
|
---------------------
|
|
|
|
.. automodule:: searx.engines.brave
|
|
:members:
|
|
|
|
.. _braveapi engine:
|
|
|
|
Brave API Engine
|
|
----------------
|
|
|
|
.. automodule:: searx.engines.braveapi
|
|
:members:
|
|
|
|
The API engine requires an API key from Brave. This can be obtained from the
|
|
`API Dashboard <https://api-dashboard.search.brave.com/>`_.
|