Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions fern/products/sdks/guides/self-host-fern-generators.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Self host Fern's SDK generators
---

Learn how to preview your SDKs locally before publishing them.
4 changes: 4 additions & 0 deletions fern/products/sdks/overview/dotnet/custom-code.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Adding custom code
description: Augment your TypeScript SDK with custom utilities
---
4 changes: 4 additions & 0 deletions fern/products/sdks/overview/go/custom-code.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Adding custom code
description: Augment your TypeScript SDK with custom utilities
---
4 changes: 4 additions & 0 deletions fern/products/sdks/overview/java/custom-code.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Adding custom code
description: Augment your TypeScript SDK with custom utilities
---
4 changes: 4 additions & 0 deletions fern/products/sdks/overview/php/custom-code.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Adding custom code
description: Augment your TypeScript SDK with custom utilities
---
4 changes: 4 additions & 0 deletions fern/products/sdks/overview/python/custom-code.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Adding custom code
description: Augment your TypeScript SDK with custom utilities
---
4 changes: 4 additions & 0 deletions fern/products/sdks/overview/ruby/custom-code.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Adding custom code
description: Augment your TypeScript SDK with custom utilities
---
4 changes: 4 additions & 0 deletions fern/products/sdks/overview/typescript/custom-code.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Adding custom code
description: Augment your TypeScript SDK with custom utilities
---
8 changes: 0 additions & 8 deletions fern/products/sdks/pages/enterprise/on-premise-sdks.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions fern/products/sdks/reference/generators-yml-reference.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: generators.yml
description: Reference for the generators.yml configuration
---

Stay up to date with the latest changes and updates to the Fern Typescript SDK.
130 changes: 71 additions & 59 deletions fern/products/sdks/sdks.yml
Original file line number Diff line number Diff line change
@@ -1,127 +1,139 @@
navigation:
- section: Fern SDKS
- section: Overview
contents:
- page: Overview
path: ./pages/overview.mdx
- page: Introduction
path: ./introduction.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Typescript
contents:
- page: Quickstart
path: ./pages/typescript/quickstart.mdx
path: ./overview/typescript/quickstart.mdx
- page: Design Decisions
path: ./pages/typescript/design.mdx
path: ./overview/typescript/design.mdx
- page: Configuration
path: ./pages/typescript/configuration.mdx
path: ./overview/typescript/configuration.mdx
- page: Changelog
path: ./pages/typescript/changelog.mdx
path: ./overview/typescript/changelog.mdx
- page: Publishing to NPM
path: ./pages/typescript/publishing-to-npm.mdx
path: ./overview/typescript/publishing-to-npm.mdx
- page: Adding custom code
path: ./overview/typescript/custom-code.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Python
contents:
- page: Quickstart
path: ./pages/python/quickstart.mdx
path: ./overview/python/quickstart.mdx
- page: Design Decisions
path: ./pages/python/design.mdx
path: ./overview/python/design.mdx
- page: Configuration
path: ./pages/python/configuration.mdx
path: ./overview/python/configuration.mdx
- page: Changelog
path: ./pages/python/changelog.mdx
- page: Publishing to NPM
path: ./pages/python/publishing-to-npm.mdx
path: ./overview/python/changelog.mdx
- page: Publishing to PyPI
path: ./overview/python/publishing-to-npm.mdx
- page: Adding custom code
path: ./overview/python/custom-code.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Go
contents:
- page: Quickstart
path: ./pages/go/quickstart.mdx
path: ./overview/go/quickstart.mdx
- page: Design Decisions
path: ./pages/go/design.mdx
path: ./overview/go/design.mdx
- page: Configuration
path: ./pages/go/configuration.mdx
path: ./overview/go/configuration.mdx
- page: Changelog
path: ./pages/go/changelog.mdx
- page: Publishing to NPM
path: ./pages/go/publishing-to-npm.mdx
path: ./overview/go/changelog.mdx
- page: Publishing as a Go Module
path: ./overview/go/publishing-to-npm.mdx
- page: Adding custom code
path: ./overview/go/custom-code.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Java
contents:
- page: Quickstart
path: ./pages/java/quickstart.mdx
path: ./overview/java/quickstart.mdx
- page: Design Decisions
path: ./pages/java/design.mdx
path: ./overview/java/design.mdx
- page: Configuration
path: ./pages/java/configuration.mdx
path: ./overview/java/configuration.mdx
- page: Changelog
path: ./pages/java/changelog.mdx
- page: Publishing to NPM
path: ./pages/java/publishing-to-npm.mdx
path: ./overview/java/changelog.mdx
- page: Publishing to Maven Central
path: ./overview/java/publishing-to-npm.mdx
- page: Adding custom code
path: ./overview/java/custom-code.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: .NET
contents:
- page: Quickstart
path: ./pages/dotnet/quickstart.mdx
path: ./overview/dotnet/quickstart.mdx
- page: Design Decisions
path: ./pages/dotnet/design.mdx
path: ./overview/dotnet/design.mdx
- page: Configuration
path: ./pages/dotnet/configuration.mdx
path: ./overview/dotnet/configuration.mdx
- page: Changelog
path: ./pages/dotnet/changelog.mdx
- page: Publishing to NPM
path: ./pages/dotnet/publishing-to-npm.mdx
path: ./overview/dotnet/changelog.mdx
- page: Publishing to Nuget
path: ./overview/dotnet/publishing-to-npm.mdx
- page: Adding custom code
path: ./overview/dotnet/custom-code.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: PHP
contents:
- page: Quickstart
path: ./pages/php/quickstart.mdx
path: ./overview/php/quickstart.mdx
- page: Design Decisions
path: ./pages/php/design.mdx
path: ./overview/php/design.mdx
- page: Configuration
path: ./pages/php/configuration.mdx
path: ./overview/php/configuration.mdx
- page: Changelog
path: ./pages/php/changelog.mdx
- page: Publishing to NPM
path: ./pages/php/publishing-to-npm.mdx
path: ./overview/php/changelog.mdx
- page: Publishing to Packagist
path: ./overview/php/publishing-to-npm.mdx
- page: Adding custom code
path: ./overview/php/custom-code.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Ruby
contents:
- page: Quickstart
path: ./pages/ruby/quickstart.mdx
path: ./overview/ruby/quickstart.mdx
- page: Design Decisions
path: ./pages/ruby/design.mdx
path: ./overview/ruby/design.mdx
- page: Configuration
path: ./pages/ruby/configuration.mdx
path: ./overview/ruby/configuration.mdx
- page: Changelog
path: ./pages/ruby/changelog.mdx
- page: Publishing to NPM
path: ./pages/ruby/publishing-to-npm.mdx
path: ./overview/ruby/changelog.mdx
- page: Publishing to RubyGems
path: ./overview/ruby/publishing-to-npm.mdx
- page: Adding custom code
path: ./overview/ruby/custom-code.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Enterprise
contents:
- page: On-Premise SDKs
path: ./pages/enterprise/on-premise-sdks.mdx
- section: Guides
contents:
contents:
- page: Customize Method Names
path: ./pages/guides/customize-method-names.mdx
path: ./guides/customize-method-names.mdx
- page: Setup local SDK previews
path: ./pages/guides/setup-local-sdk-previews.mdx
path: ./guides/setup-local-sdk-previews.mdx
- page: Configure Global Headers
path: ./pages/guides/configure-global-headers.mdx
path: ./guides/configure-global-headers.mdx
- page: Configure Auto-Pagination
path: ./pages/guides/configure-auto-pagination.mdx
- page: Configure Auth Schemes
path: ./pages/guides/configure-auth-schemes.mdx
- page: Configure GitHub Publishing
path: ./pages/guides/configure-github-publishing.mdx
path: ./guides/configure-auto-pagination.mdx
- page: Configure Idempotency
path: ./pages/guides/configure-idempotency.mdx
path: ./guides/configure-idempotency.mdx
- page: Filter Your Endpoints (Audiences)
path: ./pages/guides/filter-your-endpoints-audiences.mdx
path: ./guides/filter-your-endpoints-audiences.mdx
- page: Self-host Fern's SDK Generators
path: ./guides/filter-your-endpoints-audiences.mdx
- section: Reference
contents:
- page: generators.yml
path: ./reference/generators-yml-reference.mdx