Skip to content

Commit 211260f

Browse files
docs: Reorder pages in the introductory docs (TanStack#1865)
* docs: reorder pages in introduction docs * docs: link from quick start page to key concepts
1 parent fbd3488 commit 211260f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/src/manifests/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"path": "/installation",
1515
"editUrl": "/installation.md"
1616
},
17-
{
18-
"title": "Devtools",
19-
"path": "/devtools",
20-
"editUrl": "/devtools.md"
21-
},
2217
{
2318
"title": "Quick Start",
2419
"path": "/quick-start",
2520
"editUrl": "/quick-start.md"
2621
},
22+
{
23+
"title": "Devtools",
24+
"path": "/devtools",
25+
"editUrl": "/devtools.md"
26+
},
2727
{
2828
"title": "Videos & Talks",
2929
"path": "/videos",

docs/src/pages/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ title: Quick Start
55

66
This example very briefly illustrates the 3 core concepts of React Query:
77

8-
- Queries
9-
- Mutations
10-
- Query Invalidation
8+
- [Queries](./guides/queries)
9+
- [Mutations](./guides/mutations)
10+
- [Query Invalidation](./guides/query-invalidation)
1111

1212
```js
1313
import {

0 commit comments

Comments
 (0)