Skip to content

Commit 64ef24c

Browse files
committedMay 7, 2024·
docs: rename data guide
1 parent ec1ab03 commit 64ef24c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"label": "Core Guides",
9292
"children": [
9393
{
94-
"label": "Data (and TypeScript)",
94+
"label": "Data",
9595
"to": "guide/data"
9696
},
9797
{

‎docs/guide/data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Data Guide
33
---
44

5-
## Data (and TypeScript) Guide
5+
## Data Guide
66

77
Tables start with your data. Your column definitions and rows will depend on the shape of your data. TanStack Table has some TypeScript features that will help you create the rest of your table code with a great type-safe experience. If you set up your data and types correctly, TanStack Table will be able to infer the shape of your data and enforce that your column definitions are made correctly.
88

0 commit comments

Comments
 (0)
Please sign in to comment.