Skip to content
  •  
  •  
  •  
68 changes: 50 additions & 18 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,28 @@ redirects:
- source: /learn/sdks/introduction/customer-showcase
destination: /learn/sdks/customer-showcase
permanent: true
- source: /learn/sdks/introduction/changelog/:slug*
destination: /learn/sdks/overview/changelog/:slug*
- source: /learn/sdks/introduction/changelog/ts/:slug*
destination: /learn/sdks/generators/type-script/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)
- source: /learn/sdks/capabilities/idiomatic-method-names
Expand Down Expand Up @@ -272,10 +291,10 @@ redirects:

# SDK Guides - specific cases first, then general pattern
- source: /learn/sdks/guides/generate-your-first-sdk
destination: /learn/sdks/introduction/overview
destination: /learn/sdks/overview/introduction
permanent: true
- source: /learn/sdks/guides/publish-a-public-facing-sdk
destination: /learn/sdks/guides/publish-your-sdk
destination: /learn/sdks/overview/introduction
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/:slug*
destination: /learn/sdks/generators/:slug*
Expand All @@ -302,10 +321,10 @@ redirects:
destination: https://buildwithfern.com/customers
permanent: true
- source: /learn/docs/getting-started/global-configuration
destination: /learn/docs/guides/configuration/what-is-docs-yml
destination: /learn/docs/guides/customization/what-is-docs-yml
permanent: true
- source: /learn/docs/getting-started/project-structure
destination: /learn/docs/guides/configuration/project-structure
destination: /learn/docs/guides/customization/project-structure
permanent: true
- source: /learn/docs/getting-started/development
destination: /learn/docs/preview-publish/previewing-changes-locally
Expand Down Expand Up @@ -353,7 +372,7 @@ redirects:
destination: /learn/docs/authentication/rbac
permanent: true
- source: /learn/docs/building-and-customizing-your-docs/search
destination: /learn/docs/configuration/search
destination: /learn/docs/customization/search
permanent: true

# Content Section redirects - specific cases first
Expand All @@ -379,7 +398,7 @@ redirects:
destination: /learn/docs/component-library/custom-components/custom-react-components
permanent: true
- source: /learn/docs/content/frontmatter
destination: /learn/docs/configuration/frontmatter
destination: /learn/docs/customization/frontmatter
permanent: true
- source: /learn/docs/content/reusable-snippets
destination: /learn/docs/component-library/custom-components/reusable-snippets
Expand Down Expand Up @@ -437,9 +456,8 @@ redirects:
destination: /learn/docs/writing-content/visual-editor
permanent: true

# Specific changelog redirect
- source: /learn/docs/getting-started/changelog/2025/5/23
destination: /learn/docs/getting-started/changelog/2025/6/5
- source: /learn/docs/getting-started/changelog/:slug*
destination: /learn/docs/changelogs/:slug*
permanent: true

# ============================================================================
Expand Down Expand Up @@ -472,6 +490,9 @@ redirects:
- source: /learn/cli-api/:slug*
destination: /learn/cli-reference/:slug*
permanent: true
- source: /learn/cli-reference/changelog/:slug*
destination: /learn/cli-reference/changelog/:slug*
permanent: true

# ============================================================================
# API DEFINITION REDIRECTS
Expand Down Expand Up @@ -543,10 +564,12 @@ redirects:
- source: /learn/api-definition/openapi/extensions/:slug*
destination: /learn/openapi-definition/extensions/:slug*
permanent: true
- source: /learn/api-definition/openapi/sync-specification
destination: /learn/openapi/workflow-automation/sync-your-open-api-specification
permanent: true
- source: /learn/api-definition/openapi/frameworks/:slug*
destination: /learn/openapi-definition/server-frameworks/:slug*
permanent: true
# General OpenAPI pattern
- source: /learn/api-definition/openapi/:slug*
destination: /learn/openapi-definition/:slug*
permanent: true
Expand Down Expand Up @@ -578,21 +601,30 @@ redirects:
- source: /learn/ai-search/:slug*
destination: /learn/ask-fern/:slug*
permanent: true
- source: /learn/ask-fern/overview
destination: /learn/ask-fern/getting-started/what-is-ask-fern
permanent: true
- source: /learn/ask-fern/customer-showcase
destination: https://buildwithfern.com/customers
permanent: true
- source: /learn/ask-fern/citations
destination: /learn/ask-fern/configuration/citations
permanent: true
- source: /learn/ask-fern/custom-prompting
destination: /learn/ask-fern/configuration/custom-prompting
permanent: true

# ============================================================================
# API REFERENCE REDIRECTS (Fern Public API)
# ============================================================================

# Fern Public API Reference redirects
- source: /learn/api-reference/overview
destination: /learn/public-api/overview
destination: /learn/cli-api-reference/api-reference/overview
permanent: true
- source: /learn/api-reference/snippets/:slug*
destination: /learn/public-api/snippets/:slug*
destination: /learn/cli-api-reference/api-reference/snippets/:slug*
permanent: true
- source: /learn/api-reference/tokens/:slug*
destination: /learn/public-api/tokens/:slug*
permanent: true
- source: /learn/api-reference/:slug*
destination: /learn/public-api/:slug*
destination: /learn/cli-api-reference/api-reference/tokens/:slug*
permanent: true
2 changes: 1 addition & 1 deletion fern/products/cli-api-reference/cli-api-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ navigation:
slug: options
- page: Commands
path: ./pages/commands.mdx
- changelog: ./pages/changelogs/cli
- changelog: ./pages/changelogs/cli-changelog
- api: API Reference
api-name: public-api
icon: fa-regular fa-pro
Expand Down
24 changes: 24 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2022-12-13.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 0.1.3-rc7
**`(chore):`** Release 0.1.3-rc7

## 0.1.3-rc6
**`(chore):`** Release 0.1.3-rc6

## 0.1.3-rc5
**`(chore):`** Release 0.1.3-rc5

## 0.1.3-rc4
**`(chore):`** Release 0.1.3-rc4

## 0.1.3-rc3
**`(chore):`** Release 0.1.3-rc3

## 0.1.3-rc2
**`(chore):`** Release 0.1.3-rc2

## 0.1.3-rc1
**`(chore):`** Release 0.1.3-rc1

## 0.1.3-rc0
**`(chore):`** Release 0.1.3-rc0

9 changes: 9 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2022-12-14.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.2.0
**`(chore):`** Release 0.2.0

## 0.1.3-rc9
**`(chore):`** Release 0.1.3-rc9

## 0.1.3-rc8
**`(chore):`** Release 0.1.3-rc8

6 changes: 6 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2022-12-15.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.3.0-rc0
**`(chore):`** Release 0.3.0-rc0

## 0.2.1
**`(chore):`** Release 0.2.1

30 changes: 30 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2022-12-16.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## 0.3.0-rc9
**`(chore):`** Release 0.3.0-rc9

## 0.3.0-rc8
**`(chore):`** Release 0.3.0-rc8

## 0.3.0-rc7
**`(chore):`** Release 0.3.0-rc7

## 0.3.0-rc10
**`(chore):`** Release 0.3.0-rc10

## 0.3.0-rc6
**`(chore):`** Release 0.3.0-rc6

## 0.3.0-rc5
**`(chore):`** Release 0.3.0-rc5

## 0.3.0-rc4
**`(chore):`** Release 0.3.0-rc4

## 0.3.0-rc3
**`(chore):`** Release 0.3.0-rc3

## 0.3.0-rc2
**`(chore):`** Release 0.3.0-rc2

## 0.3.0-rc1
**`(chore):`** Release 0.3.0-rc1

3 changes: 3 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2022-12-23.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.3.0-rc11
**`(chore):`** Release 0.3.0-rc11

3 changes: 3 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2022-12-24.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.3.0-rc12
**`(chore):`** Release 0.3.0-rc12

24 changes: 24 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2022-12-28.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 0.3.5
**`(chore):`** Release 0.3.5

## 0.3.4
**`(chore):`** Release 0.3.4

## 0.3.3
**`(chore):`** Release 0.3.3

## 0.3.2
**`(chore):`** Release 0.3.2

## 0.3.1
**`(chore):`** Release 0.3.1

## 0.3.0-rc14
**`(chore):`** Release 0.3.0-rc14

## 0.3.0-rc13
**`(chore):`** Release 0.3.0-rc13

## 0.3.0
**`(chore):`** Release 0.3.0

6 changes: 6 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-06.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.3.6-rc1
**`(chore):`** Release 0.3.6-rc1

## 0.3.6-rc0
**`(chore):`** Release 0.3.6-rc0

9 changes: 9 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-08.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.3.7
**`(chore):`** Release 0.3.7

## 0.3.7-rc0
**`(chore):`** Release 0.3.7-rc0

## 0.3.6
**`(chore):`** Release 0.3.6

3 changes: 3 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-09.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.3.8
**`(chore):`** Release 0.3.8

12 changes: 12 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-11.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.3.10
**`(chore):`** Release 0.3.10

## 0.3.9
**`(chore):`** Release 0.3.9

## 0.3.8-rc1
**`(chore):`** Release 0.3.8-rc1

## 0.3.8-rc0
**`(chore):`** Release 0.3.8-rc0

6 changes: 6 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-12.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.3.12-rc0
**`(chore):`** Release 0.3.12-rc0

## 0.3.11
**`(chore):`** Release 0.3.11

9 changes: 9 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-13.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.3.12-rc3
**`(chore):`** Release 0.3.12-rc3

## 0.3.12-rc2
**`(chore):`** Release 0.3.12-rc2

## 0.3.12-rc1
**`(chore):`** Release 0.3.12-rc1

12 changes: 12 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-15.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.3.12-rc7
**`(chore):`** Release 0.3.12-rc7

## 0.3.12-rc6
**`(chore):`** Release 0.3.12-rc6

## 0.3.12-rc5
**`(chore):`** Release 0.3.12-rc5

## 0.3.12-rc4
**`(chore):`** Release 0.3.12-rc4

12 changes: 12 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-17.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.3.12-rc9
**`(chore):`** Release 0.3.12-rc9

## 0.3.12-rc8
**`(chore):`** Release 0.3.12-rc8

## 0.3.12-rc11
**`(chore):`** Release 0.3.12-rc11

## 0.3.12-rc10
**`(chore):`** Release 0.3.12-rc10

27 changes: 27 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-18.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 0.3.16-rc1
**`(chore):`** Release 0.3.16-rc1

## 0.3.16-rc0
**`(chore):`** Release 0.3.16-rc0

## 0.3.15
**`(chore):`** Release 0.3.15

## 0.3.15-rc0
**`(chore):`** Release 0.3.15-rc0

## 0.3.14
**`(chore):`** Release 0.3.14

## 0.3.13
**`(chore):`** Release 0.3.13

## 0.3.12
**`(chore):`** Release 0.3.12

## 0.3.12-rc13
**`(chore):`** Release 0.3.12-rc13

## 0.3.12-rc12
**`(chore):`** Release 0.3.12-rc12

3 changes: 3 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-19.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.3.16-rc2
**`(chore):`** Release 0.3.16-rc2

3 changes: 3 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-20.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.3.16
**`(chore):`** Release 0.3.16

6 changes: 6 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-21.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.3.17-rc1
**`(chore):`** Release 0.3.17-rc1

## 0.3.17-rc0
**`(chore):`** Release 0.3.17-rc0

3 changes: 3 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2023-01-22.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.3.17-rc2
**`(chore):`** Release 0.3.17-rc2

Loading