This is self-content code to generate Mermaid diagrams used by the website.
# Prepare environment
make deps
# Generate the diagrams and copy them where needed by the website
make generate
# Go inside a mermaid container
make shell
# Clean up
make prune