Reorganized sidebar categories
This commit is contained in:
parent
d69719c987
commit
ffad7358a5
1 changed files with 8 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue