mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
template readme's in docs (#13152)
This commit is contained in:
@@ -123,4 +123,14 @@ module.exports = {
|
||||
guides: [
|
||||
{type: "autogenerated", dirName: "guides" }
|
||||
],
|
||||
templates: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Templates",
|
||||
items: [
|
||||
{ type: "autogenerated", dirName: "templates" },
|
||||
],
|
||||
link: { type: 'doc', id: "templates/index" }
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user