Reorganized sidebar categories

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-04 00:09:30 -03:00
commit ffad7358a5

View file

@ -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",