mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 04:28:58 +00:00
@@ -21,9 +21,9 @@
|
||||
module.exports = {
|
||||
docs: [
|
||||
{
|
||||
type: "doc",
|
||||
label: "Introduction",
|
||||
id: "introduction",
|
||||
type: "doc",
|
||||
label: "Introduction",
|
||||
id: "introduction",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
@@ -382,11 +382,19 @@ module.exports = {
|
||||
type: "category",
|
||||
label: "Contributing",
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "contributing",
|
||||
},
|
||||
"contributing/index",
|
||||
"contributing/repo_structure",
|
||||
"contributing/code/index",
|
||||
{ type: "doc", id: "contributing/code/guidelines", className: "hidden" },
|
||||
{ type: "doc", id: "contributing/code/setup", className: "hidden" },
|
||||
"contributing/integrations",
|
||||
"contributing/documentation/index",
|
||||
{ type: "doc", id: "contributing/documentation/style_guide", className: "hidden" },
|
||||
{ type: "doc", id: "contributing/documentation/setup", className: "hidden" },
|
||||
"contributing/testing",
|
||||
"contributing/faq",
|
||||
],
|
||||
collapsible: false,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user