wip
This commit is contained in:
parent
c945c03d67
commit
aa4b7aebbf
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
|
||||
```mermaid
|
||||
|
||||
C4Context
|
||||
title c4k-webserver
|
||||
Boundary(website, "website") {
|
||||
|
|
6
doc/test.md
Normal file
6
doc/test.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
```mermaid
|
||||
graph TD;
|
||||
A(stuff)-->B[one];
|
||||
A-->C[two];
|
||||
A-->D[three];
|
||||
```
|
Loading…
Reference in a new issue