Merge branch 'main' into docs/vitepress-site
This commit is contained in:
@@ -7,33 +7,43 @@ Ancient Greek orators memorized entire speeches by placing ideas in rooms of an
|
||||
Your conversations are organized into a navigable hierarchy:
|
||||
|
||||
```mermaid
|
||||
graph TD
|
||||
subgraph wing_person["WING: Person"]
|
||||
graph LR
|
||||
classDef wingPerson fill:#1e1b4b,stroke:#4f46e5,color:#e0e7ff,stroke-width:2px,rx:8px,ry:8px;
|
||||
classDef wingProject fill:#164e63,stroke:#06b6d4,color:#cffafe,stroke-width:2px,rx:8px,ry:8px;
|
||||
classDef room fill:#312e81,stroke:#6366f1,color:#e0e7ff,stroke-width:1px,rx:4px,ry:4px;
|
||||
classDef closet fill:#3b0764,stroke:#8b5cf6,color:#f3e8ff,stroke-width:1px,rx:4px,ry:4px;
|
||||
classDef drawer fill:#0f766e,stroke:#14b8a6,color:#ccfbf1,stroke-width:1px,rx:4px,ry:4px;
|
||||
classDef tunnel_link stroke:#8b5cf6,stroke-width:2px,stroke-dasharray: 5 5;
|
||||
|
||||
subgraph W1 [WING: Person]
|
||||
direction TB
|
||||
RA["Room A"] -- hall --> RB["Room B"]
|
||||
RA --> CA["Closet"]
|
||||
CA --> DA["Drawer (verbatim)"]
|
||||
RA["Room A"]
|
||||
RB["Room B"]
|
||||
CA["Closet"]
|
||||
DA["Drawer (verbatim)"]
|
||||
|
||||
RA -- "hall" --> RB
|
||||
RA --> CA --> DA
|
||||
end
|
||||
|
||||
subgraph wing_project["WING: Project"]
|
||||
subgraph W2 [WING: Project]
|
||||
direction TB
|
||||
RA2["Room A"] -- hall --> RC["Room C"]
|
||||
RA2 --> CA2["Closet"]
|
||||
CA2 --> DA2["Drawer (verbatim)"]
|
||||
RA2["Room A"]
|
||||
RC["Room C"]
|
||||
CA2["Closet"]
|
||||
DA2["Drawer (verbatim)"]
|
||||
|
||||
RA2 -- "hall" --> RC
|
||||
RA2 --> CA2 --> DA2
|
||||
end
|
||||
|
||||
RA -.->|tunnel| RA2
|
||||
RA <==> |tunnel bridge| RA2
|
||||
|
||||
style wing_person fill:#1e1b4b,stroke:#4f46e5,color:#e0e7ff
|
||||
style wing_project fill:#164e63,stroke:#06b6d4,color:#cffafe
|
||||
style RA fill:#312e81,stroke:#6366f1,color:#e0e7ff
|
||||
style RB fill:#312e81,stroke:#6366f1,color:#e0e7ff
|
||||
style CA fill:#3b0764,stroke:#8b5cf6,color:#f3e8ff
|
||||
style DA fill:#0f766e,stroke:#14b8a6,color:#ccfbf1
|
||||
style RA2 fill:#155e75,stroke:#22d3ee,color:#cffafe
|
||||
style RC fill:#155e75,stroke:#22d3ee,color:#cffafe
|
||||
style CA2 fill:#3b0764,stroke:#8b5cf6,color:#f3e8ff
|
||||
style DA2 fill:#0f766e,stroke:#14b8a6,color:#ccfbf1
|
||||
class W1 wingPerson;
|
||||
class W2 wingProject;
|
||||
class RA,RB,RA2,RC room;
|
||||
class CA,CA2 closet;
|
||||
class DA,DA2 drawer;
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
Reference in New Issue
Block a user