Skip to content

Commit ded9c17

Browse files
committed
docs: mention PlantUML and GitHub Alerts as used tools
1 parent 68bbcd5 commit ded9c17

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ Regarding keeping track of pretty much any kind of decision that the team takes,
2525

2626
Given the simplicity of this project and that I am the only contributor, I've decided not to use them.
2727

28+
### Tools
29+
30+
#### PlantUML
31+
32+
As a textual DSL for diagrams. [Refer to the official docs](https://plantuml.com/).
33+
34+
It's my tool of choice given it is free software (under GPL-3.0) and supports changing the arrows orientation (something `Mermaid` does not).
35+
36+
It's also worth mentioning [PlantText](https://www.planttext.com/) as an online PlantUML editor.
37+
38+
#### GitHub Alerts
39+
40+
Usage of [Alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) in order to remark some info and lighten the burden of having to read extensive paragraphs.
41+
2842
# Backend
2943

3044
In ASP.NET Core, using EntityFramework ORM for handling the persistence.

0 commit comments

Comments
 (0)