Skip to content

Commit 9ecc5e2

Browse files
docs: prep for tanstack.com migration to TSR (#663)
1 parent 8e2335e commit 9ecc5e2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@
188188
{
189189
"label": "FormApi",
190190
"to": "framework/react/reference/formApi"
191+
},
192+
{
193+
"label": "FieldApi",
194+
"to": "framework/react/reference/fieldApi"
191195
}
192196
]
193197
},

docs/framework/react/reference/fieldApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Field API
55

66
### `FieldApi<TParentData, TName, TFieldValidator, TFormValidator, TData>`
77

8-
When using `@tanstack/react-form`, the [core field API](../../reference/fieldApi) is extended at type level with additional methods for React-specific functionality:
8+
When using `@tanstack/react-form`, the [core field API](../../../../reference/fieldApi) is extended at type level with additional methods for React-specific functionality:
99

1010
- ```tsx
1111
Field: FieldComponent<TParentData, TFormValidator>

docs/framework/react/reference/formApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Form API
55

66
### `FormApi<TFormData, TFormValidator>`
77

8-
When using `@tanstack/react-form`, the [core form API](../../reference/formApi) is extended at type level with additional methods for React-specific functionality:
8+
When using `@tanstack/react-form`, the [core form API](../../../../reference/formApi) is extended at type level with additional methods for React-specific functionality:
99

1010
- ```tsx
1111
Field: FieldComponent<TFormData, TFormValidator>

0 commit comments

Comments
 (0)