From 4802c6c032b7d8a786559d331a2aa4ac4225f4f6 Mon Sep 17 00:00:00 2001 From: zeus Date: Wed, 2 Mar 2022 18:12:31 +0200 Subject: [PATCH] add cloud --- auto-complete.sh | 2 +- build.sh | 8 ++++++++ site.yml | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/auto-complete.sh b/auto-complete.sh index 74d35c4..c8d257e 100755 --- a/auto-complete.sh +++ b/auto-complete.sh @@ -4,7 +4,7 @@ function libs() { if [ "$1" != "" ]; then - COMPREPLY=($(compgen -W "all allmicroservices xelatex-thesis infrastructure-as-code sidecar-firefox how-to-build-a-Swarmlab-service network-scanning network-adhoc raspi-docker tech-list faq sensor-node ssh-tunneling iptables poc-datacollector help" "${COMP_WORDS[$COMP_CWORD]}")) + COMPREPLY=($(compgen -W "all allmicroservices cloudservices xelatex-thesis infrastructure-as-code sidecar-firefox how-to-build-a-Swarmlab-service network-scanning network-adhoc raspi-docker tech-list faq sensor-node ssh-tunneling iptables poc-datacollector help" "${COMP_WORDS[$COMP_CWORD]}")) fi } diff --git a/build.sh b/build.sh index 7e4807a..999bef4 100755 --- a/build.sh +++ b/build.sh @@ -220,6 +220,14 @@ do COMMAND_CREATE=1 ;; + cloudservices) + DESC="cloudservices" ; + build="build.sh" ; + # source adoc directory + docdir="CloudComputing_Lab" ; + COMMAND_CREATE=1 + ;; + how-to-build-a-Swarmlab-service) DESC="how-to-build-a-Swarmlab-service" ; build="build.sh" ; diff --git a/site.yml b/site.yml index 5e71a7f..570df27 100644 --- a/site.yml +++ b/site.yml @@ -57,6 +57,10 @@ content: - url: https://git.swarmlab.io:3000/docs/Documentation.git branches: master start_path: how-to-build-a-Swarmlab-service + + - url: https://git.swarmlab.io:3000/docs/Documentation.git + branches: master + start_path: CloudComputing_Lab ui: bundle: url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip