From 58fc0974b74ae88a18ae0d82a46fc0d2f3309fdc Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 14 Aug 2025 15:34:15 -0400 Subject: [PATCH 1/2] update broken links on footer --- fern/components/FernFooter.tsx | 2 +- fern/docs.yml | 9 +++++++++ footer/src/FernFooter.tsx | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/fern/components/FernFooter.tsx b/fern/components/FernFooter.tsx index 1c06e182c..b68b353d4 100644 --- a/fern/components/FernFooter.tsx +++ b/fern/components/FernFooter.tsx @@ -52,7 +52,7 @@ export const FernFooter = () => {

Documentation

- OpenAPI Compatibility + OpenAPI Compatibility SDKs Docs
diff --git a/fern/docs.yml b/fern/docs.yml index 81c0430b1..7b0b8e6c3 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -587,4 +587,13 @@ redirects: permanent: true - source: /learn/fern-definition/:slug* destination: /learn/api-definitions/ferndef/:slug* + permanent: true + - source: /openapi/getting-started/overview + destination: /learn/api-definitions/openapi/overview + permanent: true + - source: /learn/openapi-definition/overview + destination: /learn/api-definitions/openapi/overview + permanent: true + - source: /learn/fern-definition/overview + destination: /learn/api-definitions/ferndef/overview permanent: true \ No newline at end of file diff --git a/footer/src/FernFooter.tsx b/footer/src/FernFooter.tsx index 778020e65..8b021e686 100644 --- a/footer/src/FernFooter.tsx +++ b/footer/src/FernFooter.tsx @@ -284,8 +284,8 @@ export const FernFooter: React.FC = () => { SDKs Docs Ask Fern - OpenAPI - Fern Definition + OpenAPI + Fern Definition CLI Reference API Reference
From 0e1bd7be877612835bea4f3b761fdeeb549c4bd1 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 14 Aug 2025 15:43:54 -0400 Subject: [PATCH 2/2] fix link --- footer/src/FernFooter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/footer/src/FernFooter.tsx b/footer/src/FernFooter.tsx index 8b021e686..36691f0a7 100644 --- a/footer/src/FernFooter.tsx +++ b/footer/src/FernFooter.tsx @@ -284,8 +284,8 @@ export const FernFooter: React.FC = () => { SDKs Docs Ask Fern - OpenAPI - Fern Definition + OpenAPI + Fern Definition CLI Reference API Reference