From 1f0b215b52c2be5d863ae9b1cd3ba41e4eab2869 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 24 Jul 2025 10:30:57 -0400 Subject: [PATCH] move changelog location on sdks.yml --- fern/products/sdks/sdks.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fern/products/sdks/sdks.yml b/fern/products/sdks/sdks.yml index 356c3b77c..9c93ffc62 100644 --- a/fern/products/sdks/sdks.yml +++ b/fern/products/sdks/sdks.yml @@ -21,11 +21,11 @@ navigation: path: ./overview/typescript/design.mdx - page: Configuration path: ./overview/typescript/configuration.mdx - - changelog: ./overview/typescript/changelog - page: Publishing to NPM path: ./overview/typescript/publishing-to-npm.mdx - page: Adding custom code path: ./overview/typescript/custom-code.mdx + - changelog: ./overview/typescript/changelog # - link: Customer Showcase # href: https://buildwithfern.com/showcase - section: Python @@ -37,11 +37,11 @@ navigation: path: ./overview/python/design.mdx - page: Configuration path: ./overview/python/configuration.mdx - - changelog: ./overview/python/changelog - page: Publishing to PyPI path: ./overview/python/publishing-to-pypi.mdx - page: Adding custom code path: ./overview/python/custom-code.mdx + - changelog: ./overview/python/changelog # - link: Customer Showcase # href: https://buildwithfern.com/showcase - section: Go @@ -53,11 +53,11 @@ navigation: path: ./overview/go/design.mdx - page: Configuration path: ./overview/go/configuration.mdx - - changelog: ./overview/go/changelog - page: Publishing as a Go Module path: ./overview/go/publishing-to-go-package-manager.mdx - page: Adding custom code path: ./overview/go/custom-code.mdx + - changelog: ./overview/go/changelog # - link: Customer Showcase # href: https://buildwithfern.com/showcase - section: Java @@ -69,11 +69,11 @@ navigation: path: ./overview/java/design.mdx - page: Configuration path: ./overview/java/configuration.mdx - - changelog: ./overview/java/changelog - page: Publishing to Maven Central path: ./overview/java/publishing-to-maven-central.mdx - page: Adding custom code path: ./overview/java/custom-code.mdx + - changelog: ./overview/java/changelog # - link: Customer Showcase # href: https://buildwithfern.com/showcase - section: .NET @@ -86,12 +86,12 @@ navigation: path: ./overview/csharp/design.mdx - page: Configuration path: ./overview/csharp/configuration.mdx - - changelog: ./overview/csharp/changelog - page: Publishing to Nuget path: ./overview/csharp/publishing-to-nuget.mdx - page: Adding custom code hidden: true path: ./overview/csharp/custom-code.mdx + - changelog: ./overview/csharp/changelog # - link: Customer Showcase # href: https://buildwithfern.com/showcase - section: PHP @@ -103,12 +103,12 @@ navigation: path: ./overview/php/design.mdx - page: Configuration path: ./overview/php/configuration.mdx - - changelog: ./overview/php/changelog - page: Publishing to Packagist path: ./overview/php/publishing-to-packagist.mdx - page: Adding custom code hidden: true path: ./overview/php/custom-code.mdx + - changelog: ./overview/php/changelog # - link: Customer Showcase # href: https://buildwithfern.com/showcase - section: Ruby @@ -120,13 +120,13 @@ navigation: path: ./overview/ruby/design.mdx - page: Configuration path: ./overview/ruby/configuration.mdx - - changelog: ./overview/ruby/changelog - page: Publishing to RubyGems path: ./overview/ruby/publishing-to-rubygems.mdx slug: publishing-to-rubygems - page: Adding custom code hidden: true path: ./overview/ruby/custom-code.mdx + - changelog: ./overview/ruby/changelog # - link: Customer Showcase # href: https://buildwithfern.com/showcase - page: MCP Server