mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
docs: update migration guide (#24835)
Move to its own section in the sidebar.
This commit is contained in:
@@ -92,6 +92,18 @@ module.exports = {
|
||||
className: 'hidden',
|
||||
}],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Migrating to LCEL",
|
||||
link: {type: 'doc', id: 'versions/migrating_chains/index'},
|
||||
collapsible: false,
|
||||
collapsed: false,
|
||||
items: [{
|
||||
type: 'autogenerated',
|
||||
dirName: 'versions/migrating_chains',
|
||||
className: 'hidden',
|
||||
}],
|
||||
},
|
||||
],
|
||||
},
|
||||
"security"
|
||||
|
Reference in New Issue
Block a user