aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial
diff options
context:
space:
mode:
authorSteve Traut <straut@google.com>2021-08-17 14:04:45 -0400
committerSteve Traut <straut@google.com>2021-08-19 13:51:24 +0000
commit570846dcdd274b7edf5aa6e239cbc8294e8b9d93 (patch)
tree3d10f11a6a3fd40619498cf771c854b7204edc53 /_content/doc/tutorial
parentad0af20ceb623ad771a245757fe5dde8fd142211 (diff)
downloadgo-x-website-570846dcdd274b7edf5aa6e239cbc8294e8b9d93.tar.xz
_content/doc: Add a button to launch interactive tutorial
This adds a button through which users can launch a version of this tutorial that they can work through in the Cloud Shell IDE. Change-Id: I8e8310b3b07d39283a2001a3d87ac850e354d848 Reviewed-on: https://go-review.googlesource.com/c/website/+/342910 Reviewed-by: Steve Francia <spf@golang.org> Trust: Steve Traut <straut@google.com>
Diffstat (limited to '_content/doc/tutorial')
-rw-r--r--_content/doc/tutorial/web-service-gin.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/_content/doc/tutorial/web-service-gin.md b/_content/doc/tutorial/web-service-gin.md
index 229bdb51..60767bf0 100644
--- a/_content/doc/tutorial/web-service-gin.md
+++ b/_content/doc/tutorial/web-service-gin.md
@@ -28,6 +28,12 @@ The tutorial includes the following sections:
**Note:** For other tutorials, see [Tutorials](/doc/tutorial/index.html).
+To try this as an interactive tutorial you complete in Google Cloud Shell,
+click the button below.
+
+[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://ide.cloud.google.com/?cloudshell_workspace=~&walkthrough_tutorial_url=https://raw.githubusercontent.com/golang/tour/master/tutorial/web-service-gin.md)
+
+
## Prerequisites
* **An installation of Go 1.16 or later.** For installation instructions, see