Skip to content

Commit 0b4991b

Browse files
authored
[bug bash] Put Changelogs at the bottom of each language section (#158)
1 parent 0ff1d42 commit 0b4991b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

fern/products/sdks/sdks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ navigation:
2121
path: ./overview/typescript/design.mdx
2222
- page: Configuration
2323
path: ./overview/typescript/configuration.mdx
24-
- changelog: ./overview/typescript/changelog
2524
- page: Publishing to NPM
2625
path: ./overview/typescript/publishing-to-npm.mdx
2726
- page: Adding custom code
2827
path: ./overview/typescript/custom-code.mdx
28+
- changelog: ./overview/typescript/changelog
2929
# - link: Customer Showcase
3030
# href: https://buildwithfern.com/showcase
3131
- section: Python
@@ -37,11 +37,11 @@ navigation:
3737
path: ./overview/python/design.mdx
3838
- page: Configuration
3939
path: ./overview/python/configuration.mdx
40-
- changelog: ./overview/python/changelog
4140
- page: Publishing to PyPI
4241
path: ./overview/python/publishing-to-pypi.mdx
4342
- page: Adding custom code
4443
path: ./overview/python/custom-code.mdx
44+
- changelog: ./overview/python/changelog
4545
# - link: Customer Showcase
4646
# href: https://buildwithfern.com/showcase
4747
- section: Go
@@ -53,11 +53,11 @@ navigation:
5353
path: ./overview/go/design.mdx
5454
- page: Configuration
5555
path: ./overview/go/configuration.mdx
56-
- changelog: ./overview/go/changelog
5756
- page: Publishing as a Go Module
5857
path: ./overview/go/publishing-to-go-package-manager.mdx
5958
- page: Adding custom code
6059
path: ./overview/go/custom-code.mdx
60+
- changelog: ./overview/go/changelog
6161
# - link: Customer Showcase
6262
# href: https://buildwithfern.com/showcase
6363
- section: Java
@@ -69,11 +69,11 @@ navigation:
6969
path: ./overview/java/design.mdx
7070
- page: Configuration
7171
path: ./overview/java/configuration.mdx
72-
- changelog: ./overview/java/changelog
7372
- page: Publishing to Maven Central
7473
path: ./overview/java/publishing-to-maven-central.mdx
7574
- page: Adding custom code
7675
path: ./overview/java/custom-code.mdx
76+
- changelog: ./overview/java/changelog
7777
# - link: Customer Showcase
7878
# href: https://buildwithfern.com/showcase
7979
- section: .NET
@@ -86,12 +86,12 @@ navigation:
8686
path: ./overview/csharp/design.mdx
8787
- page: Configuration
8888
path: ./overview/csharp/configuration.mdx
89-
- changelog: ./overview/csharp/changelog
9089
- page: Publishing to Nuget
9190
path: ./overview/csharp/publishing-to-nuget.mdx
9291
- page: Adding custom code
9392
hidden: true
9493
path: ./overview/csharp/custom-code.mdx
94+
- changelog: ./overview/csharp/changelog
9595
# - link: Customer Showcase
9696
# href: https://buildwithfern.com/showcase
9797
- section: PHP
@@ -103,12 +103,12 @@ navigation:
103103
path: ./overview/php/design.mdx
104104
- page: Configuration
105105
path: ./overview/php/configuration.mdx
106-
- changelog: ./overview/php/changelog
107106
- page: Publishing to Packagist
108107
path: ./overview/php/publishing-to-packagist.mdx
109108
- page: Adding custom code
110109
hidden: true
111110
path: ./overview/php/custom-code.mdx
111+
- changelog: ./overview/php/changelog
112112
# - link: Customer Showcase
113113
# href: https://buildwithfern.com/showcase
114114
- section: Ruby
@@ -120,13 +120,13 @@ navigation:
120120
path: ./overview/ruby/design.mdx
121121
- page: Configuration
122122
path: ./overview/ruby/configuration.mdx
123-
- changelog: ./overview/ruby/changelog
124123
- page: Publishing to RubyGems
125124
path: ./overview/ruby/publishing-to-rubygems.mdx
126125
slug: publishing-to-rubygems
127126
- page: Adding custom code
128127
hidden: true
129128
path: ./overview/ruby/custom-code.mdx
129+
- changelog: ./overview/ruby/changelog
130130
# - link: Customer Showcase
131131
# href: https://buildwithfern.com/showcase
132132
- page: MCP Server

0 commit comments

Comments
 (0)