diff --git a/docs/diagrams/src/test.puml b/docs/diagrams/src/test.puml new file mode 100644 index 0000000..8a4ae6c --- /dev/null +++ b/docs/diagrams/src/test.puml @@ -0,0 +1,4 @@ +@startuml TestDiagram +Alice --> Bob +Bob ..> Alice +@enduml \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a29f009..c136a8b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,2 +1,3 @@ # Hello world This is Dipal docs +![TestDiagram](diagrams/out/test.svg) \ No newline at end of file