From d81494a644bc1cdc8ef2411bc46368d90d23cdc4 Mon Sep 17 00:00:00 2001 From: iammatthias Date: Wed, 24 Sep 2025 10:48:06 -0700 Subject: [PATCH] fix: Add redirect from /docs to /quickstart --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index 9c03650..668ad76 100644 --- a/docs.json +++ b/docs.json @@ -507,6 +507,10 @@ } }, "redirects": [ + { + "source": "/docs", + "destination": "/quickstart" + }, { "source": "/sdk", "destination": "/sdk/getting-started"