github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/docs/source/architecture/uml/README (about) 1 The `uml` directory contains .uml files that are used as input to 2 PlantUML (http://plantuml.com). PlantUML produces .png files which 3 can then be displayed. The .png files illustrate the architecture 4 of certain operations such as a bimodal PUT operation. 5 6 Then do something like: 7 8 # java -jar plantuml.jar read.uml 9 10 This will produce a correspondingly named .png file you can display. 11