Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "learn to" and "learn how to" from tutorials #351

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Run Workers with Temporal Cloud for the Go SDK
id: run-workers-with-cloud-go
sidebar_position: 4
description: In this tutorial, you'll learn how to migrate your Go application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
description: In this tutorial, you'll migrate your Go application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
keywords: [go, temporal, sdk, tutorial, example, workflow, worker, getting started, temporal cloud, managed service, migrating]
tags: [Go, SDK, Temporal Cloud]
last_update:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Run Workers with Temporal Cloud for the Java SDK
id: run-workers-with-cloud-java
sidebar_position: 4
description: In this tutorial, you'll learn how to migrate your Java application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
description: In this tutorial, you'll migrate your Java application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
keywords: [java, temporal, sdk, tutorial, example, workflow, worker, getting started, temporal cloud, managed service, migrating]
tags: [Java, SDK, Temporal Cloud]
last_update:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Run Workers with Temporal Cloud for the Python SDK
id: run-workers-with-cloud-python
sidebar_position: 4
description: In this tutorial, you'll learn how to migrate your Python application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
description: In this tutorial, you'll migrate your Python application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
keywords: [python, temporal, sdk, tutorial, example, workflow, worker, getting started, temporal cloud, managed service, migrating]
tags: [Python, SDK, Temporal Cloud]
last_update:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Run Workers with Temporal Cloud for the TypeScript SDK
id: run-workers-with-cloud-typescript
sidebar_position: 4
description: In this tutorial, you'll learn how to migrate your TypeScript application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
description: In this tutorial, you'll migrate your TypeScript application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.
keywords: [typescript, temporal, sdk, tutorial, example, workflow, worker, getting started, temporal cloud, managed service, migrating]
tags: [TypeScript, SDK, Temporal Cloud]
last_update:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/go/audiobook/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: [Go, SDK]
last_update:
date: 2024-09-10
title: Create audiobooks from text with OpenAI and Go
description: Learn to build your own audiobooks from text using OpenAI Web APIs and Temporal. Step-by-step guide for hassle-free MP3 creation with robust failure mitigation.
description: Build your own audiobooks from text using OpenAI Web APIs and Temporal. Step-by-step guide for hassle-free MP3 creation with robust failure mitigation.
sidebar_label: Create audiobooks from text with OpenAI and Go
image: /img/temporal-logo-twitter-card.png
---
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/java/audiobook/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: [Java, SDK]
last_update:
date: 2024-07-16
title: Create audiobooks from text with OpenAI and Java
description: Learn to build your own audiobooks from text using OpenAI Web APIs and Temporal. Step-by-step guide for hassle-free MP3 creation with robust failure mitigation.
description: Build your own audiobooks from text using OpenAI Web APIs and Temporal. Step-by-step guide for hassle-free MP3 creation with robust failure mitigation.
sidebar_label: Create audiobooks from text with OpenAI and Java
image: /img/temporal-logo-twitter-card.png
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: index
title: Build a Work Queue Slack App with Typescript
description: Learn how to build a Slash Command Slack App using Temporal to manage ork queues without a traditional database.
description: Build a Slash Command Slack App using Temporal to manage work queues without a traditional database.
tags:
- typescript
keywords:
Expand Down
Loading