update doc

This commit is contained in:
Nicolò Boschi 2025-12-09 10:13:31 +01:00
parent 04b2fcf0b5
commit 3ebe262a13

View file

@ -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',