Skip to content

Commit 23d4d30

Browse files
authored
chore: fix redirects (#1253)
1 parent 5562b9c commit 23d4d30

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

fern/docs.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ redirects:
291291
destination: /learn/sdks/capabilities/websockets
292292
permanent: true
293293
- source: /learn/sdks/capabilities/augment-with-custom-code
294-
destination: /learn/sdks/capabilities/custom-code
294+
destination: /learn/sdks/overview/custom-code
295295
permanent: true
296296
- source: /learn/sdks/capabilities/merging-multiple-apis
297297
destination: /learn/sdks/capabilities/merging-apis
@@ -304,7 +304,7 @@ redirects:
304304

305305
# SDK Guides - specific cases first, then general pattern
306306
- source: /learn/sdks/guides/generate-your-first-sdk
307-
destination: /learn/sdks/overview/introduction
307+
destination: /learn/sdks/overview/quickstart
308308
permanent: true
309309
- source: /learn/sdks/guides/publish-a-public-facing-sdk
310310
destination: /learn/sdks/overview/introduction
@@ -561,7 +561,7 @@ redirects:
561561
destination: /learn/ask-fern/getting-started/what-is-ask-fern
562562
permanent: true
563563
- source: /learn/ai-search/custom-prompting
564-
destination: /learn/ask-fern/configuration/custom-prompting
564+
destination: /learn/ask-fern/configuration/custom-prompts
565565
permanent: true
566566
- source: /learn/ai-search/citations
567567
destination: /learn/ask-fern/features/citations
@@ -576,7 +576,7 @@ redirects:
576576
destination: /learn/ask-fern/features/citations
577577
permanent: true
578578
- source: /learn/ask-fern/custom-prompting
579-
destination: /learn/ask-fern/configuration/custom-prompting
579+
destination: /learn/ask-fern/configuration/custom-prompts
580580
permanent: true
581581

582582
# General Ask Fern patterns
@@ -589,6 +589,9 @@ redirects:
589589
- source: /learn/ai-search/:slug*
590590
destination: /learn/ask-fern/:slug*
591591
permanent: true
592+
- source: /learn/ask-fern/api-reference/queries/:slug*
593+
destination: /learn/ask-fern/api-reference/overview
594+
permanent: true
592595

593596
# ============================================================================
594597
# API REFERENCE REDIRECTS (Fern Public API)
@@ -798,6 +801,12 @@ redirects:
798801
- source: /learn/ai-search/getting-started/ai-search-customer-showcase
799802
destination: https://buildwithfern.com/showcase#ask-fern-customers
800803
permanent: true
804+
- source: /learn/ask-fern/api-reference/conversations/get-conversation
805+
destination: /learn/ask-fern/api-reference/overview
806+
permanent: true
807+
- source: /learn/ask-fern/api-reference/queries/:slug*
808+
destination: /learn/ask-fern/api-reference/overview
809+
permanent: true
801810

802811
# V2 legacy paths (old version of docs)
803812
- source: /learn/v2/:slug*

0 commit comments

Comments
 (0)