diff --git a/docs/sidebars.js b/docs/sidebars.js index 62d53f91a3e..f1e867c6f5c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -204,34 +204,34 @@ module.exports = { }, { type: "category", - label: "LLMs", + label: "Retrievers", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/llms", + dirName: "integrations/retrievers", className: "hidden", }, ], link: { type: "doc", - id: "integrations/llms/index", + id: "integrations/retrievers/index", }, }, { type: "category", - label: "Embedding models", + label: "Tools/Toolkits", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/text_embedding", + dirName: "integrations/tools", className: "hidden", }, ], link: { type: "doc", - id: "integrations/text_embedding/index", + id: "integrations/tools/index", }, }, { @@ -268,50 +268,18 @@ module.exports = { }, { type: "category", - label: "Retrievers", + label: "Embedding models", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/retrievers", + dirName: "integrations/text_embedding", className: "hidden", }, ], link: { type: "doc", - id: "integrations/retrievers/index", - }, - }, - { - type: "category", - label: "Tools/Toolkits", - collapsible: false, - items: [ - { - type: "autogenerated", - dirName: "integrations/tools", - className: "hidden", - }, - ], - link: { - type: "doc", - id: "integrations/tools/index", - }, - }, - { - type: "category", - label: "Key-value stores", - collapsible: false, - items: [ - { - type: "autogenerated", - dirName: "integrations/stores", - className: "hidden", - }, - ], - link: { - type: "doc", - id: "integrations/stores/index", + id: "integrations/text_embedding/index", }, }, { @@ -319,6 +287,38 @@ module.exports = { label: "Other", collapsed: true, items: [ + { + type: "category", + label: "LLMs", + collapsible: false, + items: [ + { + type: "autogenerated", + dirName: "integrations/llms", + className: "hidden", + }, + ], + link: { + type: "doc", + id: "integrations/llms/index", + }, + }, + { + type: "category", + label: "Key-value stores", + collapsible: false, + items: [ + { + type: "autogenerated", + dirName: "integrations/stores", + className: "hidden", + }, + ], + link: { + type: "doc", + id: "integrations/stores/index", + }, + }, { type: "category", label: "Document transformers",