Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 761 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 761 Bytes

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