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.
12 lines
456 B
12 lines
456 B
3 years ago
|
docker stop swarmlab-documentation
|
||
|
docker container rm swarmlab-documentation
|
||
|
docker pull hub.swarmlab.io:5480/antora
|
||
|
|
||
|
antora --fetch site.yml
|
||
|
antora site.yml
|
||
|
ifconfig
|
||
|
http-server build/site -c-1
|
||
|
|
||
|
|
||
|
docker run -ti --name swarmlab-documentation -v $PWD/docs:/antora hub.swarmlab.io:5480/antora /bin/sh -c "DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr DOCSEARCH_INDEX_VERSION=latest NODE_PATH=/usr/local/lib/node_modules:\$NODE_PATH exec sh -c 'build.sh'"
|