- Open
skill-tree.pum
- Add relevant items under the appropriate headings
Use PlantUML's command line syntax to include it in your own scripts or documentation tools:
First, create a text file with PlantUML commands, like this example
@startmindmap
...
**[#Aqua] File Layout
***[#Aquamarine] Classic
***[#Aquamarine] Pods
***[#Aquamarine] MU
***[#Aquamarine] Octane
...
@endmindmap
Then, run (or have your software call) PlantUML, using skill-tree.pum
as input. The output is an image, which either appears in the other software, or is written to an image file on disk.
For example:
java -jar plantuml.jar skill-tree.pum
This outputs your sequence diagram to a file called skill-tree.png
.