diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-12-21 00:37:45 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-11 22:12:38 +0100 |
commit | 9485179064b4eb28f2813eba3c295edca3b0db7f (patch) | |
tree | e9f5f003e9887aa130a3f19d82a1d9ace898504b /docs/utils | |
parent | dbfd5567aaa06a5f9792bb0839af74877ed5258c (diff) | |
download | searxng-9485179064b4eb28f2813eba3c295edca3b0db7f.tar.gz searxng-9485179064b4eb28f2813eba3c295edca3b0db7f.zip |
[mod] move brand options from Makefile to settings.yml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
-rw-r--r-- | docs/utils/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst index ada78cef3..28515318f 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -47,8 +47,8 @@ Scripts to maintain services often dispose of common commands and environments. Tooling box setup ================= -The main setup is done in the :origin:`.config.sh` (read also :ref:`makefile -setup`). +The main setup is done in the :origin:`.config.sh` (read also :ref:`settings +global`). .. literalinclude:: ../../.config.sh :language: bash |