From 75872544fe14a00fe9870d3507cda040238a19f5 Mon Sep 17 00:00:00 2001 From: Sean Yeh <109418+seanyeh@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:29:28 -0600 Subject: [PATCH] Don't redirect on esc sdk docs --- infrastructure/cloudfrontLambdaAssociations.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/cloudfrontLambdaAssociations.ts b/infrastructure/cloudfrontLambdaAssociations.ts index 827c31d4a80e..a651eb382d97 100644 --- a/infrastructure/cloudfrontLambdaAssociations.ts +++ b/infrastructure/cloudfrontLambdaAssociations.ts @@ -281,6 +281,7 @@ function nodeSDKRedirect(uri: string): string | undefined { "awsx", "kubernetesx", "terraform", + "esc-sdk", ]; if (match && match.provider && !exceptions.includes(match.provider)) { @@ -300,6 +301,7 @@ function pythonSDKRedirect(uri: string): string | undefined { "pulumi", "policy", "terraform", + "esc_sdk", ]; if (match && match.provider && !exceptions.includes(match.provider)) {