@@ -45,7 +45,7 @@ products:
4545 path : ./products/openapi-def/openapi-def.yml
4646 icon : fa-regular fa-book
4747 image : ./images/product-switcher/openapi-def.png
48- slug : openapi
48+ slug : openapi-definition
4949
5050 - display-name : Fern Definition
5151 path : ./products/fern-def/fern-def.yml
@@ -241,8 +241,26 @@ redirects:
241241 - source : /learn/sdks/introduction/customer-showcase
242242 destination : /learn/sdks/customer-showcase
243243 permanent : true
244- - source : /learn/sdks/introduction/changelog/:slug*/:slug2*
245- destination : /learn/sdks/generators/:slug*/changelog/:slug2*
244+ - source : /learn/sdks/introduction/changelog/ts/:slug*
245+ destination : /learn/sdks/generators/typescript/changelog/:slug*
246+ permanent : true
247+ - source : /learn/sdks/introduction/changelog/python/:slug*
248+ destination : /learn/sdks/generators/python/changelog/:slug*
249+ permanent : true
250+ - source : /learn/sdks/introduction/changelog/csharp/:slug*
251+ destination : /learn/sdks/generators/csharp/changelog/:slug*
252+ permanent : true
253+ - source : /learn/sdks/introduction/changelog/go/:slug*
254+ destination : /learn/sdks/generators/go/changelog/:slug*
255+ permanent : true
256+ - source : /learn/sdks/introduction/changelog/java/:slug*
257+ destination : /learn/sdks/generators/java/changelog/:slug*
258+ permanent : true
259+ - source : /learn/sdks/introduction/changelog/ruby/:slug*
260+ destination : /learn/sdks/generators/ruby/changelog/:slug*
261+ permanent : true
262+ - source : /learn/sdks/introduction/changelog/php/:slug*
263+ destination : /learn/sdks/generators/php/changelog/:slug*
246264 permanent : true
247265
248266 # SDK Capabilities - remaining general redirects (after specific overrides above)
@@ -512,10 +530,10 @@ redirects:
512530
513531 # API Definition Introduction redirects
514532 - source : /learn/api-definition/introduction/what-is-an-api-definition
515- destination : /learn/api -definition/what-is-an-api-definition
533+ destination : /learn/openapi -definition/overview
516534 permanent : true
517535 - source : /learn/api-definition/introduction/what-is-the-fern-folder
518- destination : /learn/api-definition/what-is -the-fern-folder
536+ destination : /learn/sdks/overview/set-up -the-fern-folder
519537 permanent : true
520538 - source : /learn/api-definition/introduction/:slug*
521539 destination : /learn/api-definition/:slug*
0 commit comments