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
6 changes: 6 additions & 0 deletions fern/products/sdks/pages/dotnet/design.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: .NET SDK Design
description: "Key design decisions behind our .NET SDK generator"
---

Learn about the design principles and philosophy behind the Fern .NET SDK.
8 changes: 0 additions & 8 deletions fern/products/sdks/pages/dotnet/philosophy.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions fern/products/sdks/pages/go/design.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Go SDK Design
description: "Key design decisions behind our Go SDK generator"
---

Learn about the design principles and philosophy behind the Fern Go SDK.
6 changes: 6 additions & 0 deletions fern/products/sdks/pages/java/design.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Java SDK Design
description: "Key design decisions behind our Java SDK generator"
---

Learn about the design principles and philosophy behind the Fern Java SDK.
8 changes: 0 additions & 8 deletions fern/products/sdks/pages/java/philosophy.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions fern/products/sdks/pages/php/design.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: PHP SDK Design
description: "Key design decisions behind our PHP SDK generator"
---

Learn about the design principles and philosophy behind the Fern PHP SDK.
8 changes: 0 additions & 8 deletions fern/products/sdks/pages/php/philosophy.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions fern/products/sdks/pages/python/design.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Python SDK Design
description: "Key design decisions behind our Python SDK generator"
---

Learn about the design principles and philosophy behind the Fern Python SDK.
8 changes: 0 additions & 8 deletions fern/products/sdks/pages/python/philosophy.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions fern/products/sdks/pages/ruby/design.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Ruby SDK Design
description: "Key design decisions behind our Ruby SDK generator"
---

Learn about the design principles and philosophy behind the Fern Ruby SDK.
8 changes: 0 additions & 8 deletions fern/products/sdks/pages/ruby/philosophy.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions fern/products/sdks/pages/typescript/design.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Typescript SDK Design
description: "Key design decisions behind our TypeScript SDK generator"
---

Learn about the design principles and philosophy behind the Fern Typescript SDK.
8 changes: 0 additions & 8 deletions fern/products/sdks/pages/typescript/philosophy.mdx

This file was deleted.

60 changes: 30 additions & 30 deletions fern/products/sdks/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,106 +3,106 @@ navigation:
contents:
- page: Overview
path: ./pages/overview.mdx
- page: SDK Customer Showcase
path: ./pages/sdk-customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Typescript
contents:
- page: Quickstart
path: ./pages/typescript/quickstart.mdx
- page: Philosophy
path: ./pages/typescript/philosophy.mdx
- page: Design Decisions
path: ./pages/typescript/design.mdx
- page: Configuration
path: ./pages/typescript/configuration.mdx
- page: Changelog
path: ./pages/typescript/changelog.mdx
- page: Publishing to NPM
path: ./pages/typescript/publishing-to-npm.mdx
- page: Customer Showcase
path: ./pages/typescript/customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Python
contents:
- page: Quickstart
path: ./pages/python/quickstart.mdx
- page: Philosophy
path: ./pages/python/philosophy.mdx
- page: Design Decisions
path: ./pages/python/design.mdx
- page: Configuration
path: ./pages/python/configuration.mdx
- page: Changelog
path: ./pages/python/changelog.mdx
- page: Publishing to NPM
path: ./pages/python/publishing-to-npm.mdx
- page: Customer Showcase
path: ./pages/python/customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Go
contents:
- page: Quickstart
path: ./pages/go/quickstart.mdx
- page: Philosophy
path: ./pages/go/philosophy.mdx
- page: Design Decisions
path: ./pages/go/design.mdx
- page: Configuration
path: ./pages/go/configuration.mdx
- page: Changelog
path: ./pages/go/changelog.mdx
- page: Publishing to NPM
path: ./pages/go/publishing-to-npm.mdx
- page: Customer Showcase
path: ./pages/go/customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Java
contents:
- page: Quickstart
path: ./pages/java/quickstart.mdx
- page: Philosophy
path: ./pages/java/philosophy.mdx
- page: Design Decisions
path: ./pages/java/design.mdx
- page: Configuration
path: ./pages/java/configuration.mdx
- page: Changelog
path: ./pages/java/changelog.mdx
- page: Publishing to NPM
path: ./pages/java/publishing-to-npm.mdx
- page: Customer Showcase
path: ./pages/java/customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: .NET
contents:
- page: Quickstart
path: ./pages/dotnet/quickstart.mdx
- page: Philosophy
path: ./pages/dotnet/philosophy.mdx
- page: Design Decisions
path: ./pages/dotnet/design.mdx
- page: Configuration
path: ./pages/dotnet/configuration.mdx
- page: Changelog
path: ./pages/dotnet/changelog.mdx
- page: Publishing to NPM
path: ./pages/dotnet/publishing-to-npm.mdx
- page: Customer Showcase
path: ./pages/dotnet/customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: PHP
contents:
- page: Quickstart
path: ./pages/php/quickstart.mdx
- page: Philosophy
path: ./pages/php/philosophy.mdx
- page: Design Decisions
path: ./pages/php/design.mdx
- page: Configuration
path: ./pages/php/configuration.mdx
- page: Changelog
path: ./pages/php/changelog.mdx
- page: Publishing to NPM
path: ./pages/php/publishing-to-npm.mdx
- page: Customer Showcase
path: ./pages/php/customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Ruby
contents:
- page: Quickstart
path: ./pages/ruby/quickstart.mdx
- page: Philosophy
path: ./pages/ruby/philosophy.mdx
- page: Design Decisions
path: ./pages/ruby/design.mdx
- page: Configuration
path: ./pages/ruby/configuration.mdx
- page: Changelog
path: ./pages/ruby/changelog.mdx
- page: Publishing to NPM
path: ./pages/ruby/publishing-to-npm.mdx
- page: Customer Showcase
path: ./pages/ruby/customer-showcase.mdx
- link: Customer Showcase
href: https://buildwithfern.com/showcase
- section: Enterprise
contents:
- page: On-Premise SDKs
Expand Down