docs: reorg sidebar (#27978)

This commit is contained in:
Erick Friis 2024-11-15 14:28:18 -08:00 committed by GitHub
parent c48fdbba6a
commit 683644320b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,34 +268,39 @@ 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",
id: "integrations/text_embedding/index",
},
},
{
type: "category",
label: "Tools/Toolkits",
label: "Other",
collapsed: true,
items: [
{
type: "category",
label: "LLMs",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/tools",
dirName: "integrations/llms",
className: "hidden",
},
],
link: {
type: "doc",
id: "integrations/tools/index",
id: "integrations/llms/index",
},
},
{
@ -314,11 +319,6 @@ module.exports = {
id: "integrations/stores/index",
},
},
{
type: "category",
label: "Other",
collapsed: true,
items: [
{
type: "category",
label: "Document transformers",