feat: add integration urls

This commit is contained in:
amhsirak
2026-01-20 17:39:34 +05:30
parent bc4d69d5d1
commit 18a2fdd6fe

View File

@@ -800,27 +800,27 @@ export const RobotIntegrationPage = ({
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} />
MCP
</Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/integrations/langchain", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={100} />
LangChain
</Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/integrations/langgraph", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={100} />
LangGraph
</Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/integrations/vercel-ai-sdk", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/vercel.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={100} />
Vercel AI SDK
</Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/integrations/openai", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/openai.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={100} />
Open AI SDK
</Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/integrations/mastra", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mastra.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={100} />
Mastra
</Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/integrations/llamaindex", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/llamaindex.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={100} />
LlamaIndex
</Button>