From 12905752be41cfc04a7563b410d86de8c1af4efe Mon Sep 17 00:00:00 2001 From: Schalk Venter Date: Sat, 4 Jul 2026 08:34:41 +0200 Subject: [PATCH] Fix formatting of contents section in overview.md --- docs/overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index 63f0965d96..c80bb27f97 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -34,10 +34,10 @@ It extends TanStack Query with collections, live queries and optimistic mutation ## Contents -- [How it works](#how-it-works) — understand the TanStack DB development model and how the pieces fit together -- [API reference](#api-reference) — for the primitives and function interfaces -- [Usage examples](#usage-examples) — examples of common usage patterns -- [More info](#more-info) — where to find support and more information +- [How it works](#how-it-works) — understand the TanStack DB development model and how the pieces fit together +- [API reference](#api-reference) — for the primitives and function interfaces +- [Usage examples](#usage-examples) — examples of common usage patterns +- [More info](#more-info) — where to find support and more information ## How it works