From c2c669780b2b27b006d1638b16d1517660850ded Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:31:07 +1100 Subject: [PATCH] docs: Add $schema field (#32) --- docs/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/config.json b/docs/config.json index 6ea38c7..a120828 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/TanStack/tanstack.com/main/tanstack-docs-config.schema.json", "docSearch": { "appId": "", "apiKey": "", @@ -11,10 +12,13 @@ { "label": "Overview", "to": "overview" + }, + { + "label": "Build", + "to": "build" } ] } ], - "frameworkMenus": [ - ] + "frameworkMenus": [] }