docs: reorder integrations sidebar (#24847)

pull/24850/head
Bagatur 2 months ago committed by GitHub
parent 943126c5fd
commit 1181c10c65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",
@ -311,65 +312,64 @@ module.exports = {
},
{
type: "category",
label: "Callbacks",
label: "Memory",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/callbacks",
dirName: "integrations/memory",
},
],
link: {
type: "generated-index",
slug: "integrations/callbacks",
slug: "integrations/memory",
},
},
{
type: "category",
label: "Chat loaders",
label: "Callbacks",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/chat_loaders",
dirName: "integrations/callbacks",
},
],
link: {
type: "generated-index",
slug: "integrations/chat_loaders",
slug: "integrations/callbacks",
},
},
{
type: "category",
label: "Adapters",
label: "Chat loaders",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/adapters",
dirName: "integrations/chat_loaders",
},
],
link: {
type: "generated-index",
slug: "integrations/adapters",
slug: "integrations/chat_loaders",
},
},
{
type: "category",
label: "Key-value stores",
label: "Adapters",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/stores",
dirName: "integrations/adapters",
},
],
link: {
type: "doc",
id: "integrations/stores/index",
type: "generated-index",
slug: "integrations/adapters",
},
},
"integrations/llm_caching",
],
link: {
type: "generated-index",

Loading…
Cancel
Save