mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
[docs]: combine tools and toolkits (#25158)
This commit is contained in:
@@ -250,7 +250,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Tools",
|
||||
label: "Tools/Toolkits",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
@@ -263,21 +263,6 @@ module.exports = {
|
||||
id: "integrations/tools/index",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Toolkits",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "integrations/toolkits",
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "integrations/toolkits/index",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Key-value stores",
|
||||
|
Reference in New Issue
Block a user