[doc] build from commit 37187dc2d8

This commit is contained in:
inetol
2026-06-05 14:27:32 +00:00
commit 43a229d7e9
491 changed files with 204863 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
=============
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/>`_.