From 86f550943a26430e7af0a9e48da951da382983e6 Mon Sep 17 00:00:00 2001 From: Harsh Jha Date: Thu, 19 Feb 2026 13:08:07 +0530 Subject: [PATCH] chore: updated title and weight --- docs/en/sdks/JS-sdk/_index.md | 2 +- docs/en/sdks/go-sdk/_index.md | 4 ++-- docs/en/sdks/python-sdk/_index.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/sdks/JS-sdk/_index.md b/docs/en/sdks/JS-sdk/_index.md index 26010d64f9d..0666bee0e87 100644 --- a/docs/en/sdks/JS-sdk/_index.md +++ b/docs/en/sdks/JS-sdk/_index.md @@ -1,7 +1,7 @@ --- title: "Javascript" type: docs -weight: 7 +weight: 2 description: > Javascript SDKs to connect to the MCP Toolbox server. --- diff --git a/docs/en/sdks/go-sdk/_index.md b/docs/en/sdks/go-sdk/_index.md index 24d4f938107..9e1dfedf16f 100644 --- a/docs/en/sdks/go-sdk/_index.md +++ b/docs/en/sdks/go-sdk/_index.md @@ -1,7 +1,7 @@ --- -title: "Go SDK" +title: "Go" type: docs -weight: 7 +weight: 3 description: > Go SDKs to connect to the MCP Toolbox server. --- diff --git a/docs/en/sdks/python-sdk/_index.md b/docs/en/sdks/python-sdk/_index.md index 79f4edf2bcc..352a1607cdf 100644 --- a/docs/en/sdks/python-sdk/_index.md +++ b/docs/en/sdks/python-sdk/_index.md @@ -1,7 +1,7 @@ --- -title: "Python SDK" +title: "Python" type: docs -weight: 7 +weight: 1 description: > Python SDKs to connect to the MCP Toolbox server. ---