mv LCEL up in docs (#11395)

pull/11402/head
Bagatur 10 months ago committed by GitHub
parent 4d66756d93
commit 91941d1f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,23 +35,22 @@ module.exports = {
},
{
type: "category",
label: "Modules",
label: "LangChain Expression Language",
collapsed: false,
collapsible: false,
items: [{ type: "autogenerated", dirName: "modules" } ],
items: [{ type: "autogenerated", dirName: "expression_language" } ],
link: {
type: 'doc',
id: "modules/index"
id: "expression_language/index"
},
},
{
type: "category",
label: "LangChain Expression Language",
collapsed: true,
items: [{ type: "autogenerated", dirName: "expression_language" } ],
label: "Modules",
collapsed: false,
items: [{ type: "autogenerated", dirName: "modules" } ],
link: {
type: 'doc',
id: "expression_language/index"
id: "modules/index"
},
},
{

Loading…
Cancel
Save