mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 04:50:37 +00:00
docs: reorder integrations sidebar (#24847)
This commit is contained in:
parent
943126c5fd
commit
1181c10c65
@ -281,19 +281,20 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Memory",
|
label: "Key-value stores",
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "autogenerated",
|
||||||
dirName: "integrations/memory",
|
dirName: "integrations/stores",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
type: "generated-index",
|
type: "doc",
|
||||||
slug: "integrations/memory",
|
id: "integrations/stores/index",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"integrations/llm_caching",
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Graphs",
|
label: "Graphs",
|
||||||
@ -309,6 +310,21 @@ module.exports = {
|
|||||||
slug: "integrations/graphs",
|
slug: "integrations/graphs",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Memory",
|
||||||
|
collapsed: true,
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
type: "autogenerated",
|
||||||
|
dirName: "integrations/memory",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
link: {
|
||||||
|
type: "generated-index",
|
||||||
|
slug: "integrations/memory",
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Callbacks",
|
label: "Callbacks",
|
||||||
@ -354,22 +370,6 @@ module.exports = {
|
|||||||
slug: "integrations/adapters",
|
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: {
|
link: {
|
||||||
type: "generated-index",
|
type: "generated-index",
|
||||||
|
Loading…
Reference in New Issue
Block a user