summaryrefslogtreecommitdiff
path: root/docs/utils
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2022-09-25 08:04:59 +0200
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2022-09-25 08:04:59 +0200
commitfd6764405d464159c648526bc73bf11714a41633 (patch)
tree5ec2466cff9a796e3b5428c41b53d2a8db80e8b6 /docs/utils
parent32d4b6a638456caf50a5f99f2a0b57d60d418c5f (diff)
New upstream version 1.1.0+dfsg1
Diffstat (limited to 'docs/utils')
-rw-r--r--docs/utils/index.rst6
-rw-r--r--docs/utils/lxc.sh.rst6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst
index 32baa57..699641d 100644
--- a/docs/utils/index.rst
+++ b/docs/utils/index.rst
@@ -1,9 +1,9 @@
.. _searx_utils:
.. _toolboxing:
-========================================
-Tooling box ``utils`` for administrators
-========================================
+===================
+Admin's tooling box
+===================
In the folder :origin:`utils/` we maintain some tools useful for administrators.
diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst
index 114d091..56bac26 100644
--- a/docs/utils/lxc.sh.rst
+++ b/docs/utils/lxc.sh.rst
@@ -119,15 +119,15 @@ of coffee).::
To build (live) documentation inside a archlinux_ container::
- sudo -H ./utils/lxc.sh cmd searx-archlinux make docs-clean docs-live
+ sudo -H ./utils/lxc.sh cmd searx-archlinux make docs.clean docs.live
...
[I 200331 15:00:42 server:296] Serving on http://0.0.0.0:8080
To get IP of the container and the port number *live docs* is listening::
- $ sudo ./utils/lxc.sh show suite | grep docs-live
+ $ sudo ./utils/lxc.sh show suite | grep docs.live
...
- [searx-archlinux] INFO: (eth0) docs-live: http://n.n.n.12:8080/
+ [searx-archlinux] INFO: (eth0) docs.live: http://n.n.n.12:8080/
.. _lxc.sh help: