From 413e855d2236c62e44c4c1c32475247b72377370 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:44:31 -0400 Subject: [PATCH] docs: move mcp up in integrations sidebar (#7389) integrations-sidebar-move-mcp --- docs/sidebars.js | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 00bb070dd..d5f4c906c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -161,10 +161,26 @@ module.exports = { type: "category", label: "Integrations", items: [ + { + type: 'category', + label: 'MCP (Model Context Protocol)', + items: [ + 'Integrations/MCP/integrations-mcp', + 'Integrations/MCP/mcp-component-astra', + ], + }, "Integrations/Apify/integrations-apify", - "Integrations/Arize/integrations-arize", + { + type: "doc", + id: "Integrations/Arize/integrations-arize", + label: "Arize", + }, "Integrations/integrations-assemblyai", - "Integrations/Composio/integrations-composio", + { + type: "doc", + id: "Integrations/Composio/integrations-composio", + label: "Composio", + }, { type: 'category', label: 'Google', @@ -176,14 +192,6 @@ module.exports = { "Integrations/integrations-langfuse", "Integrations/integrations-langsmith", "Integrations/integrations-langwatch", - { - type: 'category', - label: 'MCP (Model Context Protocol)', - items: [ - 'Integrations/MCP/integrations-mcp', - 'Integrations/MCP/mcp-component-astra', - ], - }, "Integrations/integrations-opik", { type: "category",