Skip to content

Commit 6fb6821

Browse files
authored
fixed casing for MCP clients and reordered langchain section (#693)
1 parent cad6d71 commit 6fb6821

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/en/get-started/_meta.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export const meta: MetaRecord = {
44
"about-arcade": "About Arcade",
55
setup: "Setup",
66
quickstarts: "Quickstarts",
7+
"agent-frameworks": "Agent Frameworks",
8+
"mcp-clients": "MCP Clients",
79
};
810

911
export default meta;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
2-
"auth-langchain-tools": "Authorizing existing tools",
32
"use-arcade-with-langchain": "Setup Arcade with LangChain",
3+
"auth-langchain-tools": "Authorizing existing tools",
44
};

0 commit comments

Comments
 (0)