Update docs/random_docs/Mermaid.md
This commit is contained in:
@@ -1,3 +1,30 @@
|
|||||||
|
```mermaid
|
||||||
|
graph TD
|
||||||
|
CEO[Jane Doe<br>CEO]:::executive --> CTO[John Smith<br>CTO]:::executive;
|
||||||
|
CEO --> CFO[Linda Lee<br>CFO]:::executive;
|
||||||
|
CEO --> COO[Mike Brown<br>COO]:::executive;
|
||||||
|
CTO --> ITManager[Alex Johnson<br>IT Manager]:::manager;
|
||||||
|
CTO --> DevLead[Emily White<br>Development Lead]:::manager;
|
||||||
|
ITManager --> SysAdmin[Chris Green<br>System Administrator];
|
||||||
|
ITManager --> NetEng[Sam Patel<br>Network Engineer];
|
||||||
|
DevLead --> Dev1[Robin Taylor<br>Developer];
|
||||||
|
DevLead --> Dev2[Jordan Casey<br>Developer];
|
||||||
|
CFO --> AccManager[Kim Wu<br>Accounting Manager]:::manager;
|
||||||
|
AccManager --> Acc1[Sophia Martinez<br>Accountant];
|
||||||
|
AccManager --> Acc2[Oliver Hernandez<br>Accountant];
|
||||||
|
COO --> OpManager[Noah Wilson<br>Operations Manager]:::manager;
|
||||||
|
OpManager --> HRManager[Emma Garcia<br>HR Manager]:::manager;
|
||||||
|
HRManager --> HR1[Isabella Rodriguez<br>HR Specialist];
|
||||||
|
HRManager --> HR2[Mason Lee<br>HR Specialist];
|
||||||
|
COO --> LogManager[Lucas Anderson<br>Logistics Manager]:::manager;
|
||||||
|
LogManager --> Log1[Charlotte Wong<br>Logistics Coordinator];
|
||||||
|
LogManager --> Log2[Ethan Kim<br>Logistics Coordinator];
|
||||||
|
|
||||||
|
classDef executive fill:#f9f,stroke:#333,stroke-width:4px,color:#000;
|
||||||
|
classDef manager fill:#bbf,stroke:#333,stroke-width:2px,color:#000;
|
||||||
|
```
|
||||||
|
---
|
||||||
|
|
||||||
# Getting Started with Mermaid
|
# Getting Started with Mermaid
|
||||||
|
|
||||||
Mermaid lets you create diagrams using text and code, making documentation easier and more maintainable. This guide will introduce you to Mermaid's capabilities and how to begin using it.
|
Mermaid lets you create diagrams using text and code, making documentation easier and more maintainable. This guide will introduce you to Mermaid's capabilities and how to begin using it.
|
||||||
|
|||||||
Reference in New Issue
Block a user