Skip to content

Commit fd94e67

Browse files
docs: add community resources page (#1837)
* add community resources page * ci: apply automated fixes and generate docs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent f403e3d commit fd94e67

File tree

4 files changed

+21
-69
lines changed

4 files changed

+21
-69
lines changed

docs/community-resources.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Community Resources
3+
media:
4+
[
5+
{
6+
title: "Balastrong's TanStack Form Video Series",
7+
url: 'https://www.youtube.com/playlist?list=PLOQjd5dsGSxInTKUWTxyqSKwZCjDIUs0Y',
8+
description: 'Series by Balastrong, a maintainer of TanStack Form, covering setup, validation, array fields, reactivity, schema libraries, side effects, and composable fields.',
9+
},
10+
{
11+
title: 'TanStack Form Tutorial - Best Form Library for React?',
12+
url: 'https://youtu.be/5oFQd-uAAHo',
13+
description: 'A tutorial from Atharva Deosthale using TanStack Form in a Next.js project. Made for those just getting started with TanStack Form, covering client-side and server-side form validation.',
14+
},
15+
]
16+
---

docs/config.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"indexName": "tanstack-form"
77
},
88
"sections": [
9+
{
10+
"label": "Community Resources",
11+
"children": [],
12+
"frameworks": []
13+
},
914
{
1015
"label": "Getting Started",
1116
"children": [
@@ -521,25 +526,6 @@
521526
}
522527
]
523528
},
524-
{
525-
"label": "Community Resources",
526-
"children": [],
527-
"frameworks": [
528-
{
529-
"label": "react",
530-
"children": [
531-
{
532-
"label": "Balastrong's Tutorial",
533-
"to": "framework/react/community/balastrong-tutorial"
534-
},
535-
{
536-
"label": "Community Tutorials",
537-
"to": "framework/react/community/tutorials"
538-
}
539-
]
540-
}
541-
]
542-
},
543529
{
544530
"label": "Examples",
545531
"children": [],

docs/framework/react/community/balastrong-tutorial.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/framework/react/community/tutorials.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)