From 57166214de5295d94ddd834b35a865f01348026f Mon Sep 17 00:00:00 2001 From: krystal <56278409+theekrystallee@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:59:12 -0700 Subject: [PATCH] docs: move MCP server setup page to learn/getting-started Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com> --- docs.json | 10 +++++++--- index.mdx | 2 +- .../getting-started/mcp-setup.mdx | 3 ++- native/tutorials/more/index.mdx | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) rename native/tutorials/advanced/mcp-server-setup.mdx => learn/getting-started/mcp-setup.mdx (98%) diff --git a/docs.json b/docs.json index 2ab2c19f..64ed1b28 100644 --- a/docs.json +++ b/docs.json @@ -1949,7 +1949,11 @@ }, { "source": "/hedera/tutorials/more-tutorials/hedera-mcp-server-setup-guide", - "destination": "/native/tutorials/advanced/mcp-server-setup" + "destination": "/learn/getting-started/mcp-setup" + }, + { + "source": "/native/tutorials/advanced/mcp-server-setup", + "destination": "/learn/getting-started/mcp-setup" }, { "source": "/hedera/tutorials/more-tutorials/how-to-auto-create-hedera-accounts-with-hbar-and-token-transfers", @@ -2133,7 +2137,8 @@ "learn/getting-started/choose-your-path", "learn/getting-started/testnet-faucet", "learn/getting-started/faucet-api", - "learn/getting-started/portal-playground" + "learn/getting-started/portal-playground", + "learn/getting-started/mcp-setup" ] }, { @@ -2688,7 +2693,6 @@ "native/tutorials/advanced/javascript-testing", "native/tutorials/advanced/walletconnect-dapp", "native/tutorials/advanced/hashgraphdev", - "native/tutorials/advanced/mcp-server-setup", { "group": "HSM Signing", "pages": [ diff --git a/index.mdx b/index.mdx index 5b3bf775..63a93a44 100644 --- a/index.mdx +++ b/index.mdx @@ -314,7 +314,7 @@ import { PlaygroundShowcase } from '/snippets/showcases/playground-showcase.jsx'