Skip to content

Commit 8010dc3

Browse files
committed
Fix lint warnings
Add `text` to blank markdown code blocks.
1 parent 602bef0 commit 8010dc3

4 files changed

Lines changed: 5 additions & 10 deletions

File tree

docs/mwl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The MWL server is a lightweight, production-ready DICOM worklist solution that:
1616

1717
### Components
1818

19-
```
19+
```text
2020
┌─────────────────────────────────────────────────────────────┐
2121
│ MWL Server (Port 4243) │
2222
├─────────────────────────────────────────────────────────────┤

docs/pacs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The PACS server is a lightweight, production-ready DICOM storage solution that:
1515

1616
### Components
1717

18-
```
18+
```text
1919
┌─────────────────────────────────────────────────────────────────────┐
2020
│ PACS Server (Port 4244) │
2121
├─────────────────────────────────────────────────────────────────────┤
@@ -60,7 +60,7 @@ Modalities send images in JPEG Lossless transfer syntax. The gateway PACS does n
6060

6161
**Hash-based Directory Layout:**
6262

63-
```
63+
```text
6464
storage/
6565
├── b2/
6666
│ └── 51/

docs/relay-listener/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
Relay listener uses websocket communication to Manage Breast Screening service via Azure Relay.
44
The listener processes worklist actions sent from Manage/Django and creates worklist items in the Modality Worklist server.
55

6-
76
## Architecture
87

9-
```
8+
```text
109
┌─────────────────────┐ ┌──────────────────────┐
1110
│ Django (Manage) │ │ Gateway (Behind FW) │
1211
└─────────────────────┘ └──────────────────────┘
@@ -27,7 +26,6 @@ The listener processes worklist actions sent from Manage/Django and creates work
2726
│ │
2827
```
2928

30-
3129
## Firewall Compatibility
3230

3331
Connection works through firewalls because:
@@ -76,12 +74,10 @@ AZURE_RELAY_SHARED_ACCESS_KEY=your_actual_key_here
7674

7775
### 3. Start the Gateway Services
7876

79-
8077
```bash
8178
docker compose up --build
8279
```
8380

84-
8581
## Message Flows
8682

8783
### Worklist Creation (Django → Gateway)
@@ -93,7 +89,6 @@ docker compose up --build
9389
5. Gateway creates worklist item in Modality Worklist server storage via `CreateWorklistItem` service class.
9490
6. Gateway sends success/failure response back.
9591

96-
9792
## Testing
9893

9994
1. Start both gateway and Manage/Django services

docs/upload/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The upload service:
1313

1414
## Architecture
1515

16-
```
16+
```text
1717
┌─────────────────────────────────────────────────────────────┐
1818
│ Upload Service │
1919
├─────────────────────────────────────────────────────────────┤

0 commit comments

Comments
 (0)