Skip to content

Commit 19558ce

Browse files
kgowruKapil Gowru
andauthored
07 22 redirects 3 (#99)
Co-authored-by: Kapil Gowru <[email protected]>
1 parent a6f398c commit 19558ce

File tree

643 files changed

+8011
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

643 files changed

+8011
-31
lines changed

fern/docs.yml

Lines changed: 50 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,28 @@ redirects:
237237
- source: /learn/sdks/introduction/customer-showcase
238238
destination: /learn/sdks/customer-showcase
239239
permanent: true
240-
- source: /learn/sdks/introduction/changelog/:slug*
241-
destination: /learn/sdks/overview/changelog/:slug*
240+
- source: /learn/sdks/introduction/changelog/ts/:slug*
241+
destination: /learn/sdks/generators/type-script/changelog/:slug*
242242
permanent: true
243+
- source: /learn/sdks/introduction/changelog/python/:slug*
244+
destination: /learn/sdks/generators/python/changelog/:slug*
245+
permanent: true
246+
- source: /learn/sdks/introduction/changelog/csharp/:slug*
247+
destination: /learn/sdks/generators/csharp/changelog/:slug*
248+
permanent: true
249+
- source: /learn/sdks/introduction/changelog/go/:slug*
250+
destination: /learn/sdks/generators/go/changelog/:slug*
251+
permanent: true
252+
- source: /learn/sdks/introduction/changelog/java/:slug*
253+
destination: /learn/sdks/generators/java/changelog/:slug*
254+
permanent: true
255+
- source: /learn/sdks/introduction/changelog/ruby/:slug*
256+
destination: /learn/sdks/generators/ruby/changelog/:slug*
257+
permanent: true
258+
- source: /learn/sdks/introduction/changelog/php/:slug*
259+
destination: /learn/sdks/generators/php/changelog/:slug*
260+
permanent: true
261+
243262

244263
# SDK Capabilities - remaining general redirects (after specific overrides above)
245264
- source: /learn/sdks/capabilities/idiomatic-method-names
@@ -272,10 +291,10 @@ redirects:
272291

273292
# SDK Guides - specific cases first, then general pattern
274293
- source: /learn/sdks/guides/generate-your-first-sdk
275-
destination: /learn/sdks/introduction/overview
294+
destination: /learn/sdks/overview/introduction
276295
permanent: true
277296
- source: /learn/sdks/guides/publish-a-public-facing-sdk
278-
destination: /learn/sdks/guides/publish-your-sdk
297+
destination: /learn/sdks/overview/introduction
279298
permanent: true
280299
- source: /learn/sdks/guides/publish-to-package-managers/:slug*
281300
destination: /learn/sdks/generators/:slug*
@@ -302,10 +321,10 @@ redirects:
302321
destination: https://buildwithfern.com/customers
303322
permanent: true
304323
- source: /learn/docs/getting-started/global-configuration
305-
destination: /learn/docs/guides/configuration/what-is-docs-yml
324+
destination: /learn/docs/guides/customization/what-is-docs-yml
306325
permanent: true
307326
- source: /learn/docs/getting-started/project-structure
308-
destination: /learn/docs/guides/configuration/project-structure
327+
destination: /learn/docs/guides/customization/project-structure
309328
permanent: true
310329
- source: /learn/docs/getting-started/development
311330
destination: /learn/docs/preview-publish/previewing-changes-locally
@@ -353,7 +372,7 @@ redirects:
353372
destination: /learn/docs/authentication/rbac
354373
permanent: true
355374
- source: /learn/docs/building-and-customizing-your-docs/search
356-
destination: /learn/docs/configuration/search
375+
destination: /learn/docs/customization/search
357376
permanent: true
358377

359378
# Content Section redirects - specific cases first
@@ -379,7 +398,7 @@ redirects:
379398
destination: /learn/docs/component-library/custom-components/custom-react-components
380399
permanent: true
381400
- source: /learn/docs/content/frontmatter
382-
destination: /learn/docs/configuration/frontmatter
401+
destination: /learn/docs/customization/frontmatter
383402
permanent: true
384403
- source: /learn/docs/content/reusable-snippets
385404
destination: /learn/docs/component-library/custom-components/reusable-snippets
@@ -437,9 +456,8 @@ redirects:
437456
destination: /learn/docs/writing-content/visual-editor
438457
permanent: true
439458

440-
# Specific changelog redirect
441-
- source: /learn/docs/getting-started/changelog/2025/5/23
442-
destination: /learn/docs/getting-started/changelog/2025/6/5
459+
- source: /learn/docs/getting-started/changelog/:slug*
460+
destination: /learn/docs/changelogs/:slug*
443461
permanent: true
444462

445463
# ============================================================================
@@ -472,6 +490,9 @@ redirects:
472490
- source: /learn/cli-api/:slug*
473491
destination: /learn/cli-reference/:slug*
474492
permanent: true
493+
- source: /learn/cli-reference/changelog/:slug*
494+
destination: /learn/cli-reference/changelog/:slug*
495+
permanent: true
475496

476497
# ============================================================================
477498
# API DEFINITION REDIRECTS
@@ -543,10 +564,12 @@ redirects:
543564
- source: /learn/api-definition/openapi/extensions/:slug*
544565
destination: /learn/openapi-definition/extensions/:slug*
545566
permanent: true
567+
- source: /learn/api-definition/openapi/sync-specification
568+
destination: /learn/openapi/workflow-automation/sync-your-open-api-specification
569+
permanent: true
546570
- source: /learn/api-definition/openapi/frameworks/:slug*
547571
destination: /learn/openapi-definition/server-frameworks/:slug*
548572
permanent: true
549-
# General OpenAPI pattern
550573
- source: /learn/api-definition/openapi/:slug*
551574
destination: /learn/openapi-definition/:slug*
552575
permanent: true
@@ -578,21 +601,30 @@ redirects:
578601
- source: /learn/ai-search/:slug*
579602
destination: /learn/ask-fern/:slug*
580603
permanent: true
604+
- source: /learn/ask-fern/overview
605+
destination: /learn/ask-fern/getting-started/what-is-ask-fern
606+
permanent: true
607+
- source: /learn/ask-fern/customer-showcase
608+
destination: https://buildwithfern.com/customers
609+
permanent: true
610+
- source: /learn/ask-fern/citations
611+
destination: /learn/ask-fern/configuration/citations
612+
permanent: true
613+
- source: /learn/ask-fern/custom-prompting
614+
destination: /learn/ask-fern/configuration/custom-prompting
615+
permanent: true
581616

582617
# ============================================================================
583618
# API REFERENCE REDIRECTS (Fern Public API)
584619
# ============================================================================
585620

586621
# Fern Public API Reference redirects
587622
- source: /learn/api-reference/overview
588-
destination: /learn/public-api/overview
623+
destination: /learn/cli-api-reference/api-reference/overview
589624
permanent: true
590625
- source: /learn/api-reference/snippets/:slug*
591-
destination: /learn/public-api/snippets/:slug*
626+
destination: /learn/cli-api-reference/api-reference/snippets/:slug*
592627
permanent: true
593628
- source: /learn/api-reference/tokens/:slug*
594-
destination: /learn/public-api/tokens/:slug*
595-
permanent: true
596-
- source: /learn/api-reference/:slug*
597-
destination: /learn/public-api/:slug*
629+
destination: /learn/cli-api-reference/api-reference/tokens/:slug*
598630
permanent: true

fern/products/cli-api-reference/cli-api-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ navigation:
99
slug: options
1010
- page: Commands
1111
path: ./pages/commands.mdx
12-
- changelog: ./pages/changelogs/cli
12+
- changelog: ./pages/changelogs/cli-changelog
1313
- api: API Reference
1414
api-name: public-api
1515
icon: fa-regular fa-pro
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 0.1.3-rc7
2+
**`(chore):`** Release 0.1.3-rc7
3+
4+
## 0.1.3-rc6
5+
**`(chore):`** Release 0.1.3-rc6
6+
7+
## 0.1.3-rc5
8+
**`(chore):`** Release 0.1.3-rc5
9+
10+
## 0.1.3-rc4
11+
**`(chore):`** Release 0.1.3-rc4
12+
13+
## 0.1.3-rc3
14+
**`(chore):`** Release 0.1.3-rc3
15+
16+
## 0.1.3-rc2
17+
**`(chore):`** Release 0.1.3-rc2
18+
19+
## 0.1.3-rc1
20+
**`(chore):`** Release 0.1.3-rc1
21+
22+
## 0.1.3-rc0
23+
**`(chore):`** Release 0.1.3-rc0
24+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 0.2.0
2+
**`(chore):`** Release 0.2.0
3+
4+
## 0.1.3-rc9
5+
**`(chore):`** Release 0.1.3-rc9
6+
7+
## 0.1.3-rc8
8+
**`(chore):`** Release 0.1.3-rc8
9+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.3.0-rc0
2+
**`(chore):`** Release 0.3.0-rc0
3+
4+
## 0.2.1
5+
**`(chore):`** Release 0.2.1
6+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## 0.3.0-rc9
2+
**`(chore):`** Release 0.3.0-rc9
3+
4+
## 0.3.0-rc8
5+
**`(chore):`** Release 0.3.0-rc8
6+
7+
## 0.3.0-rc7
8+
**`(chore):`** Release 0.3.0-rc7
9+
10+
## 0.3.0-rc10
11+
**`(chore):`** Release 0.3.0-rc10
12+
13+
## 0.3.0-rc6
14+
**`(chore):`** Release 0.3.0-rc6
15+
16+
## 0.3.0-rc5
17+
**`(chore):`** Release 0.3.0-rc5
18+
19+
## 0.3.0-rc4
20+
**`(chore):`** Release 0.3.0-rc4
21+
22+
## 0.3.0-rc3
23+
**`(chore):`** Release 0.3.0-rc3
24+
25+
## 0.3.0-rc2
26+
**`(chore):`** Release 0.3.0-rc2
27+
28+
## 0.3.0-rc1
29+
**`(chore):`** Release 0.3.0-rc1
30+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.3.0-rc11
2+
**`(chore):`** Release 0.3.0-rc11
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.3.0-rc12
2+
**`(chore):`** Release 0.3.0-rc12
3+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 0.3.5
2+
**`(chore):`** Release 0.3.5
3+
4+
## 0.3.4
5+
**`(chore):`** Release 0.3.4
6+
7+
## 0.3.3
8+
**`(chore):`** Release 0.3.3
9+
10+
## 0.3.2
11+
**`(chore):`** Release 0.3.2
12+
13+
## 0.3.1
14+
**`(chore):`** Release 0.3.1
15+
16+
## 0.3.0-rc14
17+
**`(chore):`** Release 0.3.0-rc14
18+
19+
## 0.3.0-rc13
20+
**`(chore):`** Release 0.3.0-rc13
21+
22+
## 0.3.0
23+
**`(chore):`** Release 0.3.0
24+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.3.6-rc1
2+
**`(chore):`** Release 0.3.6-rc1
3+
4+
## 0.3.6-rc0
5+
**`(chore):`** Release 0.3.6-rc0
6+

0 commit comments

Comments
 (0)