Skip to content

Commit

Permalink
docs: rename data guide
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed May 7, 2024
1 parent ec1ab03 commit 64ef24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"label": "Core Guides",
"children": [
{
"label": "Data (and TypeScript)",
"label": "Data",
"to": "guide/data"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Data Guide
---

## Data (and TypeScript) Guide
## Data Guide

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.

Expand Down

0 comments on commit 64ef24c

Please sign in to comment.