mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
docs: reorganize contributing docs (#27649)
This commit is contained in:
@@ -427,24 +427,43 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
contributing: [
|
||||
{
|
||||
type: "doc",
|
||||
label: "Welcome Contributors",
|
||||
id: "contributing/index",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Contributing",
|
||||
items: [
|
||||
"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/review_process",
|
||||
"contributing/faq",
|
||||
],
|
||||
link: {type: 'doc', id: 'contributing/tutorials/index'},
|
||||
label: "Tutorials",
|
||||
collapsible: false,
|
||||
items: [{
|
||||
type: 'autogenerated',
|
||||
dirName: 'contributing/tutorials',
|
||||
className: 'hidden',
|
||||
}],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
link: {type: 'doc', id: 'contributing/how_to/index'},
|
||||
label: "How-to guides",
|
||||
collapsible: false,
|
||||
items: [{
|
||||
type: 'autogenerated',
|
||||
dirName: 'contributing/how_to',
|
||||
className: 'hidden',
|
||||
}],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
link: {type: 'doc', id: 'contributing/reference/index'},
|
||||
label: "Reference & FAQ",
|
||||
collapsible: false,
|
||||
items: [{
|
||||
type: 'autogenerated',
|
||||
dirName: 'contributing/reference',
|
||||
className: 'hidden',
|
||||
}],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user