From daafea7450f79b02ef863a01bb1c6093ca22c1e2 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Tue, 14 Oct 2025 20:27:37 -0700 Subject: [PATCH] add redirect --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index d29f2df..af274e2 100644 --- a/docs.json +++ b/docs.json @@ -202,6 +202,10 @@ { "source": "/telemetry", "destination": "/self-host/telemetry" + }, + { + "source": "/community/:slug*", + "destination": "/self-host/:slug*" } ] }