mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
docs: platforms -> providers (#27285)
This commit is contained in:
@@ -126,28 +126,49 @@ module.exports = {
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "integrations/platforms",
|
||||
type: "doc",
|
||||
id: "integrations/providers/anthropic",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "integrations/providers/aws",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "integrations/providers/google",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "integrations/providers/huggingface",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "integrations/providers/microsoft",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "integrations/providers/openai",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "More",
|
||||
collapsed: true,
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "integrations/providers",
|
||||
className: "hidden",
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: "generated-index",
|
||||
slug: "integrations/providers",
|
||||
slug: "integrations/providers/all",
|
||||
},
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "integrations/platforms/index",
|
||||
id: "integrations/providers/index",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user