Skip to content

Commit

Permalink
Don't redirect on esc sdk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Jan 9, 2025
1 parent 5121fa1 commit 7587254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/cloudfrontLambdaAssociations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ function nodeSDKRedirect(uri: string): string | undefined {
"awsx",
"kubernetesx",
"terraform",
"esc-sdk",
];

if (match && match.provider && !exceptions.includes(match.provider)) {
Expand All @@ -300,6 +301,7 @@ function pythonSDKRedirect(uri: string): string | undefined {
"pulumi",
"policy",
"terraform",
"esc_sdk",
];

if (match && match.provider && !exceptions.includes(match.provider)) {
Expand Down

0 comments on commit 7587254

Please sign in to comment.