mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
docs: reorder integrations sidebar (#24847)
This commit is contained in:
parent
943126c5fd
commit
1181c10c65
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user