mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
docs: add use cases index (#15279)
This commit is contained in:
parent
80ceed6da5
commit
8e06472c91
@ -115,12 +115,19 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
type: 'generated-index',
|
type: 'generated-index',
|
||||||
slug: "integrations/components",
|
slug: "integrations/components",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
use_cases: [
|
use_cases: [
|
||||||
{type: "autogenerated", dirName: "use_cases" }
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Use cases",
|
||||||
|
items: [
|
||||||
|
{ type: "autogenerated", dirName: "use_cases" },
|
||||||
|
],
|
||||||
|
link: { type: 'generated-index', slug: "use_cases"}
|
||||||
|
},
|
||||||
],
|
],
|
||||||
guides: [
|
guides: [
|
||||||
{type: "autogenerated", dirName: "guides" }
|
{type: "autogenerated", dirName: "guides" }
|
||||||
@ -136,14 +143,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
contributing: [
|
contributing: [
|
||||||
// {
|
|
||||||
// type: "category",
|
|
||||||
// label: "Contributing",
|
|
||||||
// items: [
|
|
||||||
// { type: "autogenerated", dirName: "contributing" },
|
|
||||||
// ],
|
|
||||||
// link: { type: 'doc', id: "contributing/index" }
|
|
||||||
// },
|
|
||||||
{type: "autogenerated", dirName: "contributing" }
|
{type: "autogenerated", dirName: "contributing" }
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user