From 5b481735058502ffd96a332064f9457c750eeee5 Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:49:36 -0400 Subject: [PATCH] chore(repo): Add typedoc link replacements for commerce types --- .typedoc/custom-plugin.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.typedoc/custom-plugin.mjs b/.typedoc/custom-plugin.mjs index 0e4a42ab161..d70b15c1ad7 100644 --- a/.typedoc/custom-plugin.mjs +++ b/.typedoc/custom-plugin.mjs @@ -55,6 +55,14 @@ const LINK_REPLACEMENTS = [ ['verify-token-options', '#verify-token-options'], ['localization-resource', '/docs/guides/customizing-clerk/localization'], ['confirm-checkout-params', '/docs/reference/javascript/types/billing-checkout-resource#parameters'], + ['billing-payment-source-resource', '/docs/reference/javascript/types/billing-payment-source-resource'], + ['billing-payer-resource', '/docs/reference/javascript/types/billing-payer-resource'], + ['billing-plan-resource', '/docs/reference/javascript/types/billing-plan-resource'], + ['billing-checkout-totals', '/docs/reference/javascript/types/billing-checkout-totals'], + ['billing-money-amount', '/docs/reference/javascript/types/billing-money-amount'], + ['billing-subscription-item-resource', '/docs/reference/javascript/types/billing-subscription-item-resource'], + ['feature-resource', '/docs/reference/javascript/types/feature-resource'], + ['billing-statement-group', '/docs/reference/javascript/types/billing-statement-group'], ]; /**