This website requires JavaScript.
Explore
Help
Sign In
djoka
/
searxng
Watch
1
Star
0
Fork
0
You've already forked searxng
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
Files
a2108ce2e5fe9ff31f1da0947d657fee00cefa11
searxng
/
docs
/
admin
/
settings
/
settings_brand.rst
9 lines
109 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
[doc] rearranges Settings & Engines docs for better readability We have built up detailed documentation of the *settings* and the *engines* over the past few years. However, this documentation was still spread over various chapters and was difficult to navigate in its entirety. This patch rearranges the Settings & Engines documentation for better readability. To review new ordered docs:: make docs.clean docs.live Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-06-30 18:07:02 +02:00
..
_settings brand:
==========
``
brand:
``
==========
[mod] brand - partial migration of settings to msgspec.Struct (#5280) The settings are currently an untyped key/value structure, whose types are dynamically built at runtime. The construction process of this structure is *hand-crafted*. In the long term, we want a static typing of this structure, based on a standard tool. The ``msgspec.Struct`` structures are suitable as a standard tool. This patch makes a first step towards static typing and implements the "brand" section using ``msgspec.Struct`` structures. BTW: searx/settings_defaults.py - ``git_url`` and ``git_branch`` had been removed in aee613d256, this is a leftover. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2025-10-10 16:14:29 +02:00
..
autoclass
::
searx.brand.SettingsBrand
:members:
Reference in New Issue
Copy Permalink