infrastructure/README.md

19 lines
295 B
Markdown
Raw Normal View History

2023-07-23 05:30:27 -05:00
# 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]
```