Serve site on http://localhost:4000/Xenon/ with the following command
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll \
-i -t -p 127.0.0.1:4000:4000 jekyll/jekyll:pages jekyll serve
- In
_data/version.ymlupdate the value of thecurrentkey to new current version, do manually or by using./gradlew versionSite - Add version specific artifacts like javadoc to
versions/<version>/, do manually or by using./gradlew copyJavadoc - Commit and push