Skip to content

Commit 9508588

Browse files
committed
set slugs
1 parent 7ed446d commit 9508588

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

fern/products/sdks/sdks.yml

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ navigation:
33
contents:
44
- page: Introduction
55
path: ./introduction.mdx
6+
slug: intro
67
- page: Quickstart
78
path: ./fern-folder.mdx
9+
slug: quickstart
810
- page: Capabilities
911
path: ./capabilities.mdx
12+
slug: capabilities
1013
- link: Customer Showcase
1114
href: https://buildwithfern.com/showcase
1215
- section: Generators
@@ -16,139 +19,189 @@ navigation:
1619
contents:
1720
- page: Quickstart
1821
path: ./overview/typescript/quickstart.mdx
22+
slug: quickstart
1923
- page: Design Decisions
2024
hidden: true
2125
path: ./overview/typescript/design.mdx
26+
slug: design
2227
- page: Configuration
2328
path: ./overview/typescript/configuration.mdx
29+
slug: config
2430
- page: Publishing to NPM
2531
path: ./overview/typescript/publishing-to-npm.mdx
32+
slug: publishing
2633
- page: Adding custom code
2734
path: ./overview/typescript/custom-code.mdx
35+
slug: custom-code
2836
- changelog: ./overview/typescript/changelog
37+
slug: changelog
2938
# - link: Customer Showcase
3039
# href: https://buildwithfern.com/showcase
3140
- section: Python
3241
contents:
3342
- page: Quickstart
3443
path: ./overview/python/quickstart.mdx
44+
slug: quickstart
3545
- page: Design Decisions
3646
hidden: true
3747
path: ./overview/python/design.mdx
48+
slug: design
3849
- page: Configuration
3950
path: ./overview/python/configuration.mdx
51+
slug: config
4052
- page: Publishing to PyPI
4153
path: ./overview/python/publishing-to-pypi.mdx
54+
slug: publishing
4255
- page: Adding custom code
4356
path: ./overview/python/custom-code.mdx
57+
slug: custom-code
4458
- changelog: ./overview/python/changelog
59+
slug: changelog
4560
# - link: Customer Showcase
4661
# href: https://buildwithfern.com/showcase
4762
- section: Go
4863
contents:
4964
- page: Quickstart
5065
path: ./overview/go/quickstart.mdx
66+
slug: quickstart
5167
- page: Design Decisions
5268
hidden: true
5369
path: ./overview/go/design.mdx
70+
slug: design
5471
- page: Configuration
5572
path: ./overview/go/configuration.mdx
73+
slug: config
5674
- page: Publishing as a Go Module
5775
path: ./overview/go/publishing-to-go-package-manager.mdx
76+
slug: publishing
5877
- page: Adding custom code
5978
path: ./overview/go/custom-code.mdx
79+
slug: custom-code
6080
- changelog: ./overview/go/changelog
81+
slug: changelog
6182
# - link: Customer Showcase
6283
# href: https://buildwithfern.com/showcase
6384
- section: Java
6485
contents:
6586
- page: Quickstart
6687
path: ./overview/java/quickstart.mdx
88+
slug: quickstart
6789
- page: Design Decisions
6890
hidden: true
6991
path: ./overview/java/design.mdx
92+
slug: design
7093
- page: Configuration
7194
path: ./overview/java/configuration.mdx
95+
slug: config
7296
- page: Publishing to Maven Central
7397
path: ./overview/java/publishing-to-maven-central.mdx
98+
slug: publishing
7499
- page: Adding custom code
75100
path: ./overview/java/custom-code.mdx
101+
slug: custom-code
76102
- changelog: ./overview/java/changelog
103+
slug: changelog
77104
# - link: Customer Showcase
78105
# href: https://buildwithfern.com/showcase
79106
- section: .NET
80107
slug: csharp
81108
contents:
82109
- page: Quickstart
83110
path: ./overview/csharp/quickstart.mdx
111+
slug: quickstart
84112
- page: Design Decisions
85113
hidden: true
86114
path: ./overview/csharp/design.mdx
115+
slug: design
87116
- page: Configuration
88117
path: ./overview/csharp/configuration.mdx
118+
slug: config
89119
- page: Publishing to Nuget
90120
path: ./overview/csharp/publishing-to-nuget.mdx
121+
slug: publishing
91122
- page: Adding custom code
92123
hidden: true
93124
path: ./overview/csharp/custom-code.mdx
125+
slug: custom-code
94126
- changelog: ./overview/csharp/changelog
127+
slug: changelog
95128
# - link: Customer Showcase
96129
# href: https://buildwithfern.com/showcase
97130
- section: PHP
98131
contents:
99132
- page: Quickstart
100133
path: ./overview/php/quickstart.mdx
134+
slug: quickstart
101135
- page: Design Decisions
102136
hidden: true
103137
path: ./overview/php/design.mdx
138+
slug: design
104139
- page: Configuration
105140
path: ./overview/php/configuration.mdx
141+
slug: config
106142
- page: Publishing to Packagist
107143
path: ./overview/php/publishing-to-packagist.mdx
144+
slug: publishing
108145
- page: Adding custom code
109146
hidden: true
110147
path: ./overview/php/custom-code.mdx
148+
slug: custom-code
111149
- changelog: ./overview/php/changelog
150+
slug: changelog
112151
# - link: Customer Showcase
113152
# href: https://buildwithfern.com/showcase
114153
- section: Ruby
115154
contents:
116155
- page: Quickstart
117156
path: ./overview/ruby/quickstart.mdx
157+
slug: quickstart
118158
- page: Design Decisions
119159
hidden: true
120160
path: ./overview/ruby/design.mdx
161+
slug: design
121162
- page: Configuration
122163
path: ./overview/ruby/configuration.mdx
164+
slug: config
123165
- page: Publishing to RubyGems
124166
path: ./overview/ruby/publishing-to-rubygems.mdx
125-
slug: publishing-to-rubygems
167+
slug: publishing
126168
- page: Adding custom code
127169
hidden: true
128170
path: ./overview/ruby/custom-code.mdx
171+
slug: custom-code
129172
- changelog: ./overview/ruby/changelog
173+
slug: changelog
130174
# - link: Customer Showcase
131175
# href: https://buildwithfern.com/showcase
132176
- page: MCP Server
133177
path: ./overview/mcp-server/introduction.mdx
178+
slug: mcp-server
134179
- section: Deep Dives
135180
contents:
136181
- page: Customize Method Names
137182
path: ./guides/customize-method-names.mdx
183+
slug: method-names
138184
- page: Setup local SDK previews
139185
path: ./guides/setup-local-sdk-previews.mdx
186+
slug: local-previews
140187
- page: Configure Global Headers
141188
path: ./guides/configure-global-headers.mdx
189+
slug: global-headers
142190
- page: Configure Auto-Pagination
143191
path: ./guides/configure-auto-pagination.mdx
192+
slug: auto-pagination
144193
- page: Configure Idempotency
145194
path: ./guides/configure-idempotency.mdx
195+
slug: idempotency
146196
- page: Filter Your Endpoints (Audiences)
147197
path: ./guides/filter-your-endpoints-audiences.mdx
198+
slug: audiences
148199
- page: Self-host Fern's SDK Generators
149200
hidden: true
150201
path: ./guides/self-host-fern-generators.mdx
202+
slug: self-host-generators
151203
- section: Reference
152204
contents:
153205
- page: generators.yml
154206
path: ./reference/generators-yml-reference.mdx
207+
slug: generators-yml

0 commit comments

Comments
 (0)