docs: reorder integrations sidebar (#24847)

This commit is contained in:
Bagatur 2024-07-30 16:58:26 -07:00 committed by GitHub
parent 943126c5fd
commit 1181c10c65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,19 +281,20 @@ module.exports = {
},
{
type: "category",
label: "Memory",
label: "Key-value stores",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/memory",
dirName: "integrations/stores",
},
],
link: {
type: "generated-index",
slug: "integrations/memory",
type: "doc",
id: "integrations/stores/index",
},
},
"integrations/llm_caching",
{
type: "category",
label: "Graphs",
@ -309,6 +310,21 @@ module.exports = {
slug: "integrations/graphs",
},
},
{
type: "category",
label: "Memory",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/memory",
},
],
link: {
type: "generated-index",
slug: "integrations/memory",
},
},
{
type: "category",
label: "Callbacks",
@ -354,22 +370,6 @@ module.exports = {
slug: "integrations/adapters",
},
},
{
type: "category",
label: "Key-value stores",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/stores",
},
],
link: {
type: "doc",
id: "integrations/stores/index",
},
},
"integrations/llm_caching",
],
link: {
type: "generated-index",