From aee613d2562359224ceaeb95b287fbca169da049 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 31 Jul 2021 18:19:00 +0200 Subject: [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 --- docs/admin/engines/settings.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/admin') 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 `, needs to - rebuild instance's environment :ref:`utils/brand.env `. - -``git_url`` & ``git_branch`` : :ref:`buildenv GIT_URL & GIT_BRANCH ` - Changes this, to point to your searx fork (branch). - ``issue_url`` : If you host your own issue tracker change this URL. -- cgit v1.2.3