Skip to content

Commit 083d851

Browse files
docs: fix Mermaid syntax errors in OPI documentation
1 parent 2bdc8da commit 083d851

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/architecture/OPI_ARCHITECTURE_DIAGRAM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
graph TD
77
A[Block Ingestion] --> B[Transaction Parsing]
88
B --> C{OPI Router}
9-
C -->|op: "swap"| D[OPI-1 Processor]
10-
C -->|op: "no_return"| E[OPI-0 Processor]
11-
C -->|op: "deploy"| F[Legacy BRC20 Processor]
9+
C -->|op: swap| D[OPI-1 Processor]
10+
C -->|op: no_return| E[OPI-0 Processor]
11+
C -->|op: deploy| F[Legacy BRC20 Processor]
1212
D --> G[State Validation]
1313
E --> G
1414
F --> G

docs/architecture/OPI_DEVELOPER_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ The OPI (Operation Proposal Improvement) framework is a modular architecture tha
4242
graph TD
4343
A[Block Ingestion] --> B[Transaction Parsing]
4444
B --> C{OPI Router}
45-
C -->|op: "swap"| D[OPI-1 Processor]
46-
C -->|op: "no_return"| E[OPI-0 Processor]
47-
C -->|op: "deploy"| F[Legacy BRC20 Processor]
45+
C -->|op: swap| D[OPI-1 Processor]
46+
C -->|op: no_return| E[OPI-0 Processor]
47+
C -->|op: deploy| F[Legacy BRC20 Processor]
4848
D --> G[State Validation]
4949
E --> G
5050
F --> G

0 commit comments

Comments
 (0)