Skip to content

Commit 4be4d58

Browse files
Add permanent redirects for RSS feed URLs
Co-Authored-By: Niels Swimberghe <[email protected]>
1 parent cb61d33 commit 4be4d58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fern/docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,14 @@ redirects:
250250
destination: /learn/sdks/generators/ruby/changelog/:slug*
251251
- source: /learn/sdks/introduction/changelog/php/:slug*
252252
destination: /learn/sdks/generators/php/changelog/:slug*
253+
254+
# RSS feed redirects
255+
- source: /learn/sdks/introduction/changelog/ts.rss
256+
destination: /learn/sdks/generators/typescript/changelog.rss
257+
- source: /learn/sdks/introduction/changelog/csharp.rss
258+
destination: /learn/sdks/generators/csharp/changelog.rss
259+
- source: /learn/cli-reference/changelog.rss
260+
destination: /learn/cli-api-reference/cli-reference/changelog.rss
253261

254262
# SDK Capabilities - remaining general redirects (after specific overrides above)
255263
- source: /learn/sdks/capabilities/idiomatic-method-names

0 commit comments

Comments
 (0)