Skip to content

Commit 56873be

Browse files
levhuancursoragent
andcommitted
Fix centralized VOQ HLD rich rendering
Quote Mermaid labels containing database@ so GitHub can render the HLD diagrams, and update the revision metadata for the formatting fix. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c4bbd58 commit 56873be

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

doc/centralized-chassis/voq_chassis_hld.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ This document describes the **Centralized SONiC VOQ Chassis** architecture and s
1010

1111
| Rev | Date | Author | Change Description |
1212
|:---:|:----------:|:-------:|---------------------|
13-
| 1.0 | 2026-03-31 | Huan Le | Initial HLD version |
13+
| 1.0 | 2026-03-31 | Sunesh Rustagi, Amit Grover, Jihong Li, Anand Mehra, Huan Le | Initial HLD version |
14+
| 1.1 | 2026-06-13 | Huan Le | Update authors and fix rich text format |
1415

1516
---
1617

@@ -163,7 +164,7 @@ flowchart LR
163164
end
164165
subgraph lc0 [Line_card_namespace]
165166
orch0[orchagent]
166-
asic0[ASIC_DB_database@]
167+
asic0["ASIC_DB_database@"]
167168
s0[syncd_SAI]
168169
dist -->|"APPL state"| orch0
169170
orch0 --> asic0
@@ -528,7 +529,7 @@ sequenceDiagram
528529
participant APPL as APPL_DB_central
529530
participant Dist as distributor
530531
participant Orch as orchagent_LC_namespace
531-
participant ASIC as ASIC_DB_database@
532+
participant ASIC as "ASIC_DB_database@"
532533
participant S as syncd_SAI
533534
Op->>CC: config_change
534535
CC->>SC: subscribe_notify

0 commit comments

Comments
 (0)