mv LCEL up in docs (#11395)

pull/11402/head
Bagatur 11 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", type: "category",
label: "Modules", label: "LangChain Expression Language",
collapsed: false, collapsed: false,
collapsible: false, items: [{ type: "autogenerated", dirName: "expression_language" } ],
items: [{ type: "autogenerated", dirName: "modules" } ],
link: { link: {
type: 'doc', type: 'doc',
id: "modules/index" id: "expression_language/index"
}, },
}, },
{ {
type: "category", type: "category",
label: "LangChain Expression Language", label: "Modules",
collapsed: true, collapsed: false,
items: [{ type: "autogenerated", dirName: "expression_language" } ], items: [{ type: "autogenerated", dirName: "modules" } ],
link: { link: {
type: 'doc', type: 'doc',
id: "expression_language/index" id: "modules/index"
}, },
}, },
{ {

Loading…
Cancel
Save