From 47c4b382579c6404acd00a8332f8bef3b7439a37 Mon Sep 17 00:00:00 2001 From: Mingyi Date: Tue, 21 Apr 2026 01:05:47 -0700 Subject: [PATCH] docs: redirect /cookbook to /cookbook/intro (#23348) --- docs_new/docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs_new/docs.json b/docs_new/docs.json index 1ac386fd6..9b457f9fa 100644 --- a/docs_new/docs.json +++ b/docs_new/docs.json @@ -12,6 +12,10 @@ "source": "/docs/references/learn_more", "destination": "/" }, + { + "source": "/cookbook", + "destination": "/cookbook/intro" + }, { "source": "/index.html", "destination": "/"