Skip to content

Latest commit

 

History

History

diagrams

Diagrams

This is self-content code to generate Mermaid diagrams used by the website.

Prerequisites

Usage

# 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

References