mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-27 16:46:21 +08:00
📚 docs(sidebars.js): add new category "Guides" with an item "loading_document" to the sidebar to improve navigation and organization of documentation
This commit is contained in:
@ -21,6 +21,12 @@ module.exports = {
|
||||
"guidelines/collection",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Guides",
|
||||
collapsed: false,
|
||||
items: ["guides/loading_document"],
|
||||
},
|
||||
// {
|
||||
// type: 'category',
|
||||
// label: 'Components',
|
||||
|
||||
Reference in New Issue
Block a user