docs: platforms -> providers (#27285)

This commit is contained in:
Erick Friis
2024-10-16 11:27:07 -07:00
committed by GitHub
parent fdb7f951c8
commit a38e903360
19 changed files with 68 additions and 43 deletions

View File

@@ -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",
},
},
{