Skip to content
Merged
Show file tree
Hide file tree
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
28 changes: 23 additions & 5 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ products:
path: ./products/openapi-def/openapi-def.yml
icon: fa-regular fa-book
image: ./images/product-switcher/openapi-def.png
slug: openapi
slug: openapi-definition

- display-name: Fern Definition
path: ./products/fern-def/fern-def.yml
Expand Down Expand Up @@ -241,8 +241,26 @@ redirects:
- source: /learn/sdks/introduction/customer-showcase
destination: /learn/sdks/customer-showcase
permanent: true
- source: /learn/sdks/introduction/changelog/:slug*/:slug2*
destination: /learn/sdks/generators/:slug*/changelog/:slug2*
- source: /learn/sdks/introduction/changelog/ts/:slug*
destination: /learn/sdks/generators/typescript/changelog/:slug*
permanent: true
- source: /learn/sdks/introduction/changelog/python/:slug*
destination: /learn/sdks/generators/python/changelog/:slug*
permanent: true
- source: /learn/sdks/introduction/changelog/csharp/:slug*
destination: /learn/sdks/generators/csharp/changelog/:slug*
permanent: true
- source: /learn/sdks/introduction/changelog/go/:slug*
destination: /learn/sdks/generators/go/changelog/:slug*
permanent: true
- source: /learn/sdks/introduction/changelog/java/:slug*
destination: /learn/sdks/generators/java/changelog/:slug*
permanent: true
- source: /learn/sdks/introduction/changelog/ruby/:slug*
destination: /learn/sdks/generators/ruby/changelog/:slug*
permanent: true
- source: /learn/sdks/introduction/changelog/php/:slug*
destination: /learn/sdks/generators/php/changelog/:slug*
permanent: true

# SDK Capabilities - remaining general redirects (after specific overrides above)
Expand Down Expand Up @@ -512,10 +530,10 @@ redirects:

# API Definition Introduction redirects
- source: /learn/api-definition/introduction/what-is-an-api-definition
destination: /learn/api-definition/what-is-an-api-definition
destination: /learn/openapi-definition/overview
permanent: true
- source: /learn/api-definition/introduction/what-is-the-fern-folder
destination: /learn/api-definition/what-is-the-fern-folder
destination: /learn/sdks/overview/set-up-the-fern-folder
permanent: true
- source: /learn/api-definition/introduction/:slug*
destination: /learn/api-definition/:slug*
Expand Down
Loading