mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
docs: sidebar autogen hidden support (#21454)
This commit is contained in:
@@ -101,6 +101,9 @@ const config = {
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
subItem.label = subItem.label.replace(/\//g, "/\u200B");
|
||||
}
|
||||
if (args.item.className) {
|
||||
subItem.className = args.item.className;
|
||||
}
|
||||
});
|
||||
return sidebarItems;
|
||||
},
|
||||
|
Reference in New Issue
Block a user