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,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",