From 87818865a547bb45ff0748dd53e35cc96d9a6f60 Mon Sep 17 00:00:00 2001 From: George Dietrich Date: Tue, 15 Jul 2025 13:19:38 -0400 Subject: [PATCH] Fix `graph-documentation` doc route --- docs/docs.json | 2 +- docs/studio/{studio.mdx => graph-documentation.mdx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/studio/{studio.mdx => graph-documentation.mdx} (100%) diff --git a/docs/docs.json b/docs/docs.json index ce8eee07..d489ca2f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -327,7 +327,7 @@ "studio/playground/shared-playground-state" ] }, - "studio/studio", + "studio/graph-documentation", "studio/compositions", { "group": "Analytics", diff --git a/docs/studio/studio.mdx b/docs/studio/graph-documentation.mdx similarity index 100% rename from docs/studio/studio.mdx rename to docs/studio/graph-documentation.mdx