Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8994cd5
fix: improving links on home page
Jul 22, 2025
87b8862
fix: improving links on home page
Jul 22, 2025
e72b4e3
fix: improving links on home page
Jul 22, 2025
de46c6a
fix: improving links on home page
Jul 22, 2025
ed10bab
fix: server's broken
Jul 22, 2025
5d1aceb
fix: merged with master
Jul 22, 2025
9cff61a
fix: testing redirects
Jul 22, 2025
30fded5
fix: removing redirects
Jul 22, 2025
af7fb61
fix: removing redirects
Jul 22, 2025
5992672
fix: fixing docs.yml
Jul 22, 2025
48ee826
fix: added components folder back and redirects
Jul 22, 2025
145b7cb
Merge remote-tracking branch 'origin/main' into 07-22-verifying-redir…
Jul 22, 2025
c6ab251
feat: updated more redirects and cleaned up changelogs
Jul 23, 2025
84d632d
Merge remote-tracking branch 'origin/main' into 07-22-redirects-3
Jul 23, 2025
e2dc96a
feat: cleaned up redirects
Jul 23, 2025
35a4dc8
feat: fixed more redirects
Jul 23, 2025
ec2ef27
Merge remote-tracking branch 'origin/main' into 07-22-redirects-5
Jul 23, 2025
879cf87
feat: removed cyclical redirect for sdks
Jul 23, 2025
c465250
feat: removed uncessary redirects
Jul 23, 2025
30bbb5f
feat: merged
Jul 23, 2025
8382d14
feat: added new changelog slug
Jul 23, 2025
d54879c
feat: merged
Jul 23, 2025
81e888b
feat: updated changelogs for sdks
Jul 23, 2025
7b6c14d
feat: updated slug to openapi-definition
Jul 23, 2025
ea4c068
feat: merged
Jul 23, 2025
71ce4bd
feat: fixed more redirects
Jul 23, 2025
30bb981
feat: merged
Jul 23, 2025
5d40148
feat: merged
Jul 23, 2025
4f09435
feat: merged
Jul 23, 2025
513566f
Merge remote-tracking branch 'origin/main' into 07-23-redirects-9
Jul 23, 2025
5fd8078
feat: added cli changelog
Jul 23, 2025
1a526a4
feat: added cli changelog
Jul 23, 2025
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
14 changes: 7 additions & 7 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ redirects:
- source: /learn/sdks/package-managers/:slug*
destination: /learn/sdks/guides/publish-to-package-managers/:slug*
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/:slug*
destination: /learn/sdks/generators/:slug*
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/npm-type-script
destination: /learn/sdks/generators/typescript/publishing-to-npm
permanent: true
Expand Down Expand Up @@ -315,10 +312,10 @@ redirects:
destination: https://buildwithfern.com/customers
permanent: true
- source: /learn/docs/getting-started/global-configuration
destination: /learn/docs/guides/customization/what-is-docs-yml
destination: /learn/docs/customization/what-is-docs-yml
permanent: true
- source: /learn/docs/getting-started/project-structure
destination: /learn/docs/guides/customization/project-structure
destination: /learn/docs/customization/project-structure
permanent: true
- source: /learn/docs/getting-started/development
destination: /learn/docs/preview-publish/previewing-changes-locally
Expand Down Expand Up @@ -388,7 +385,7 @@ redirects:
permanent: true

- source: /learn/docs/getting-started/changelog/:slug*
destination: /learn/docs/changelogs/:slug*
destination: /learn/docs/changelog/:slug*
permanent: true

- source: /learn/docs/api-references/api-explorer
Expand All @@ -400,6 +397,9 @@ redirects:
- source: /learn/docs/api-references/api-playground
destination: /learn/docs/api-references/api-explorer/overview
permanent: true
- source: /learn/user-feedback
destination: /learn/docs/user-feedback
permanent: true

# ============================================================================
# CLI & API REFERENCE REDIRECTS
Expand Down Expand Up @@ -515,7 +515,7 @@ redirects:
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
destination: /learn/openapi-definition/workflow-automation/sync-your-open-api-specification
permanent: true
- source: /learn/api-definition/openapi/frameworks/:slug*
destination: /learn/openapi-definition/server-frameworks/:slug*
Expand Down
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
- changelog: ./cli-changelog
- api: API Reference
api-name: public-api
icon: fa-regular fa-pro
Expand Down
Loading