Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ============================================================================
Expand Down