From f70065949c22931b40ad5971f0d368703fe65a29 Mon Sep 17 00:00:00 2001 From: danysmall Date: Wed, 14 Jun 2023 13:04:48 +0300 Subject: [PATCH] Added test diagram --- docs/diagrams/out/.svg | 1 + docs/diagrams/out/TestDiagram.svg | 1 + docs/index.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/diagrams/out/.svg create mode 100644 docs/diagrams/out/TestDiagram.svg diff --git a/docs/diagrams/out/.svg b/docs/diagrams/out/.svg new file mode 100644 index 0000000..367c2d0 --- /dev/null +++ b/docs/diagrams/out/.svg @@ -0,0 +1 @@ +Welcome to PlantUML! You can start with a simple UML Diagram like: Bob->Alice: Hello Or class Example You will find more information about PlantUML syntax onhttps://plantuml.com (Details by typinglicensekeyword)      \ No newline at end of file diff --git a/docs/diagrams/out/TestDiagram.svg b/docs/diagrams/out/TestDiagram.svg new file mode 100644 index 0000000..e29d063 --- /dev/null +++ b/docs/diagrams/out/TestDiagram.svg @@ -0,0 +1 @@ +AliceBob \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index c136a8b..5b14951 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,3 @@ # Hello world This is Dipal docs -![TestDiagram](diagrams/out/test.svg) \ No newline at end of file +![TestDiagram](diagrams/out/TestDiagram.svg) \ No newline at end of file