@@ -27,35 +27,36 @@ products:
2727
2828 - display-name : Ask Fern
2929 path : ./products/ask-fern/ask-fern.yml
30- icon : fa-regular fa-magnifying-glass
30+ icon : fa-regular fa-magnifying-glass
3131 image : ./images/product-switcher/product-switcher-askfern-light.png
3232 slug : ask-fern
3333 subtitle : Let users find answers in your documentation instantly
3434
35- - display-name : API Definition
36- path : ./products/api-definition/api-definition.yml
35+
36+ # - display-name: API Definition
37+ # path: ./products/api-definition/api-definition.yml
38+ # icon: fa-regular fa-book
39+ # image: ./images/product-switcher/api-definitions-light.png
40+ # slug: api-definition
41+
42+ - display-name : OpenAPI
43+ path : ./products/openapi-def/openapi-def.yml
3744 icon : fa-regular fa-book
38- image : ./images/product-switcher/api-definitions-light.png
39- slug : api-definition
45+ image : ./images/product-switcher/openapi-def.png
46+ slug : openapi
47+
48+ - display-name : Fern Definition
49+ path : ./products/fern-def/fern-def.yml
50+ icon : fa-regular fa-seedling
51+ image : ./images/product-switcher/fern-def.png
52+ slug : fern-def
4053
4154 - display-name : CLI & API Reference
4255 path : ./products/cli-api-reference/cli-api-reference.yml
4356 icon : fa-regular fa-terminal
4457 image : ./images/product-switcher/cli-api-reference-light.png
4558 slug : cli-api-reference
4659
47- # - display-name: OpenAPI
48- # path: ./products/openapi-def/openapi-def.yml
49- # icon: fa-regular fa-book
50- # image: ./images/product-switcher/openapi-def.png
51- # slug: openapi
52-
53- # - display-name: Fern Definition
54- # path: ./products/fern-def/fern-def.yml
55- # icon: fa-regular fa-seedling
56- # image: ./images/product-switcher/fern-def.png
57- # slug: fern-def
58-
5960 # - display-name: AsyncAPI
6061 # path: ./products/asyncapi-def/asyncapi-def.yml
6162 # icon: fa-regular fa-bolt
@@ -152,27 +153,66 @@ redirects:
152153 - source : /learn/welcome
153154 destination : /learn
154155 permanent : true
155- - source : /learn/home
156- destination : /learn
156+ - source : /learn
157+ destination : /learn/home
157158 permanent : true
158159 - source : /learn/api-definition/fern/api-yml-reference
159160 destination : /learn/api-definition/fern/api-yml/overview
160161 permanent : true
162+ - source : /learn/docs/api-references/api-explorer
163+ destination : /learn/docs/api-references/api-explorer/overview
161164 - source : /learn/docs/api-references/api-playground/:slug*
162- destination : / learn/docs/api-references/api-explorer/:slug*
165+ destination : learn/docs/api-references/api-explorer/:slug*
163166 permanent : true
164167 - source : /learn/docs/api-references/api-playground
165- destination : /learn/docs/api-references/api-explorer
168+ destination : /learn/docs/api-references/api-explorer/overview
166169 permanent : true
167170 - source : /learn/sdks/features/:slug*
168171 destination : /learn/sdks/capabilities/:slug*
169172 permanent : true
173+ - source : /learn/sdks/capabilities/method-names
174+ destination : /learn/sdks/deep-dives/customize-method-names
175+ permanent : true
176+ - source : /learn/sdks/guides/preview-your-sdk-locally
177+ destination : /learn/sdks/deep-dives/setup-local-sdk-previews
178+ permanent : true
179+ - source : /learn/sdks/capabilities/auto-pagination
180+ destination : /learn/v2/sdks/deep-dives/configure-auto-pagination
181+ permanent : true
182+ - source : /learn/sdks/capabilities/idempotency-headers
183+ destination : /learn/sdks/deep-dives/configure-idempotency
184+ permanent : true
170185 - source : /learn/sdks/package-managers/:slug*
171186 destination : /learn/sdks/guides/publish-to-package-managers/:slug*
172187 permanent : true
188+ - source : /learn/sdks/guides/publish-to-package-managers/npm-type-script
189+ destination : /learn/sdks/generators/type-script/publishing-to-npm
190+ permanent : true
191+ - source : /learn/sdks/guides/publish-to-package-managers/pypi
192+ destination : /learn/sdks/generators/python/publishing-to-py-pi
193+ permanent : true
194+ - source : /learn/sdks/guides/publish-to-package-managers/nuget
195+ destination : /learn/sdks/generators/net/publishing-to-nu-get
196+ permanent : true
197+ - source : /learn/sdks/guides/publish-to-package-managers/pkgsite
198+ destination : /learn/sdks/generators/go/publishing-as-a-go-module
199+ permanent : true
200+ - source : /learn/sdks/guides/publish-to-package-managers/maven-central
201+ destination : /learn/sdks/generators/java/publishing-to-maven-central
202+ permanent : true
203+ - source : /learn/sdks/guides/publish-to-package-managers/rubygems
204+ destination : /learn/sdks/generators/ruby/publishing-to-rubygems
205+ permanent : true
206+ - source : /learn/sdks/guides/publish-to-package-managers/packagist
207+ destination : /learn/sdks/generators/php/publishing-to-packagist
208+ permanent : true
173209 - source : /learn/sdks/introduction/configuration
174210 destination : /learn/sdks/introduction/language-support
175211 permanent : true
212+ - source : /learn/sdks/introduction/language-support
213+ destination : /learn/sdks/overview/introduction
214+ permanent : true
215+ # # PAUSED HERE
176216 - source : /learn/sdks/getting-started/:slug*
177217 destination : /learn/sdks/guides/:slug*
178218 permanent : true
0 commit comments