This repository contains the documentation for the Processing building block.
Create a Python environment with:
python3 -m venv env_docs
Activate it:
source env_docs/bin/activate
Install the dependencies:
pip install -r docs/requirements.txt
Serve the docs with:
mkdocs serve