update doc
This commit is contained in:
parent
04b2fcf0b5
commit
3ebe262a13
1 changed files with 7 additions and 9 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue