You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zeus 733f577eee edited README 3 years ago
code antora 3 years ago
docs TESTING 3 years ago
.gitignore add gitignore build 3 years ago
LICENSE Initial commit 3 years ago
README.md edited README 3 years ago
build-local.sh TESTING 3 years ago
build.sh add build 3 years ago
push.sh edited README 3 years ago
ui-bundle.zip add ui 3 years ago

README.md

swarmlab docs

build from git

git clone https://git.swarmlab.io:3000/docs/docs cd docs ./build.sh

deploy

copy docs/build/site

Work senario

  1. Edit docs antora.yml (This is the main file)

  2. Edit modules/*

3.You can use a local build first to try out your changes

./build-local.sh

  1. Preview the results using your browser

http://172.17.0.2:8080 # ip may be different

  1. When you are satisfied with result push them to original the git repository

push.sh [push comment]

You HAVE to use a string litterall otherwise git will only register the first word!

push.sh "my push comment"