From 3ebe262a136cf6e11a1f72e2a019c68f2d2deda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 9 Dec 2025 10:13:31 +0100 Subject: [PATCH] update doc --- hindsight-docs/sidebars.ts | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/hindsight-docs/sidebars.ts b/hindsight-docs/sidebars.ts index d10db091..6a375ae1 100644 --- a/hindsight-docs/sidebars.ts +++ b/hindsight-docs/sidebars.ts @@ -33,17 +33,10 @@ const sidebars: SidebarsConfig = { id: 'developer/performance', label: 'Performance', }, - ], - }, - { - type: 'category', - label: 'Getting Started', - collapsible: false, - items: [ { type: 'doc', - id: 'developer/api/quickstart', - label: 'Quick Start', + id: 'developer/rag-vs-hindsight', + label: 'RAG vs Memory', }, ], }, @@ -52,6 +45,11 @@ const sidebars: SidebarsConfig = { label: 'API', collapsible: false, items: [ + { + type: 'doc', + id: 'developer/api/quickstart', + label: 'Quick Start', + }, { type: 'doc', id: 'developer/api/retain',