From e83dc2907452dac18199e51c15477fcb66bc2e53 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Mon, 26 Aug 2024 20:34:58 -0500 Subject: [PATCH 1/2] adding H5P quiz questions --- .../h5p/q1-how-code-achieves-goal.html | 53 +++++++++++++++++ .../h5p/q2-maxim-samar-working-together.html | 58 +++++++++++++++++++ .../h5p/q3-developer-productivity.html | 53 +++++++++++++++++ .../h5p/q4-durable-execution-benefit.html | 53 +++++++++++++++++ .../h5p/q5-company-values.html | 53 +++++++++++++++++ .../h5p/q6-benefits-of-temporal-cloud.html | 53 +++++++++++++++++ .../h5p/q7-competitive-advantages.html | 53 +++++++++++++++++ 7 files changed, 376 insertions(+) create mode 100644 static/courses/intro-to-temporal/h5p/q1-how-code-achieves-goal.html create mode 100644 static/courses/intro-to-temporal/h5p/q2-maxim-samar-working-together.html create mode 100644 static/courses/intro-to-temporal/h5p/q3-developer-productivity.html create mode 100644 static/courses/intro-to-temporal/h5p/q4-durable-execution-benefit.html create mode 100644 static/courses/intro-to-temporal/h5p/q5-company-values.html create mode 100644 static/courses/intro-to-temporal/h5p/q6-benefits-of-temporal-cloud.html create mode 100644 static/courses/intro-to-temporal/h5p/q7-competitive-advantages.html diff --git a/static/courses/intro-to-temporal/h5p/q1-how-code-achieves-goal.html b/static/courses/intro-to-temporal/h5p/q1-how-code-achieves-goal.html new file mode 100644 index 00000000..2f856599 --- /dev/null +++ b/static/courses/intro-to-temporal/h5p/q1-how-code-achieves-goal.html @@ -0,0 +1,53 @@ + + + + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/static/courses/intro-to-temporal/h5p/q2-maxim-samar-working-together.html b/static/courses/intro-to-temporal/h5p/q2-maxim-samar-working-together.html new file mode 100644 index 00000000..462ce597 --- /dev/null +++ b/static/courses/intro-to-temporal/h5p/q2-maxim-samar-working-together.html @@ -0,0 +1,58 @@ + + + + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/static/courses/intro-to-temporal/h5p/q3-developer-productivity.html b/static/courses/intro-to-temporal/h5p/q3-developer-productivity.html new file mode 100644 index 00000000..239eb75e --- /dev/null +++ b/static/courses/intro-to-temporal/h5p/q3-developer-productivity.html @@ -0,0 +1,53 @@ + + + + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/static/courses/intro-to-temporal/h5p/q4-durable-execution-benefit.html b/static/courses/intro-to-temporal/h5p/q4-durable-execution-benefit.html new file mode 100644 index 00000000..f675aa9a --- /dev/null +++ b/static/courses/intro-to-temporal/h5p/q4-durable-execution-benefit.html @@ -0,0 +1,53 @@ + + + + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/static/courses/intro-to-temporal/h5p/q5-company-values.html b/static/courses/intro-to-temporal/h5p/q5-company-values.html new file mode 100644 index 00000000..0496afe0 --- /dev/null +++ b/static/courses/intro-to-temporal/h5p/q5-company-values.html @@ -0,0 +1,53 @@ + + + + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/static/courses/intro-to-temporal/h5p/q6-benefits-of-temporal-cloud.html b/static/courses/intro-to-temporal/h5p/q6-benefits-of-temporal-cloud.html new file mode 100644 index 00000000..a57b05bb --- /dev/null +++ b/static/courses/intro-to-temporal/h5p/q6-benefits-of-temporal-cloud.html @@ -0,0 +1,53 @@ + + + + + + + + + + + +
+
+
+ + \ No newline at end of file diff --git a/static/courses/intro-to-temporal/h5p/q7-competitive-advantages.html b/static/courses/intro-to-temporal/h5p/q7-competitive-advantages.html new file mode 100644 index 00000000..cc74f713 --- /dev/null +++ b/static/courses/intro-to-temporal/h5p/q7-competitive-advantages.html @@ -0,0 +1,53 @@ + + + + + + + + + + + +
+
+
+ + \ No newline at end of file From 2b78f83d6e31fb2dd50f575e041180a06ab25413 Mon Sep 17 00:00:00 2001 From: Alex Garnett Date: Tue, 27 Aug 2024 10:12:49 -0700 Subject: [PATCH 2/2] remove fixed CLI version install, back to latest (#302) --- docs/getting_started/_temporal_service.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/docs/getting_started/_temporal_service.md b/docs/getting_started/_temporal_service.md index 9f447eec..0a50d5d9 100644 --- a/docs/getting_started/_temporal_service.md +++ b/docs/getting_started/_temporal_service.md @@ -4,36 +4,22 @@ Temporal CLI is a tool for interacting with the Temporal Service from the comman Install Temporal CLI on your local machine using the following instructions for your platform. -:::info Temporal CLI Version - -We recommend Temporal CLI version 0.11.0 for our courses and tutorials. - -::: -To install Temporal CLI, download the version for your architecture: - -- [Download Temporal CLI for Intel Macs](https://temporal.download/cli/archive/v0.11.0?platform=darwin&arch=amd64) -- [Download Temporal CLI for Apple Silicon Macs](https://temporal.download/cli/archive/v0.11.0?platform=darwin&arch=arm64) - -Once you've downloaded the file, extract the downloaded archive and add the `temporal` binary to your `PATH` by copying it to a directory like `/usr/local/bin`. - - To install Temporal CLI on Windows, download the version for your architecture: -- [Download Temporal CLI for Windows amd64](https://temporal.download/cli/archive/v0.11.0?platform=windows&arch=amd64) -- [Download Temporal CLI for Windows arm64](https://temporal.download/cli/archive/v0.11.0?platform=windows&arch=arm64) +- [Download Temporal CLI for Windows amd64](https://temporal.download/cli/archive/latest?platform=windows&arch=amd64) +- [Download Temporal CLI for Windows arm64](https://temporal.download/cli/archive/latest?platform=windows&arch=arm64) Once you've downloaded the file, extract the downloaded archive and add the `temporal.exe` binary to your `PATH`. @@ -43,8 +29,8 @@ Once you've downloaded the file, extract the downloaded archive and add the `tem To install Temporal CLI, download the version for your architecture -- [Download Temporal CLI for Linux amd64](https://temporal.download/cli/archive/v0.11.0?platform=linux&arch=amd64) -- [Download Temporal CLI for Linux arm64](https://temporal.download/cli/archive/v0.11.0?platform=linux&arch=arm64) +- [Download Temporal CLI for Linux amd64](https://temporal.download/cli/archive/latest?platform=linux&arch=amd64) +- [Download Temporal CLI for Linux arm64](https://temporal.download/cli/archive/latest?platform=linux&arch=arm64) Once you've downloaded the file, extract the downloaded archive and add the `temporal` binary to your `PATH` by copying it to a directory like `/usr/local/bin`.