Skip to content

Commit c2c6697

Browse files
docs: Add $schema field (#32)
1 parent 91a3108 commit c2c6697

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/TanStack/tanstack.com/main/tanstack-docs-config.schema.json",
23
"docSearch": {
34
"appId": "",
45
"apiKey": "",
@@ -11,10 +12,13 @@
1112
{
1213
"label": "Overview",
1314
"to": "overview"
15+
},
16+
{
17+
"label": "Build",
18+
"to": "build"
1419
}
1520
]
1621
}
1722
],
18-
"frameworkMenus": [
19-
]
23+
"frameworkMenus": []
2024
}

0 commit comments

Comments
 (0)