diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-08-01 05:29:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-01 05:29:41 +0000 |
| commit | d2d6234f92f2e64899d315d50b4e0a8794c5ae48 (patch) | |
| tree | b3f8ecfc77894831a2df5b3bc924513b0ce9d0cf /docs/admin/engines | |
| parent | 5e3525a298c12b9931b62c32b3d06ebf30880c63 (diff) | |
| parent | aee613d2562359224ceaeb95b287fbca169da049 (diff) | |
Merge pull request #239 from return42/fix-doc-git
[fix] documentation - remove brand.git_url & brand.git_branch
Diffstat (limited to 'docs/admin/engines')
| -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. |