From c1152a4c669f260885bd74cb994ab4cc554366d8 Mon Sep 17 00:00:00 2001 From: jayadiki <74082962+jayadiki@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:29:33 +0300 Subject: [PATCH] Remove broken nav link to get-started/build-app The page was moved to apps/quickstart/build-app and the old path redirects there. The Quickstart nav still pointed at the old path which has no file so it showed as a broken link. Removed the stale entry. --- docs/docs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 2d43d8395..3573f1c57 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -38,7 +38,6 @@ "group": "Quickstart", "pages": [ "get-started/resources-for-ai-agents", - "get-started/build-app", "get-started/launch-token", "get-started/deploy-smart-contracts", "get-started/learning-resources"