Diagram references

This commit is contained in:
Erik Ellingsen
2019-11-28 12:57:55 +01:00
parent 94106f5825
commit 6c706ccd9f

View File

@@ -1,3 +1,13 @@
## Diagram syntax reference
(Coming soon...)
It turned out the existing documentation was easy enough to follow, even for a n00b like me..
The syntax for different diagrams can be found here:
- [Flowchart](flowchart.md)
- [Sequence diagram](sequenceDiagram.md)
- [Class Diagram](classDiagram.md)
- [State Diagram](stateDiagram.md)
- [Gantt](gantt.md)
- [Pie Chart](pie.md)