Skip to content

Commit 9b6c1b6

Browse files
Add theme-aware SVG pair for gh-aw CLI extension diagram (#2022)
1 parent 683bfd8 commit 9b6c1b6

3 files changed

Lines changed: 67 additions & 1 deletion

File tree

Lines changed: 31 additions & 0 deletions
Loading
Lines changed: 31 additions & 0 deletions
Loading

workshop/side-quest-01-02-environment-reference.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ You use `gh` for GitHub-specific terminal tasks like authentication checks, repo
7070

7171
#### `gh-aw` CLI extension
7272

73-
![Conceptual screenshot of the gh-aw CLI extension showing compile commands for an agentic workflow](images/side-quest-01-02-gh-aw.svg)
73+
<picture>
74+
<source media="(prefers-color-scheme: dark)" srcset="images/side-quest-01-02-gh-aw-dark.svg">
75+
<source media="(prefers-color-scheme: light)" srcset="images/side-quest-01-02-gh-aw-light.svg">
76+
<img alt="Conceptual screenshot of the gh-aw CLI extension showing compile commands for an agentic workflow" src="images/side-quest-01-02-gh-aw-light.svg">
77+
</picture>
7478

7579
You use `gh aw` to compile agentic workflow files.
7680

0 commit comments

Comments
 (0)