This is a guide with best practices and examples to adopt CWL in Earth Observation workflows
Clone and checkout the repository and its git submodules
Build the mkdocs container image with:
docker build -f Dockerfile -t docs-dev .
Build and expose the docs:
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs docs-dev:latest
Open your browser at http://0.0.0.0:8000
Add your contributions.
Push the changes to the repository
git submodule init
git submodule update