From 6c59ac58557c1be9c8941f9678f785a3c1289ab7 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 19 Nov 2025 14:46:23 +0000 Subject: [PATCH] Fix docs sidebar Collection link capitalization The sidebar was linking to reference/interfaces/collection (lowercase) but the actual interface documentation is at reference/interfaces/Collection (uppercase). This was causing a broken link in the docs. --- docs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.json b/docs/config.json index e583b1d8d..09ca7c62b 100644 --- a/docs/config.json +++ b/docs/config.json @@ -124,7 +124,7 @@ }, { "label": "Collection", - "to": "reference/interfaces/collection" + "to": "reference/interfaces/Collection" }, { "label": "createCollection",