Skip to content

Commit

Permalink
docs: reorg sidebar (#27978)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 15, 2024
1 parent c48fdbb commit 6836443
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
{
Expand Down Expand Up @@ -268,57 +268,57 @@ 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",
collapsible: false,
label: "Other",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/tools",
className: "hidden",
type: "category",
label: "LLMs",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/llms",
className: "hidden",
},
],
link: {
type: "doc",
id: "integrations/llms/index",
},
},
],
link: {
type: "doc",
id: "integrations/tools/index",
},
},
{
type: "category",
label: "Key-value stores",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/stores",
className: "hidden",
type: "category",
label: "Key-value stores",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/stores",
className: "hidden",
},
],
link: {
type: "doc",
id: "integrations/stores/index",
},
},
],
link: {
type: "doc",
id: "integrations/stores/index",
},
},
{
type: "category",
label: "Other",
collapsed: true,
items: [
{
type: "category",
label: "Document transformers",
Expand Down

0 comments on commit 6836443

Please sign in to comment.