Skip to content

Commit a2d88d6

Browse files
committed
Fix all the links in references
1 parent 508c975 commit a2d88d6

File tree

66 files changed

+503
-503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+503
-503
lines changed

docs/references/backend-sdks/supertokens-nodejs/package.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Defined in: [index.ts:143](https://github.com/supertokens/supertokens-node/blob/
359359
| Parameter | Type | Default value |
360360
| ------ | ------ | ------ |
361361
| `tenantId` | `string` | `undefined` |
362-
| `accountInfo` | [`AccountInfoInput`](recipe.accountlinking.types.mdx#accountinfoinput) | `undefined` |
362+
| `accountInfo` | [`AccountInfoInput`](recipe-accountlinking-types.mdx#accountinfoinput) | `undefined` |
363363
| `doUnionOfAccountInfo` | `boolean` | `false` |
364364
| `userContext?` | `Record`\<`string`, `any`\> | `undefined` |
365365
@@ -884,7 +884,7 @@ Defined in: [index.ts:204](https://github.com/supertokens/supertokens-node/blob/
884884
| Parameter | Type | Default value |
885885
| ------ | ------ | ------ |
886886
| `tenantId` | `string` | `undefined` |
887-
| `accountInfo` | [`AccountInfoInput`](recipe.accountlinking.types.mdx#accountinfoinput) | `undefined` |
887+
| `accountInfo` | [`AccountInfoInput`](recipe-accountlinking-types.mdx#accountinfoinput) | `undefined` |
888888
| `doUnionOfAccountInfo` | `boolean` | `false` |
889889
| `userContext?` | `Record`\<`string`, `any`\> | `undefined` |
890890

docs/references/backend-sdks/supertokens-nodejs/recipe.accountlinking.mdx renamed to docs/references/backend-sdks/supertokens-nodejs/recipe-accountlinking.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Defined in: [recipe/accountlinking/index.ts:121](https://github.com/supertokens/
315315
| Parameter | Type |
316316
| ------ | ------ |
317317
| `tenantId` | `string` |
318-
| `newUser` | [`AccountInfoWithRecipeId`](recipe.accountlinking.types.mdx#accountinfowithrecipeid) |
318+
| `newUser` | [`AccountInfoWithRecipeId`](recipe-accountlinking-types.mdx#accountinfowithrecipeid) |
319319
| `isVerified` | `boolean` |
320320
| `session?` | `SessionContainerInterface` |
321321
| `userContext?` | `Record`\<`string`, `any`\> |
@@ -631,7 +631,7 @@ Defined in: [recipe/accountlinking/index.ts:183](https://github.com/supertokens/
631631
632632
| Parameter | Type |
633633
| ------ | ------ |
634-
| `config?` | [`TypeInput`](recipe.accountlinking.types.mdx#typeinput) |
634+
| `config?` | [`TypeInput`](recipe-accountlinking-types.mdx#typeinput) |
635635
636636
#### Returns
637637
@@ -699,7 +699,7 @@ Defined in: [recipe/accountlinking/index.ts:191](https://github.com/supertokens/
699699
| Parameter | Type |
700700
| ------ | ------ |
701701
| `tenantId` | `string` |
702-
| `newUser` | [`AccountInfoWithRecipeId`](recipe.accountlinking.types.mdx#accountinfowithrecipeid) |
702+
| `newUser` | [`AccountInfoWithRecipeId`](recipe-accountlinking-types.mdx#accountinfowithrecipeid) |
703703
| `isVerified` | `boolean` |
704704
| `session?` | `SessionContainerInterface` |
705705
| `userContext?` | `Record`\<`string`, `any`\> |
@@ -799,4 +799,4 @@ Defined in: [recipe/accountlinking/index.ts:188](https://github.com/supertokens/
799799
800800
### RecipeInterface
801801
802-
Re-exports [RecipeInterface](recipe.accountlinking.types.mdx#recipeinterface)
802+
Re-exports [RecipeInterface](recipe-accountlinking-types.mdx#recipeinterface)

docs/references/backend-sdks/supertokens-nodejs/recipe.dashboard.mdx renamed to docs/references/backend-sdks/supertokens-nodejs/recipe-dashboard.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Defined in: [recipe/dashboard/index.ts:22](https://github.com/supertokens/supert
5050

5151
| Parameter | Type |
5252
| ------ | ------ |
53-
| `config?` | [`TypeInput`](recipe.dashboard.types.mdx#typeinput) |
53+
| `config?` | [`TypeInput`](recipe-dashboard-types.mdx#typeinput) |
5454

5555
#### Returns
5656

@@ -60,16 +60,16 @@ Defined in: [recipe/dashboard/index.ts:22](https://github.com/supertokens/supert
6060

6161
### APIInterface
6262

63-
Re-exports [APIInterface](recipe.dashboard.types.mdx#apiinterface)
63+
Re-exports [APIInterface](recipe-dashboard-types.mdx#apiinterface)
6464

6565
***
6666

6767
### APIOptions
6868

69-
Re-exports [APIOptions](recipe.dashboard.types.mdx#apioptions)
69+
Re-exports [APIOptions](recipe-dashboard-types.mdx#apioptions)
7070

7171
***
7272

7373
### RecipeInterface
7474

75-
Re-exports [RecipeInterface](recipe.dashboard.types.mdx#recipeinterface)
75+
Re-exports [RecipeInterface](recipe-dashboard-types.mdx#recipeinterface)

docs/references/backend-sdks/supertokens-nodejs/recipe.emailpassword.mdx renamed to docs/references/backend-sdks/supertokens-nodejs/recipe-emailpassword.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Defined in: [recipe/emailpassword/index.ts:343](https://github.com/supertokens/s
217217
218218
| Parameter | Type |
219219
| ------ | ------ |
220-
| `input` | [`TypeEmailPasswordPasswordResetEmailDeliveryInput`](recipe.emailpassword.types.mdx#typeemailpasswordpasswordresetemaildeliveryinput) & `object` |
220+
| `input` | [`TypeEmailPasswordPasswordResetEmailDeliveryInput`](recipe-emailpassword-types.mdx#typeemailpasswordpasswordresetemaildeliveryinput) & `object` |
221221
222222
###### Returns
223223
@@ -677,7 +677,7 @@ Defined in: [recipe/emailpassword/index.ts:355](https://github.com/supertokens/s
677677
678678
| Parameter | Type |
679679
| ------ | ------ |
680-
| `config?` | [`TypeInput`](recipe.emailpassword.types.mdx#typeinput) |
680+
| `config?` | [`TypeInput`](recipe-emailpassword-types.mdx#typeinput) |
681681
682682
#### Returns
683683
@@ -734,7 +734,7 @@ Defined in: [recipe/emailpassword/index.ts:379](https://github.com/supertokens/s
734734
735735
| Parameter | Type |
736736
| ------ | ------ |
737-
| `input` | [`TypeEmailPasswordPasswordResetEmailDeliveryInput`](recipe.emailpassword.types.mdx#typeemailpasswordpasswordresetemaildeliveryinput) & `object` |
737+
| `input` | [`TypeEmailPasswordPasswordResetEmailDeliveryInput`](recipe-emailpassword-types.mdx#typeemailpasswordpasswordresetemaildeliveryinput) & `object` |
738738
739739
#### Returns
740740
@@ -1110,16 +1110,16 @@ Defined in: [recipe/emailpassword/index.ts:363](https://github.com/supertokens/s
11101110
11111111
### APIInterface
11121112
1113-
Re-exports [APIInterface](recipe.emailpassword.types.mdx#apiinterface)
1113+
Re-exports [APIInterface](recipe-emailpassword-types.mdx#apiinterface)
11141114
11151115
***
11161116
11171117
### APIOptions
11181118
1119-
Re-exports [APIOptions](recipe.emailpassword.types.mdx#apioptions)
1119+
Re-exports [APIOptions](recipe-emailpassword-types.mdx#apioptions)
11201120
11211121
***
11221122
11231123
### RecipeInterface
11241124
1125-
Re-exports [RecipeInterface](recipe.emailpassword.types.mdx#recipeinterface)
1125+
Re-exports [RecipeInterface](recipe-emailpassword-types.mdx#recipeinterface)

docs/references/backend-sdks/supertokens-nodejs/recipe.emailverification.mdx renamed to docs/references/backend-sdks/supertokens-nodejs/recipe-emailverification.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Defined in: [recipe/emailverification/index.ts:256](https://github.com/supertoke
182182
183183
| Parameter | Type |
184184
| ------ | ------ |
185-
| `input` | [`TypeEmailVerificationEmailDeliveryInput`](recipe.emailverification.types.mdx#typeemailverificationemaildeliveryinput) & `object` |
185+
| `input` | [`TypeEmailVerificationEmailDeliveryInput`](recipe-emailverification-types.mdx#typeemailverificationemaildeliveryinput) & `object` |
186186
187187
###### Returns
188188
@@ -287,7 +287,7 @@ Defined in: [recipe/emailverification/index.ts:162](https://github.com/supertoke
287287
`Promise`\<
288288
\| \{
289289
`status`: `"OK"`;
290-
`user`: [`UserEmailInfo`](recipe.emailverification.types.mdx#useremailinfo);
290+
`user`: [`UserEmailInfo`](recipe-emailverification-types.mdx#useremailinfo);
291291
\}
292292
\| \{
293293
`status`: `"EMAIL_VERIFICATION_INVALID_TOKEN_ERROR"`;
@@ -401,7 +401,7 @@ Defined in: [recipe/emailverification/index.ts:265](https://github.com/supertoke
401401
402402
| Parameter | Type |
403403
| ------ | ------ |
404-
| `config` | [`TypeInput`](recipe.emailverification.types.mdx#typeinput) |
404+
| `config` | [`TypeInput`](recipe-emailverification-types.mdx#typeinput) |
405405
406406
#### Returns
407407
@@ -470,7 +470,7 @@ Defined in: [recipe/emailverification/index.ts:285](https://github.com/supertoke
470470
471471
| Parameter | Type |
472472
| ------ | ------ |
473-
| `input` | [`TypeEmailVerificationEmailDeliveryInput`](recipe.emailverification.types.mdx#typeemailverificationemaildeliveryinput) & `object` |
473+
| `input` | [`TypeEmailVerificationEmailDeliveryInput`](recipe-emailverification-types.mdx#typeemailverificationemaildeliveryinput) & `object` |
474474
475475
#### Returns
476476
@@ -569,7 +569,7 @@ Defined in: [recipe/emailverification/index.ts:275](https://github.com/supertoke
569569
`Promise`\<
570570
\| \{
571571
`status`: `"OK"`;
572-
`user`: [`UserEmailInfo`](recipe.emailverification.types.mdx#useremailinfo);
572+
`user`: [`UserEmailInfo`](recipe-emailverification-types.mdx#useremailinfo);
573573
\}
574574
\| \{
575575
`status`: `"EMAIL_VERIFICATION_INVALID_TOKEN_ERROR"`;
@@ -579,22 +579,22 @@ Defined in: [recipe/emailverification/index.ts:275](https://github.com/supertoke
579579
580580
### APIInterface
581581
582-
Re-exports [APIInterface](recipe.emailverification.types.mdx#apiinterface)
582+
Re-exports [APIInterface](recipe-emailverification-types.mdx#apiinterface)
583583
584584
***
585585
586586
### APIOptions
587587
588-
Re-exports [APIOptions](recipe.emailverification.types.mdx#apioptions)
588+
Re-exports [APIOptions](recipe-emailverification-types.mdx#apioptions)
589589
590590
***
591591
592592
### RecipeInterface
593593
594-
Re-exports [RecipeInterface](recipe.emailverification.types.mdx#recipeinterface)
594+
Re-exports [RecipeInterface](recipe-emailverification-types.mdx#recipeinterface)
595595
596596
***
597597
598598
### UserEmailInfo
599599
600-
Re-exports [UserEmailInfo](recipe.emailverification.types.mdx#useremailinfo)
600+
Re-exports [UserEmailInfo](recipe-emailverification-types.mdx#useremailinfo)
File renamed without changes.

0 commit comments

Comments
 (0)