[ADD] samples
This commit is contained in:
parent
c4699b2e50
commit
862e090526
8 changed files with 39191 additions and 31978 deletions
14
markdown/mermaid.md
Normal file
14
markdown/mermaid.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# mermaid
|
||||
|
||||
```mermaid
|
||||
flowchart TB
|
||||
|
||||
_ -- ./ --> util
|
||||
_ --> json_hal
|
||||
_ --> api_problem
|
||||
_ --> cors
|
||||
_ -- data/ --> types
|
||||
_ -- data/ --> data_changes
|
||||
data_changes -- ../--> util
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue