From 9c8be8113a1a4265a3c6b578e6ea4d465e5cadaa Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 5 Jun 2024 15:07:44 +0200 Subject: [PATCH] Add video link --- doc/tutorials/01_hello_world.md | 4 ++++ generated-doc/out/tutorials/01_hello_world.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/tutorials/01_hello_world.md b/doc/tutorials/01_hello_world.md index f34b10de1f..fbb46c547a 100644 --- a/doc/tutorials/01_hello_world.md +++ b/doc/tutorials/01_hello_world.md @@ -2,6 +2,10 @@ To start our adventure with tapir, we'll define and expose a single endpoint using an HTTP server. +```{note} +The tutorial is also available [as a video](https://www.youtube.com/watch?v=WV1bZaGrdQQ). +``` + ## Prerequisites We'll use [scala-cli](https://scala-cli.virtuslab.org) to run the code, so you'll need to install it beforehand. diff --git a/generated-doc/out/tutorials/01_hello_world.md b/generated-doc/out/tutorials/01_hello_world.md index 80f9add1f7..d2d50bec3b 100644 --- a/generated-doc/out/tutorials/01_hello_world.md +++ b/generated-doc/out/tutorials/01_hello_world.md @@ -2,6 +2,10 @@ To start our adventure with tapir, we'll define and expose a single endpoint using an HTTP server. +```{note} +The tutorial is also available [as a video](https://www.youtube.com/watch?v=WV1bZaGrdQQ). +``` + ## Prerequisites We'll use [scala-cli](https://scala-cli.virtuslab.org) to run the code, so you'll need to install it beforehand.