The CLARA documentation is generated using Jekyll.
Install Docker to run the required Jekyll version inside a container.
To update the documentation and watch the changes locally, start the Jekyll server inside a Docker container:
make serve
The generated static files will be located in _site
.
To deploy to http://claraweb.jlab.org do:
make build
make deploy