Wiringbits Scala WebApp template - Docs

October 27, 2022 ยท View on GitHub

Diagrams

The docs include diagrams created with plantuml, you will need to compile them after they are updated.

Before you can compile those, you will require some dependencies:

  1. graphviz which can be installed with apt install graphviz
  2. Download plantuml.jar from the official site.

Then, you can execute this to generate them all:

  • java -jar ~/Downloads/plantuml.jar ./diagram-sources -o ../assets/diagrams/

Consider using the plantuml plugin for IntelliJ when editing diagrams, this way, you can preview the changes.