mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
fix module sidebar (#13158)
This commit is contained in:
parent
e76ff63125
commit
d9e493e96c
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
|
sidebar_class_name: hidden
|
||||||
---
|
---
|
||||||
# Agents
|
# Agents
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 5
|
sidebar_position: 5
|
||||||
|
sidebar_class_name: hidden
|
||||||
---
|
---
|
||||||
# Callbacks
|
# Callbacks
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
"---\n",
|
"---\n",
|
||||||
"sidebar_position: 2\n",
|
"sidebar_position: 2\n",
|
||||||
"title: Chains\n",
|
"title: Chains\n",
|
||||||
|
"sidebar_class_name: hidden\n",
|
||||||
"---"
|
"---"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
sidebar_class_name: hidden
|
||||||
---
|
---
|
||||||
|
|
||||||
# Retrieval
|
# Retrieval
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
|
sidebar_class_name: hidden
|
||||||
---
|
---
|
||||||
# Memory
|
# Memory
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
sidebar_position: 0
|
sidebar_position: 0
|
||||||
sidebar_custom_props:
|
sidebar_custom_props:
|
||||||
description: Interface with language models
|
description: Interface with language models
|
||||||
|
sidebar_class_name: hidden
|
||||||
---
|
---
|
||||||
|
|
||||||
# Model I/O
|
# Model I/O
|
||||||
|
@ -48,17 +48,17 @@ module.exports = {
|
|||||||
label: "Modules",
|
label: "Modules",
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ type: "category", label: "Model I/O", collapsed: true, items: [{type:"autogenerated", dirName: "modules/model_io" }], link: { type: 'doc', id: "modules/model_io/index"}},
|
{ type: "category", label: "Model I/O", collapsed: true, items: [{type:"autogenerated", dirName: "modules/model_io" }], link: { type: 'doc', id: "modules/model_io/index" }},
|
||||||
{ type: "category", label: "Retrieval", collapsed: true, items: [{type:"autogenerated", dirName: "modules/data_connection" }], link: { type: 'doc', id: "modules/data_connection/index"}},
|
{ type: "category", label: "Retrieval", collapsed: true, items: [{type:"autogenerated", dirName: "modules/data_connection" }], link: { type: 'doc', id: "modules/data_connection/index" }},
|
||||||
{ type: "category", label: "Agents", collapsed: true, items: [{type:"autogenerated", dirName: "modules/agents" }], link: { type: 'doc', id: "modules/agents/index"}},
|
{ type: "category", label: "Agents", collapsed: true, items: [{type:"autogenerated", dirName: "modules/agents" }], link: { type: 'doc', id: "modules/agents/index" }},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "More",
|
label: "More",
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ type: "category", label: "Chains", collapsed: true, items: [{type:"autogenerated", dirName: "modules/chains" }], link: { type: 'doc', id: "modules/chains/index"}},
|
{ type: "category", label: "Chains", collapsed: true, items: [{type:"autogenerated", dirName: "modules/chains" }], link: { type: 'doc', id: "modules/chains/index" }},
|
||||||
{ type: "category", label: "Memory", collapsed: true, items: [{type:"autogenerated", dirName: "modules/memory" }], link: { type: 'doc', id: "modules/memory/index"}},
|
{ type: "category", label: "Memory", collapsed: true, items: [{type:"autogenerated", dirName: "modules/memory" }], link: { type: 'doc', id: "modules/memory/index" }},
|
||||||
{ type: "category", label: "Callbacks", collapsed: true, items: [{type:"autogenerated", dirName: "modules/callbacks" }], link: { type: 'doc', id: "modules/callbacks/index"}},
|
{ type: "category", label: "Callbacks", collapsed: true, items: [{type:"autogenerated", dirName: "modules/callbacks" }], link: { type: 'doc', id: "modules/callbacks/index" }},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user