Skip to content

JeffersonLab/clara-docs

Repository files navigation

CLARA documentation

Dependencies

The CLARA documentation is generated using Jekyll.

Install Docker to run the required Jekyll version inside a container.

Generating the docs

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.

Deploying the website

To deploy to http://claraweb.jlab.org do:

make build
make deploy