Skip to content

Commit afd3b7f

Browse files
committed
Improve header hierarchy
1 parent 812abbe commit afd3b7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The home of the TanStack ecosystem. Built with [TanStack Router](https://tanstac
1212

1313
## Development
1414

15+
### Quick Start
16+
1517
From your terminal:
1618

1719
```sh
@@ -21,7 +23,7 @@ pnpm dev
2123

2224
This starts your app in development mode, rebuilding assets on file changes.
2325

24-
## Local Setup for Docs & Commits
26+
### Local Setup
2527

2628
The documentation for all TanStack projects (except `React Charts`) is hosted on [tanstack.com](https://tanstack.com). In production, doc pages are fetched from GitHub. In development, they're read from your local file system.
2729

@@ -50,7 +52,7 @@ tanstack/
5052
> [!WARNING]
5153
> Directory names must match repo names exactly (e.g., `query` not `tanstack-query`). The app finds docs by looking for sibling directories by name.
5254
53-
## Editing Docs
55+
### Editing Docs
5456

5557
To edit docs for a project, make changes in its `docs/` folder (e.g., `../form/docs/`) and visit http://localhost:3000/form/latest/docs/overview to preview.
5658

0 commit comments

Comments
 (0)