From b8375dd5b16c865d1f61f01292e13e8a5a69092e Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Tue, 16 Dec 2025 23:06:54 -0500 Subject: [PATCH] add raw resources redirect --- docs.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 44c2839..6fcc451 100644 --- a/docs.json +++ b/docs.json @@ -278,6 +278,10 @@ { "source": "/community/:slug*", "destination": "/self-host/:slug*" + }, + { + "source": "/manage/resources/tcp-udp-resources", + "destination": "/manage/resources/public/raw-resources" } ], "seo": { @@ -285,4 +289,4 @@ "canonical": "https://docs.pangolin.net" } } -} \ No newline at end of file +}