diff --git a/fern/docs.yml b/fern/docs.yml index 48bfbc35d..b236b9e2b 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -170,6 +170,32 @@ experimental: # Redirects for new docs structure migration redirects: + # ============================================================================ + # RSS FEED REDIRECTS (must be first to avoid static handler) + # ============================================================================ + + # Exact RSS redirects + - source: /learn/sdks/introduction/changelog/ts.rss + destination: /learn/sdks/generators/typescript/changelog.rss + - source: /learn/sdks/introduction/changelog/csharp.rss + destination: /learn/sdks/generators/csharp/changelog.rss + - source: /learn/cli-reference/changelog.rss + destination: /learn/cli-api-reference/cli-reference/changelog.rss + + # RSS redirects with trailing slash + - source: /learn/sdks/introduction/changelog/ts.rss/ + destination: /learn/sdks/generators/typescript/changelog.rss + - source: /learn/sdks/introduction/changelog/csharp.rss/ + destination: /learn/sdks/generators/csharp/changelog.rss + - source: /learn/cli-reference/changelog.rss/ + destination: /learn/cli-api-reference/cli-reference/changelog.rss + + # Parameterized extension variants + - source: /learn/sdks/introduction/changelog/ts.:ext + destination: /learn/sdks/generators/typescript/changelog.rss + - source: /learn/sdks/introduction/changelog/csharp.:ext + destination: /learn/sdks/generators/csharp/changelog.rss + # ============================================================================ # GENERAL REDIRECTS # ============================================================================