mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
docs: developer docs (#14776)
Builds out a developer documentation section in the docs - Links it from contributing.md - Adds an initial guide on how to contribute an integration --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
@@ -135,4 +135,15 @@ module.exports = {
|
||||
link: { type: 'doc', id: "templates/index" }
|
||||
},
|
||||
],
|
||||
contributing: [
|
||||
// {
|
||||
// type: "category",
|
||||
// label: "Contributing",
|
||||
// items: [
|
||||
// { type: "autogenerated", dirName: "contributing" },
|
||||
// ],
|
||||
// link: { type: 'doc', id: "contributing/index" }
|
||||
// },
|
||||
{type: "autogenerated", dirName: "contributing" }
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user