Skip to content

Commit 85510b9

Browse files
committed
fix: replace mermaid diagram with image for lab dependency visualization
1 parent a8bf039 commit 85510b9

4 files changed

Lines changed: 18 additions & 36 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,7 @@ Choose the tier that fits your schedule:
6565

6666
## Lab Dependency Diagram
6767

68-
```mermaid
69-
graph LR
70-
L00[Lab 00: Setup] --> L01[Lab 01: Sample App]
71-
L01 --> L02[Lab 02: Agents & Skills]
72-
L02 --> L03[Lab 03: Security]
73-
L02 --> L04[Lab 04: Accessibility]
74-
L02 --> L05[Lab 05: Code Quality]
75-
L03 --> L06[Lab 06: SARIF]
76-
L04 --> L06
77-
L05 --> L06
78-
L06 --> L07[Lab 07: GitHub Actions]
79-
L07 --> L08[Lab 08: Security Tab]
80-
L07 --> L09[Lab 09: FinOps]
81-
L08 --> L10[Lab 10: Remediation]
82-
L10 --> L11[Lab 11: Custom Agent]
83-
84-
style L09 stroke-dasharray: 5 5
85-
```
68+
![Lab dependency diagram showing progression from Lab 00 through Lab 11](images/lab-dependency-diagram.png)
8669

8770
Labs 03, 04, and 05 can be completed in any order. Lab 09 is optional and does
8871
not block later labs.

images/lab-dependency-diagram.mmd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
graph LR
2+
L00[Lab 00: Setup] --> L01[Lab 01: Sample App]
3+
L01 --> L02[Lab 02: Agents & Skills]
4+
L02 --> L03[Lab 03: Security]
5+
L02 --> L04[Lab 04: Accessibility]
6+
L02 --> L05[Lab 05: Code Quality]
7+
L03 --> L06[Lab 06: SARIF]
8+
L04 --> L06
9+
L05 --> L06
10+
L06 --> L07[Lab 07: GitHub Actions]
11+
L07 --> L08[Lab 08: Security Tab]
12+
L07 --> L09[Lab 09: FinOps]
13+
L08 --> L10[Lab 10: Remediation]
14+
L10 --> L11[Lab 11: Custom Agent]
15+
16+
style L09 stroke-dasharray: 5 5

images/lab-dependency-diagram.png

14.9 KB
Loading

index.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,24 +65,7 @@ Choose the tier that fits your schedule:
6565

6666
## Lab Dependency Diagram
6767

68-
```mermaid
69-
graph LR
70-
L00[Lab 00: Setup] --> L01[Lab 01: Sample App]
71-
L01 --> L02[Lab 02: Agents & Skills]
72-
L02 --> L03[Lab 03: Security]
73-
L02 --> L04[Lab 04: Accessibility]
74-
L02 --> L05[Lab 05: Code Quality]
75-
L03 --> L06[Lab 06: SARIF]
76-
L04 --> L06
77-
L05 --> L06
78-
L06 --> L07[Lab 07: GitHub Actions]
79-
L07 --> L08[Lab 08: Security Tab]
80-
L07 --> L09[Lab 09: FinOps]
81-
L08 --> L10[Lab 10: Remediation]
82-
L10 --> L11[Lab 11: Custom Agent]
83-
84-
style L09 stroke-dasharray: 5 5
85-
```
68+
![Lab dependency diagram showing progression from Lab 00 through Lab 11](images/lab-dependency-diagram.png)
8669

8770
Labs 03, 04, and 05 can be completed in any order. Lab 09 is optional and does
8871
not block later labs.

0 commit comments

Comments
 (0)