Skip to content

Commit 3b4ff36

Browse files
lennessyyclaude
andcommitted
fix: move admonition closing ::: to its own line
The linter merged the ::: closing tag onto the preceding text line, which breaks MDX admonition rendering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8664fad commit 3b4ff36

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

  • docs/production-deployment/worker-deployments/serverless-workers

docs/production-deployment/worker-deployments/serverless-workers/aws-lambda.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ This guide walks through deploying a Temporal [Serverless Worker](/serverless-wo
5454

5555
If you are just exploring the Serverless Worker feature and don't have a Workflow ready, you can use the sample
5656
Workflows and Activities from the
57-
[Go Lambda Worker sample](https://github.com/temporalio/samples-go/tree/main/lambda-worker). :::
57+
[Go Lambda Worker sample](https://github.com/temporalio/samples-go/tree/main/lambda-worker).
58+
59+
:::
5860

5961
</SdkTabs.Go>
6062
<SdkTabs.Python>
@@ -65,7 +67,9 @@ Workflows and Activities from the
6567

6668
If you are just exploring the Serverless Worker feature and don't have a Workflow ready, you can use the sample
6769
Workflows and Activities from the
68-
[Python Lambda Worker sample](https://github.com/temporalio/samples-python/tree/main/lambda_worker). :::
70+
[Python Lambda Worker sample](https://github.com/temporalio/samples-python/tree/main/lambda_worker).
71+
72+
:::
6973

7074
</SdkTabs.Python>
7175
<SdkTabs.TypeScript>
@@ -76,7 +80,9 @@ Workflows and Activities from the
7680

7781
If you are just exploring the Serverless Worker feature and don't have a Workflow ready, you can use the sample
7882
Workflows and Activities from the
79-
[TypeScript Lambda Worker sample](https://github.com/temporalio/samples-typescript/tree/main/lambda-worker). :::
83+
[TypeScript Lambda Worker sample](https://github.com/temporalio/samples-typescript/tree/main/lambda-worker).
84+
85+
:::
8086

8187
</SdkTabs.TypeScript>
8288
</SdkTabs>

0 commit comments

Comments
 (0)