Skip to content

Commit 1b03bed

Browse files
committed
adding meta descriptions
1 parent 471e2fd commit 1b03bed

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/content/docs/learning-paths/workflows-course/series/workflows-1.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Introduction to Workflows
44
sidebar:
55
order: 1
66
tableOfContents: false
7+
description: |
8+
Cloudflare Workflows provides durable execution capabilities, allowing developers to create reliable, repeatable workflows that run in the background. Workflows are designed to resume execution even if the underlying compute fails, ensuring that tasks complete eventually. They are built on top of Cloudflare Workers and handle scaling and provisioning automatically.
79
---
810

911
import { Render, Tabs, TabItem, Stream, Card } from "~/components";

src/content/docs/learning-paths/workflows-course/series/workflows-2.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: Monitor and batch your website data
44
sidebar:
55
order: 2
66
tableOfContents: false
7+
description: |
8+
Workflows can be used to process batches of data, ensuring each item in the batch goes through a defined process with reliable execution. This section demonstrates processing a batch of puns using the Punderful application as an example.
9+
710
---
811

912
import { Render, Tabs, TabItem, Stream, Card } from "~/components";

src/content/docs/learning-paths/workflows-course/series/workflows-3.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Use cron triggers to develop time-aware applications
44
sidebar:
55
order: 3
66
tableOfContents: false
7+
description: |
8+
Cloudflare Workflows provide a powerful way to manage asynchronous, durable processes. The ability to explicitly schedule tasks using cron triggers and pause execution with `step.sleep` allows developers to build sophisticated, time-aware applications.
79
---
810

911
import { Render, Tabs, TabItem, Stream, Card } from "~/components";

0 commit comments

Comments
 (0)