From 4b0e11be5b6b10ecf7d0a7093ce712b6ac091ce4 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:37:14 +0000 Subject: [PATCH] Add redirect from /learn/docs/content/ to /arbitrary-test-route --- fern/docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fern/docs.yml b/fern/docs.yml index 7845f6d5d..90c0c1ad0 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -169,6 +169,9 @@ experimental: # Redirects for new docs structure migration redirects: + - source: /learn/docs/content/ + destination: /arbitrary-test-route + permanent: true # ============================================================================ # GENERAL REDIRECTS # ============================================================================