Skip to content

Commit 0a3fc44

Browse files
authored
feat(docs): add video tutorial section with YouTube embed for direct minting guide with tag (#1387)
1 parent b5c2ba4 commit 0a3fc44

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/fassets/developer-guides/6-fassets-direct-minting-tag.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sidebar_position: 6
99

1010
import CodeBlock from "@theme/CodeBlock";
1111
import FAssetsDirectMintingTag from "!!raw-loader!/examples/developer-hub-javascript/fassetsDirectMintingTag.ts";
12+
import YouTubeEmbed from "@site/src/components/YouTubeEmbed";
1213

1314
## Overview
1415

@@ -79,6 +80,10 @@ Compared to the [memo-based direct minting](/fassets/developer-guides/fassets-di
7980
- **Rate limits may delay execution.**
8081
If the minting hits hourly, daily, or large-minting thresholds, [`DirectMintingDelayed`](/fassets/reference/IAssetManagerEvents#directmintingdelayed) is emitted instead of [`DirectMintingExecuted`](/fassets/reference/IAssetManagerEvents#directmintingexecuted), with an `executionAllowedAt` timestamp.
8182

83+
## Video Tutorial
84+
85+
<YouTubeEmbed videoId="zKzrZOm9NoQ"></YouTubeEmbed>
86+
8287
:::tip[What's next]
8388

8489
To continue your FAssets development journey, you can:

0 commit comments

Comments
 (0)