updated uml

This commit is contained in:
Klemek
2019-06-18 20:14:37 +02:00
parent db03535ee9
commit ff7542af70
2 changed files with 2 additions and 0 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

+2
View File
@@ -10,6 +10,7 @@ node nodejs {
} }
package data { package data {
[template.ejs]
package "2019/06/18" { package "2019/06/18" {
component index [ component index [
index.md index.md
@@ -22,6 +23,7 @@ package data {
web -down-> TCP : 1. /2019/06/18/title web -down-> TCP : 1. /2019/06/18/title
express -down-> index : 2. fetch express -down-> index : 2. fetch
index -up-> showdown : 3. markdown index -up-> showdown : 3. markdown
template.ejs -up-> express : 4
showdown -left-> express : 4. html showdown -left-> express : 4. html
express -up-> web : 5. html express -up-> web : 5. html