Skip to content

Commit b7653df

Browse files
Use index.mdx with frontmatter to set page titles without changing sidebar labels
Co-Authored-By: Niels Swimberghe <[email protected]>
1 parent ddc815e commit b7653df

File tree

9 files changed

+24
-8
lines changed

9 files changed

+24
-8
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: .NET SDK Changelog
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Go SDK Changelog
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Java SDK Changelog
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: PHP SDK Changelog
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Python SDK Changelog
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Ruby SDK Changelog
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Swift SDK Changelog
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: TypeScript SDK Changelog
3+
---

fern/products/sdks/sdks.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ navigation:
4545
path: ./overview/typescript/serde-layer.mdx
4646
slug: serde-layer
4747
- changelog: ./overview/typescript/changelog
48-
title: TypeScript SDK Changelog
4948
slug: changelog
5049
- link: Customer showcase
5150
href: https://buildwithfern.com/showcase#sdk-customers.typescript
@@ -68,7 +67,6 @@ navigation:
6867
path: ./overview/python/custom-code.mdx
6968
slug: custom-code
7069
- changelog: ./overview/python/changelog
71-
title: Python SDK Changelog
7270
slug: changelog
7371
- link: Customer showcase
7472
href: https://buildwithfern.com/showcase#sdk-customers.python
@@ -91,7 +89,6 @@ navigation:
9189
path: ./overview/go/custom-code.mdx
9290
slug: custom-code
9391
- changelog: ./overview/go/changelog
94-
title: Go SDK Changelog
9592
slug: changelog
9693
- link: Customer showcase
9794
href: https://buildwithfern.com/showcase#sdk-customers.go
@@ -114,7 +111,6 @@ navigation:
114111
path: ./overview/java/custom-code.mdx
115112
slug: custom-code
116113
- changelog: ./overview/java/changelog
117-
title: Java SDK Changelog
118114
slug: changelog
119115
- link: Customer showcase
120116
href: https://buildwithfern.com/showcase#sdk-customers.java
@@ -139,7 +135,6 @@ navigation:
139135
path: ./overview/csharp/custom-code.mdx
140136
slug: custom-code
141137
- changelog: ./overview/csharp/changelog
142-
title: .NET SDK Changelog
143138
slug: changelog
144139
- link: Customer showcase
145140
href: https://buildwithfern.com/showcase#sdk-customers.net
@@ -163,7 +158,6 @@ navigation:
163158
path: ./overview/php/custom-code.mdx
164159
slug: custom-code
165160
- changelog: ./overview/php/changelog
166-
title: PHP SDK Changelog
167161
slug: changelog
168162
- link: Customer showcase
169163
href: https://buildwithfern.com/showcase#sdk-customers.php
@@ -187,7 +181,6 @@ navigation:
187181
path: ./overview/ruby/custom-code.mdx
188182
slug: custom-code
189183
- changelog: ./overview/ruby/changelog
190-
title: Ruby SDK Changelog
191184
slug: changelog
192185
- link: Customer showcase
193186
href: https://buildwithfern.com/showcase#sdk-customers.ruby
@@ -203,7 +196,6 @@ navigation:
203196
path: ./overview/swift/publishing-to-swift-package-manager.mdx
204197
slug: publishing
205198
- changelog: ./overview/swift/changelog
206-
title: Swift SDK Changelog
207199
slug: changelog
208200
- section: Postman
209201
contents:

0 commit comments

Comments
 (0)