Skip to content

Commit 63eed47

Browse files
stephanosclaude
andcommitted
Revert HTML bold in diagram notes (not rendered under strict mermaid)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 92a7ad7 commit 63eed47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/production-deployment/self-hosted-guide/temporal-nexus.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ sequenceDiagram
148148
participant caB as Caller Namespace
149149
participant haB as Handler Namespace
150150
end
151-
Note over caA,haA: <b>Cluster A active</b>
151+
Note over caA,haA: Cluster A active
152152
caA->>haA: start Nexus Operation
153153
haA-->>caA: Operation started, token returned
154154
Note over caA,haB: Namespace state replicates A to B
155155
Note over caA,haB: 💥 failover, active moves to Cluster B
156-
Note over caB,haB: <b>Cluster B active</b>
156+
Note over caB,haB: Cluster B active
157157
haB->>caB: completion delivered (callback)
158158
Note over caB: Nexus Operation completes
159159
```

0 commit comments

Comments
 (0)