infrastructure/README.md

19 lines
295 B
Markdown

# infrastructure
Testing plantuml:
```plantuml
Bob -> Alice : hello
Alice -> Bob : hi
```
Testing mermaid:
```mermaid
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```