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