Skip to content

Commit 5a79ddb

Browse files
committed
update redirects
1 parent 9508588 commit 5a79ddb

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

fern/docs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -190,39 +190,39 @@ redirects:
190190
destination: /learn/sdks/deep-dives/customize-method-names
191191
permanent: true
192192
- source: /learn/sdks/guides/preview-your-sdk-locally
193-
destination: /learn/sdks/deep-dives/setup-local-sdk-previews
193+
destination: /learn/sdks/deep-dives/local-previews
194194
permanent: true
195195
- source: /learn/sdks/capabilities/auto-pagination
196-
destination: /learn/v2/sdks/deep-dives/configure-auto-pagination
196+
destination: /learn/v2/sdks/deep-dives/auto-pagination
197197
permanent: true
198198
- source: /learn/sdks/capabilities/idempotency-headers
199-
destination: /learn/sdks/deep-dives/configure-idempotency
199+
destination: /learn/sdks/deep-dives/idempotency
200200
permanent: true
201201

202202
# SDK Package Managers redirects
203203
- source: /learn/sdks/package-managers/:slug*
204204
destination: /learn/sdks/guides/publish-to-package-managers/:slug*
205205
permanent: true
206206
- source: /learn/sdks/guides/publish-to-package-managers/npm-type-script
207-
destination: /learn/sdks/generators/typescript/publishing-to-npm
207+
destination: /learn/sdks/generators/typescript/publishing
208208
permanent: true
209209
- source: /learn/sdks/guides/publish-to-package-managers/pypi
210-
destination: /learn/sdks/generators/python/publishing-to-py-pi
210+
destination: /learn/sdks/generators/python/publishing
211211
permanent: true
212212
- source: /learn/sdks/guides/publish-to-package-managers/nuget
213-
destination: /learn/sdks/generators/net/publishing-to-nu-get
213+
destination: /learn/sdks/generators/net/publishing
214214
permanent: true
215215
- source: /learn/sdks/guides/publish-to-package-managers/pkgsite
216-
destination: /learn/sdks/generators/go/publishing-as-a-go-module
216+
destination: /learn/sdks/generators/go/publishing
217217
permanent: true
218218
- source: /learn/sdks/guides/publish-to-package-managers/maven-central
219-
destination: /learn/sdks/generators/java/publishing-to-maven-central
219+
destination: /learn/sdks/generators/java/publishing
220220
permanent: true
221221
- source: /learn/sdks/guides/publish-to-package-managers/rubygems
222-
destination: /learn/sdks/generators/ruby/publishing-to-rubygems
222+
destination: /learn/sdks/generators/ruby/publishing
223223
permanent: true
224224
- source: /learn/sdks/guides/publish-to-package-managers/packagist
225-
destination: /learn/sdks/generators/php/publishing-to-packagist
225+
destination: /learn/sdks/generators/php/publishing
226226
permanent: true
227227

228228
# SDK Introduction redirects
@@ -482,7 +482,7 @@ redirects:
482482
destination: /learn/openapi-definition/overview
483483
permanent: true
484484
- source: /learn/api-definition/introduction/what-is-the-fern-folder
485-
destination: /learn/sdks/overview/set-up-the-fern-folder
485+
destination: /learn/sdks/overview/quickstart
486486
permanent: true
487487
- source: /learn/api-definition/introduction/:slug*
488488
destination: /learn/openapi-definition/overview

fern/products/sdks/sdks.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ navigation:
33
contents:
44
- page: Introduction
55
path: ./introduction.mdx
6-
slug: intro
6+
slug: introduction
77
- page: Quickstart
88
path: ./fern-folder.mdx
99
slug: quickstart
@@ -26,7 +26,7 @@ navigation:
2626
slug: design
2727
- page: Configuration
2828
path: ./overview/typescript/configuration.mdx
29-
slug: config
29+
slug: configuration
3030
- page: Publishing to NPM
3131
path: ./overview/typescript/publishing-to-npm.mdx
3232
slug: publishing
@@ -48,7 +48,7 @@ navigation:
4848
slug: design
4949
- page: Configuration
5050
path: ./overview/python/configuration.mdx
51-
slug: config
51+
slug: configuration
5252
- page: Publishing to PyPI
5353
path: ./overview/python/publishing-to-pypi.mdx
5454
slug: publishing
@@ -70,7 +70,7 @@ navigation:
7070
slug: design
7171
- page: Configuration
7272
path: ./overview/go/configuration.mdx
73-
slug: config
73+
slug: configuration
7474
- page: Publishing as a Go Module
7575
path: ./overview/go/publishing-to-go-package-manager.mdx
7676
slug: publishing
@@ -92,7 +92,7 @@ navigation:
9292
slug: design
9393
- page: Configuration
9494
path: ./overview/java/configuration.mdx
95-
slug: config
95+
slug: configuration
9696
- page: Publishing to Maven Central
9797
path: ./overview/java/publishing-to-maven-central.mdx
9898
slug: publishing
@@ -115,7 +115,7 @@ navigation:
115115
slug: design
116116
- page: Configuration
117117
path: ./overview/csharp/configuration.mdx
118-
slug: config
118+
slug: configuration
119119
- page: Publishing to Nuget
120120
path: ./overview/csharp/publishing-to-nuget.mdx
121121
slug: publishing
@@ -138,7 +138,7 @@ navigation:
138138
slug: design
139139
- page: Configuration
140140
path: ./overview/php/configuration.mdx
141-
slug: config
141+
slug: configuration
142142
- page: Publishing to Packagist
143143
path: ./overview/php/publishing-to-packagist.mdx
144144
slug: publishing
@@ -161,7 +161,7 @@ navigation:
161161
slug: design
162162
- page: Configuration
163163
path: ./overview/ruby/configuration.mdx
164-
slug: config
164+
slug: configuration
165165
- page: Publishing to RubyGems
166166
path: ./overview/ruby/publishing-to-rubygems.mdx
167167
slug: publishing
@@ -180,7 +180,7 @@ navigation:
180180
contents:
181181
- page: Customize Method Names
182182
path: ./guides/customize-method-names.mdx
183-
slug: method-names
183+
slug: customize-method-names
184184
- page: Setup local SDK previews
185185
path: ./guides/setup-local-sdk-previews.mdx
186186
slug: local-previews

0 commit comments

Comments
 (0)