Skip to content

Commit 99bcaa6

Browse files
committed
chore: add links inside bindings to billing docs
1 parent 0abd745 commit 99bcaa6

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/content/docs/workflows/bindings/env-binding.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Secret variables will be redacted in the logs.
2828
- [user:existing_password_provided](/workflows/example-workflows/existing-password-provided-workflow/)
2929
- [user:tokens_generation](/workflows/example-workflows/user-token-generation/)
3030
- [user:pre_mfa](/workflows/example-workflows/pre-mfa-workflow/)
31+
- [user:plan_selection](/workflows/example-workflows/plan-selection-workflow/)
32+
- [user:plan_cancellation_request](/workflows/example-workflows/plan-cancellation-request-workflow/)
3133

3234
## Configuration
3335

src/content/docs/workflows/bindings/fetch-binding.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ If you are passing sensitive data we recommend you instead use [kinde.secureFetc
2121
- [user:existing_password_provided](/workflows/example-workflows/existing-password-provided-workflow/)
2222
- [user:tokens_generation](/workflows/example-workflows/user-token-generation/)
2323
- [user:pre_mfa](/workflows/example-workflows/pre-mfa-workflow/)
24+
- [user:plan_selection](/workflows/example-workflows/plan-selection-workflow/)
25+
- [user:plan_cancellation_request](/workflows/example-workflows/plan-cancellation-request-workflow/)
2426

2527
## Configuration
2628

src/content/docs/workflows/bindings/secure-fetch-binding.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The `kinde.secureFetch` binding allows you to make POST requests to external API
2020
- [user:existing_password_provided](http://localhost:4321/workflows/example-workflows/existing-password-provided-workflow/)
2121
- [user:tokens_generation](/workflows/example-workflows/user-token-generation/)
2222
- [user:pre_mfa](http://localhost:4321/workflows/example-workflows/pre-mfa-workflow/)
23+
- [user:plan_selection](/workflows/example-workflows/plan-selection-workflow/)
24+
- [user:plan_cancellation_request](/workflows/example-workflows/plan-cancellation-request-workflow/)
2325

2426
## Configuration
2527

src/content/docs/workflows/bindings/url-binding.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The `url` binding allows you to access the native JavaScript `URLSearchParams` A
1919
- [user:existing_password_provided](/workflows/example-workflows/existing-password-provided-workflow/)
2020
- [user:tokens_generation](/workflows/example-workflows/user-token-generation/)
2121
- [user:pre_mfa](/workflows/example-workflows/pre-mfa-workflow/)
22+
- [user:plan_selection](/workflows/example-workflows/plan-selection-workflow/)
23+
- [user:plan_cancellation_request](/workflows/example-workflows/plan-cancellation-request-workflow/)
2224

2325
## Configuration
2426

0 commit comments

Comments
 (0)