Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 582 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 582 Bytes

Sequence diagrams code and generation for oar3 documentation

This repository contains the source code to generate the sequence diagrams presented in oar3 documentation. The diagrams are written in plantuml's DSL, and generated by it.

Build the diagrams

The easiest way to build the diagrams is by using nix:

  • Either build directly the diagrams with nix build
  • Or, enter into a nix shell containing plantuml to build the diagrams manually (plantuml diag.pu)