Skip to content

Commit 449259d

Browse files
committed
fix: explanation/architecure.md mermaid documents were not displaying due to markdown syntax issue.
1 parent d168ab2 commit 449259d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

explanation/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The JupyterHealth ecosystem enables patients to share health data from personal
1313

1414
### High-Level Data Flow
1515

16-
```mermaid
16+
```{mermaid}
1717
graph LR
1818
subgraph Device Manufacturers
1919
iHealth[iHealth]
@@ -98,7 +98,7 @@ Device Data → OMH Format → FHIR Observation → JupyterHealth Exchange
9898

9999
**Architecture Layers**:
100100

101-
```mermaid
101+
```{mermaid}
102102
graph TB
103103
API[REST API Layer<br/>Django REST Framework]
104104
Auth[Authentication Layer<br/>OAuth 2.0]
@@ -255,7 +255,7 @@ For local development and testing, JupyterHealth Exchange can be run using Djang
255255

256256
The current JupyterHealth Exchange production deployment runs on [Fly.io](https://fly.io):
257257

258-
```mermaid
258+
```{mermaid}
259259
graph LR
260260
Android[CommonHealth<br/>Android App]
261261

0 commit comments

Comments
 (0)