From da8cdedb349d43b5291b002c93623d646fd6db29 Mon Sep 17 00:00:00 2001 From: anthony lio Date: Fri, 26 Sep 2025 15:49:08 +0300 Subject: [PATCH] fix(docs): cli legacy page missing redirection --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index 97c12bc8..2a27d0a9 100644 --- a/docs.json +++ b/docs.json @@ -1042,6 +1042,10 @@ { "source": "/process-data/*", "destination": "/introduction" + }, + { + "source": "/cli", + "destination": "/reference/cli" } ] }