mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 13:52:34 +08:00
Reorganized sidebar categories
This commit is contained in:
@ -23,15 +23,10 @@ module.exports = {
|
||||
"whats-new/migrating-to-one-point-zero",
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
type: "category",
|
||||
label: " Step-by-Step Guides",
|
||||
collapsed: false,
|
||||
items: ["guides/langfuse_integration"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Migration Guides",
|
||||
label: " Migration Guides",
|
||||
collapsed: false,
|
||||
items: [
|
||||
// "migration/flow-of-data",
|
||||
@ -68,6 +63,12 @@ module.exports = {
|
||||
"guidelines/custom-component",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Step-by-Step Guides",
|
||||
collapsed: false,
|
||||
items: ["guides/langfuse_integration"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Core Components",
|
||||
|
||||
Reference in New Issue
Block a user