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/dev/makefile.rst | |
| 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/dev/makefile.rst')
| -rw-r--r-- | docs/dev/makefile.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 0b5af3cd8..870c12e1e 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -107,9 +107,6 @@ The ``make buildenv`` target will update the *build environment* in: Tasks running outside of an *installed instance*, need the following settings from the YAML configuration: -- ``GIT_URL`` from git configuration -- ``GIT_BRANCH`` from git configuration - - ``SEARX_URL`` from :ref:`server.base_url <settings global server>` (aka ``PUBLIC_URL``) - ``SEARX_BIND_ADDRESS`` from :ref:`server.bind_address <settings global server>` |