diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-07-31 18:19:00 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-08-01 06:57:14 +0200 |
| commit | aee613d2562359224ceaeb95b287fbca169da049 (patch) | |
| tree | 85763b07e84ef8a739c8dd744846215e20e0f29b /docs/admin | |
| parent | 38ee88b3905148460e30982715277e7b30857629 (diff) | |
[fix] documentation - remove brand.git_url & brand.git_branch
In commit 4b43775c9 the brand.git_url & brand.git_branch has been removed, with
this patch these settings are removed from the documentation.
docs/admin/engines/settings.rst
- Remove brand.git_url & brand.git_branch
docs/dev/makefile.rst
- Remove brand.git_url & brand.git_branch
modified docs/dev/lxcdev.rst
- Remove brand.git_url & brand.git_branch
- fix searXNG to SearXNG
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/engines/settings.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index cab4ee493..63f647fbe 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -45,21 +45,11 @@ Global Settings .. code:: yaml brand: - git_url: https://github.com/searxng/searxng - git_branch: master issue_url: https://github.com/searxng/searxng/issues docs_url: https://searxng/searxng.github.io/searxng public_instances: https://searx.space wiki_url: https://github.com/searxng/searxng/wiki -.. sidebar:: buildenv - - Changing a value tagged by :ref:`buildenv <make buildenv>`, needs to - rebuild instance's environment :ref:`utils/brand.env <make buildenv>`. - -``git_url`` & ``git_branch`` : :ref:`buildenv GIT_URL & GIT_BRANCH <make buildenv>` - Changes this, to point to your searx fork (branch). - ``issue_url`` : If you host your own issue tracker change this URL. |