summaryrefslogtreecommitdiff
path: root/docs/utils
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-04-18 12:12:03 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-04-23 11:26:22 +0200
commit34badee46765f3a0aebd1add81ab301d10ee5571 (patch)
tree83f95c0da922ebca0990bc68337725a1af067697 /docs/utils
parentd0e371f474627c878c179dc62610cb0437ae193b (diff)
downloadsearxng-34badee46765f3a0aebd1add81ab301d10ee5571.tar.gz
searxng-34badee46765f3a0aebd1add81ab301d10ee5571.zip
[doc] modify docs to fit to the new build boilerplate
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
-rw-r--r--docs/utils/lxc.sh.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst
index 114d0911e..56bac2670 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: