docs: update migration guide (#24835)

Move to its own section in the sidebar.
This commit is contained in:
ccurme
2024-07-30 16:17:12 -04:00
committed by GitHub
parent 957b05b8d5
commit c123cb2b30
11 changed files with 1082 additions and 6 deletions

View File

@@ -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"