diff --git a/fern/products/sdks/pages/dotnet/design.mdx b/fern/products/sdks/pages/dotnet/design.mdx new file mode 100644 index 000000000..a47ad9d92 --- /dev/null +++ b/fern/products/sdks/pages/dotnet/design.mdx @@ -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. \ No newline at end of file diff --git a/fern/products/sdks/pages/dotnet/philosophy.mdx b/fern/products/sdks/pages/dotnet/philosophy.mdx deleted file mode 100644 index 8fec5fe9d..000000000 --- a/fern/products/sdks/pages/dotnet/philosophy.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: .NET Philosophy -description: Philosophy behind the Fern .NET SDK. ---- - -# .NET Philosophy - -Learn about the design principles and philosophy behind the Fern .NET SDK. \ No newline at end of file diff --git a/fern/products/sdks/pages/go/design.mdx b/fern/products/sdks/pages/go/design.mdx new file mode 100644 index 000000000..7883ff054 --- /dev/null +++ b/fern/products/sdks/pages/go/design.mdx @@ -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. \ No newline at end of file diff --git a/fern/products/sdks/pages/java/design.mdx b/fern/products/sdks/pages/java/design.mdx new file mode 100644 index 000000000..3d0f32093 --- /dev/null +++ b/fern/products/sdks/pages/java/design.mdx @@ -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. \ No newline at end of file diff --git a/fern/products/sdks/pages/java/philosophy.mdx b/fern/products/sdks/pages/java/philosophy.mdx deleted file mode 100644 index a381e2e1f..000000000 --- a/fern/products/sdks/pages/java/philosophy.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Java Philosophy -description: Philosophy behind the Fern Java SDK. ---- - -# Java Philosophy - -Learn about the design principles and philosophy behind the Fern Java SDK. \ No newline at end of file diff --git a/fern/products/sdks/pages/php/design.mdx b/fern/products/sdks/pages/php/design.mdx new file mode 100644 index 000000000..ade03bf84 --- /dev/null +++ b/fern/products/sdks/pages/php/design.mdx @@ -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. \ No newline at end of file diff --git a/fern/products/sdks/pages/php/philosophy.mdx b/fern/products/sdks/pages/php/philosophy.mdx deleted file mode 100644 index 4ea7d4597..000000000 --- a/fern/products/sdks/pages/php/philosophy.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: PHP Philosophy -description: Philosophy behind the Fern PHP SDK. ---- - -# PHP Philosophy - -Learn about the design principles and philosophy behind the Fern PHP SDK. \ No newline at end of file diff --git a/fern/products/sdks/pages/python/design.mdx b/fern/products/sdks/pages/python/design.mdx new file mode 100644 index 000000000..44286c130 --- /dev/null +++ b/fern/products/sdks/pages/python/design.mdx @@ -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. \ No newline at end of file diff --git a/fern/products/sdks/pages/python/philosophy.mdx b/fern/products/sdks/pages/python/philosophy.mdx deleted file mode 100644 index dd6f13596..000000000 --- a/fern/products/sdks/pages/python/philosophy.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Python Philosophy -description: Philosophy behind the Fern Python SDK. ---- - -# Python Philosophy - -Learn about the design principles and philosophy behind the Fern Python SDK. \ No newline at end of file diff --git a/fern/products/sdks/pages/ruby/design.mdx b/fern/products/sdks/pages/ruby/design.mdx new file mode 100644 index 000000000..5df480e3c --- /dev/null +++ b/fern/products/sdks/pages/ruby/design.mdx @@ -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. \ No newline at end of file diff --git a/fern/products/sdks/pages/ruby/philosophy.mdx b/fern/products/sdks/pages/ruby/philosophy.mdx deleted file mode 100644 index 75e975adb..000000000 --- a/fern/products/sdks/pages/ruby/philosophy.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Ruby Philosophy -description: Philosophy behind the Fern Ruby SDK. ---- - -# Ruby Philosophy - -Learn about the design principles and philosophy behind the Fern Ruby SDK. \ No newline at end of file diff --git a/fern/products/sdks/pages/typescript/design.mdx b/fern/products/sdks/pages/typescript/design.mdx new file mode 100644 index 000000000..4c6bc919d --- /dev/null +++ b/fern/products/sdks/pages/typescript/design.mdx @@ -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. \ No newline at end of file diff --git a/fern/products/sdks/pages/typescript/philosophy.mdx b/fern/products/sdks/pages/typescript/philosophy.mdx deleted file mode 100644 index eafe45756..000000000 --- a/fern/products/sdks/pages/typescript/philosophy.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Typescript Philosophy -description: Philosophy behind the Fern Typescript SDK. ---- - -# Typescript Philosophy - -Learn about the design principles and philosophy behind the Fern Typescript SDK. \ No newline at end of file diff --git a/fern/products/sdks/sdks.yml b/fern/products/sdks/sdks.yml index 577535473..b970f36ef 100644 --- a/fern/products/sdks/sdks.yml +++ b/fern/products/sdks/sdks.yml @@ -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