From 2d90dbe512ddb563859e2d05e4d09d93c5d4ff11 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Apr 2026 13:40:00 +0100 Subject: [PATCH] docs: add release feature redirect URLs --- docs/docs.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index 1e56d770cdd..cd932109be8 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -344,6 +344,14 @@ "source": "/bonjour", "destination": "/gateway/bonjour" }, + { + "source": "/gateway/config-tts", + "destination": "/tools/tts" + }, + { + "source": "/gateway/observability", + "destination": "/gateway/opentelemetry" + }, { "source": "/browser", "destination": "/tools/browser"