Skip to content

Commit b301b0a

Browse files
authored
Add callout to directives guide (#75)
1 parent 109abcf commit b301b0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/docs/how-it-works/code-transform.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ title: How the Directives Work
44

55
# How the Directives Work
66

7+
<Callout>
8+
This is an advanced guide that dives into internals of the Workflow DevKit directive and is not required reading to use workflows. To simply use the Workflow DevKit, check out the [getting started](/docs/getting-started) guides for your framework.
9+
</Callout>
10+
711
Workflows use special directives to mark code for transformation by the Workflow DevKit compiler. This page explains how `"use workflow"` and `"use step"` directives work, what transformations are applied, and why they're necessary for durable execution.
812

13+
914
---
1015

1116
## Directives Overview

0 commit comments

Comments
 (0)