Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/codelab/helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

"Hello World" is the traditional *first application* that a developer builds in any product that is new to them. This Hello World demonstration is no different, kicking off the tutorial that outputs those famous two words, but we will also dig deeper into the powerful capabilities of Conductor. We'll extend our Hello World with additional messages.

<iframe width="896" height="504" src="https://www.youtube.com/embed/2Cx-1EXe5y4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

After Part 1, the workflow that is created will look like:

<p align="center"><img src="/content/img/codelab/hw1_diagram.png" alt="version 1 diagram" width="400" style={{paddingBottom: 40, paddingTop: 40}} /></p>
Expand Down Expand Up @@ -241,4 +243,4 @@ In the next step of this code lab, we'll extend the "hello world" to be more fri

We'll also introduce versioning to ensure that both the original and the updated "Hello World" applications continue to run.

[Read on to Part 2](helloworld2)
[Read on to Part 2](helloworld2)