From cf7f72524cb5d6dd095a2a43843ea86b7ac21181 Mon Sep 17 00:00:00 2001 From: enaboapps <60785457+enaboapps@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:01:42 +0000 Subject: [PATCH] Rename docs config to rust-configuration to avoid multirepo conflict (#20) The TS SDK already provides sdks/configuration.mdx via the aggregate-docs workflow. Renaming avoids file collision. Co-authored-by: OwenMcGirr <3359031+OwenMcGirr@users.noreply.github.com> --- docs/mint.json | 2 +- docs/sdks/{configuration.mdx => rust-configuration.mdx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/sdks/{configuration.mdx => rust-configuration.mdx} (100%) diff --git a/docs/mint.json b/docs/mint.json index 0ebeaec..3b1c57a 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -4,7 +4,7 @@ "group": "Rust SDK", "pages": [ "sdks/rust", - "sdks/configuration" + "sdks/rust-configuration" ] } ] diff --git a/docs/sdks/configuration.mdx b/docs/sdks/rust-configuration.mdx similarity index 100% rename from docs/sdks/configuration.mdx rename to docs/sdks/rust-configuration.mdx