From 0d752d5528fdb4a4f2774bfb6b3dedb3307356fb Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 17 Jul 2025 13:36:27 -0400 Subject: [PATCH 1/2] hide empty custom codes files, hide cust showcase files in language sections --- fern/products/sdks/sdks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fern/products/sdks/sdks.yml b/fern/products/sdks/sdks.yml index c1fd3e998..b68269414 100644 --- a/fern/products/sdks/sdks.yml +++ b/fern/products/sdks/sdks.yml @@ -20,6 +20,7 @@ navigation: path: ./overview/typescript/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase + hidden: true - section: Python contents: - page: Quickstart @@ -35,6 +36,7 @@ navigation: path: ./overview/python/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase + hidden: true - section: Go contents: - page: Quickstart @@ -50,6 +52,7 @@ navigation: path: ./overview/go/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase + hidden: true - section: Java contents: - page: Quickstart @@ -65,6 +68,7 @@ navigation: path: ./overview/java/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase + hidden: true - section: .NET contents: - page: Quickstart @@ -78,8 +82,10 @@ navigation: path: ./overview/dotnet/publishing-to-nuget.mdx - page: Adding custom code path: ./overview/dotnet/custom-code.mdx + hidden: true - link: Customer Showcase href: https://buildwithfern.com/showcase + hidden: true - section: PHP contents: - page: Quickstart @@ -93,8 +99,10 @@ navigation: path: ./overview/php/publishing-to-packagist.mdx - page: Adding custom code path: ./overview/php/custom-code.mdx + hidden: true - link: Customer Showcase href: https://buildwithfern.com/showcase + hidden: true - section: Ruby contents: - page: Quickstart @@ -108,8 +116,10 @@ navigation: path: ./overview/ruby/publishing-to-rubygems.mdx - page: Adding custom code path: ./overview/ruby/custom-code.mdx + hidden: true - link: Customer Showcase href: https://buildwithfern.com/showcase + hidden: true - section: Guides contents: - page: Customize Method Names From caf3dccdd2704cabad39957fb8d57a666647a82a Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 17 Jul 2025 13:51:24 -0400 Subject: [PATCH 2/2] fix parsing error --- fern/products/sdks/sdks.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/fern/products/sdks/sdks.yml b/fern/products/sdks/sdks.yml index b68269414..86de7dd02 100644 --- a/fern/products/sdks/sdks.yml +++ b/fern/products/sdks/sdks.yml @@ -20,7 +20,6 @@ navigation: path: ./overview/typescript/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase - hidden: true - section: Python contents: - page: Quickstart @@ -36,7 +35,6 @@ navigation: path: ./overview/python/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase - hidden: true - section: Go contents: - page: Quickstart @@ -52,7 +50,6 @@ navigation: path: ./overview/go/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase - hidden: true - section: Java contents: - page: Quickstart @@ -68,7 +65,6 @@ navigation: path: ./overview/java/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase - hidden: true - section: .NET contents: - page: Quickstart @@ -81,11 +77,10 @@ navigation: - page: Publishing to Nuget path: ./overview/dotnet/publishing-to-nuget.mdx - page: Adding custom code - path: ./overview/dotnet/custom-code.mdx hidden: true + path: ./overview/dotnet/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase - hidden: true - section: PHP contents: - page: Quickstart @@ -98,11 +93,10 @@ navigation: - page: Publishing to Packagist path: ./overview/php/publishing-to-packagist.mdx - page: Adding custom code - path: ./overview/php/custom-code.mdx hidden: true + path: ./overview/php/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase - hidden: true - section: Ruby contents: - page: Quickstart @@ -115,11 +109,10 @@ navigation: - page: Publishing to RubyGems path: ./overview/ruby/publishing-to-rubygems.mdx - page: Adding custom code - path: ./overview/ruby/custom-code.mdx hidden: true + path: ./overview/ruby/custom-code.mdx - link: Customer Showcase href: https://buildwithfern.com/showcase - hidden: true - section: Guides contents: - page: Customize Method Names