Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,39 +190,39 @@ redirects:
destination: /learn/sdks/deep-dives/customize-method-names
permanent: true
- source: /learn/sdks/guides/preview-your-sdk-locally
destination: /learn/sdks/deep-dives/setup-local-sdk-previews
destination: /learn/sdks/deep-dives/local-previews
permanent: true
- source: /learn/sdks/capabilities/auto-pagination
destination: /learn/v2/sdks/deep-dives/configure-auto-pagination
destination: /learn/v2/sdks/deep-dives/auto-pagination
permanent: true
- source: /learn/sdks/capabilities/idempotency-headers
destination: /learn/sdks/deep-dives/configure-idempotency
destination: /learn/sdks/deep-dives/idempotency
permanent: true

# SDK Package Managers redirects
- source: /learn/sdks/package-managers/:slug*
destination: /learn/sdks/guides/publish-to-package-managers/:slug*
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/npm-type-script
destination: /learn/sdks/generators/typescript/publishing-to-npm
destination: /learn/sdks/generators/typescript/publishing
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/pypi
destination: /learn/sdks/generators/python/publishing-to-py-pi
destination: /learn/sdks/generators/python/publishing
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/nuget
destination: /learn/sdks/generators/net/publishing-to-nu-get
destination: /learn/sdks/generators/net/publishing
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/pkgsite
destination: /learn/sdks/generators/go/publishing-as-a-go-module
destination: /learn/sdks/generators/go/publishing
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/maven-central
destination: /learn/sdks/generators/java/publishing-to-maven-central
destination: /learn/sdks/generators/java/publishing
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/rubygems
destination: /learn/sdks/generators/ruby/publishing-to-rubygems
destination: /learn/sdks/generators/ruby/publishing
permanent: true
- source: /learn/sdks/guides/publish-to-package-managers/packagist
destination: /learn/sdks/generators/php/publishing-to-packagist
destination: /learn/sdks/generators/php/publishing
permanent: true

# SDK Introduction redirects
Expand Down Expand Up @@ -482,7 +482,7 @@ redirects:
destination: /learn/openapi-definition/overview
permanent: true
- source: /learn/api-definition/introduction/what-is-the-fern-folder
destination: /learn/sdks/overview/set-up-the-fern-folder
destination: /learn/sdks/overview/quickstart
permanent: true
- source: /learn/api-definition/introduction/:slug*
destination: /learn/openapi-definition/overview
Expand Down
55 changes: 54 additions & 1 deletion fern/products/sdks/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ navigation:
contents:
- page: Introduction
path: ./introduction.mdx
slug: introduction
- page: Quickstart
path: ./fern-folder.mdx
slug: quickstart
- page: Capabilities
path: ./capabilities.mdx
slug: capabilities
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Generators
Expand All @@ -16,139 +19,189 @@ navigation:
contents:
- page: Quickstart
path: ./overview/typescript/quickstart.mdx
slug: quickstart
- page: Design Decisions
hidden: true
path: ./overview/typescript/design.mdx
slug: design
- page: Configuration
path: ./overview/typescript/configuration.mdx
slug: configuration
- page: Publishing to NPM
path: ./overview/typescript/publishing-to-npm.mdx
slug: publishing
- page: Adding custom code
path: ./overview/typescript/custom-code.mdx
slug: custom-code
- changelog: ./overview/typescript/changelog
slug: changelog
# - link: Customer Showcase
# href: https://buildwithfern.com/showcase
- section: Python
contents:
- page: Quickstart
path: ./overview/python/quickstart.mdx
slug: quickstart
- page: Design Decisions
hidden: true
path: ./overview/python/design.mdx
slug: design
- page: Configuration
path: ./overview/python/configuration.mdx
slug: configuration
- page: Publishing to PyPI
path: ./overview/python/publishing-to-pypi.mdx
slug: publishing
- page: Adding custom code
path: ./overview/python/custom-code.mdx
slug: custom-code
- changelog: ./overview/python/changelog
slug: changelog
# - link: Customer Showcase
# href: https://buildwithfern.com/showcase
- section: Go
contents:
- page: Quickstart
path: ./overview/go/quickstart.mdx
slug: quickstart
- page: Design Decisions
hidden: true
path: ./overview/go/design.mdx
slug: design
- page: Configuration
path: ./overview/go/configuration.mdx
slug: configuration
- page: Publishing as a Go Module
path: ./overview/go/publishing-to-go-package-manager.mdx
slug: publishing
- page: Adding custom code
path: ./overview/go/custom-code.mdx
slug: custom-code
- changelog: ./overview/go/changelog
slug: changelog
# - link: Customer Showcase
# href: https://buildwithfern.com/showcase
- section: Java
contents:
- page: Quickstart
path: ./overview/java/quickstart.mdx
slug: quickstart
- page: Design Decisions
hidden: true
path: ./overview/java/design.mdx
slug: design
- page: Configuration
path: ./overview/java/configuration.mdx
slug: configuration
- page: Publishing to Maven Central
path: ./overview/java/publishing-to-maven-central.mdx
slug: publishing
- page: Adding custom code
path: ./overview/java/custom-code.mdx
slug: custom-code
- changelog: ./overview/java/changelog
slug: changelog
# - link: Customer Showcase
# href: https://buildwithfern.com/showcase
- section: .NET
slug: csharp
contents:
- page: Quickstart
path: ./overview/csharp/quickstart.mdx
slug: quickstart
- page: Design Decisions
hidden: true
path: ./overview/csharp/design.mdx
slug: design
- page: Configuration
path: ./overview/csharp/configuration.mdx
slug: configuration
- page: Publishing to Nuget
path: ./overview/csharp/publishing-to-nuget.mdx
slug: publishing
- page: Adding custom code
hidden: true
path: ./overview/csharp/custom-code.mdx
slug: custom-code
- changelog: ./overview/csharp/changelog
slug: changelog
# - link: Customer Showcase
# href: https://buildwithfern.com/showcase
- section: PHP
contents:
- page: Quickstart
path: ./overview/php/quickstart.mdx
slug: quickstart
- page: Design Decisions
hidden: true
path: ./overview/php/design.mdx
slug: design
- page: Configuration
path: ./overview/php/configuration.mdx
slug: configuration
- page: Publishing to Packagist
path: ./overview/php/publishing-to-packagist.mdx
slug: publishing
- page: Adding custom code
hidden: true
path: ./overview/php/custom-code.mdx
slug: custom-code
- changelog: ./overview/php/changelog
slug: changelog
# - link: Customer Showcase
# href: https://buildwithfern.com/showcase
- section: Ruby
contents:
- page: Quickstart
path: ./overview/ruby/quickstart.mdx
slug: quickstart
- page: Design Decisions
hidden: true
path: ./overview/ruby/design.mdx
slug: design
- page: Configuration
path: ./overview/ruby/configuration.mdx
slug: configuration
- page: Publishing to RubyGems
path: ./overview/ruby/publishing-to-rubygems.mdx
slug: publishing-to-rubygems
slug: publishing
- page: Adding custom code
hidden: true
path: ./overview/ruby/custom-code.mdx
slug: custom-code
- changelog: ./overview/ruby/changelog
slug: changelog
# - link: Customer Showcase
# href: https://buildwithfern.com/showcase
- page: MCP Server
path: ./overview/mcp-server/introduction.mdx
slug: mcp-server
- section: Deep Dives
contents:
- page: Customize Method Names
path: ./guides/customize-method-names.mdx
slug: customize-method-names
- page: Setup local SDK previews
path: ./guides/setup-local-sdk-previews.mdx
slug: local-previews
- page: Configure Global Headers
path: ./guides/configure-global-headers.mdx
slug: global-headers
- page: Configure Auto-Pagination
path: ./guides/configure-auto-pagination.mdx
slug: auto-pagination
- page: Configure Idempotency
path: ./guides/configure-idempotency.mdx
slug: idempotency
- page: Filter Your Endpoints (Audiences)
path: ./guides/filter-your-endpoints-audiences.mdx
slug: audiences
- page: Self-host Fern's SDK Generators
hidden: true
path: ./guides/self-host-fern-generators.mdx
slug: self-host-generators
- section: Reference
contents:
- page: generators.yml
path: ./reference/generators-yml-reference.mdx
slug: generators-yml