Skip to content

Commit 926d401

Browse files
author
Kapil Gowru
committed
fix: merged
2 parents 88ac667 + 7fa5c49 commit 926d401

File tree

5 files changed

+6
-22
lines changed

5 files changed

+6
-22
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.24.0
2+
**`(feat):`** Add support for reading headers from environment variables (e.g. `X-API-Version`).
3+

fern/products/sdks/overview/go/changelog/2025-07-23.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

fern/products/sdks/overview/php/changelog/2025-07-23.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

fern/products/sdks/overview/python/changelog/2025-07-23.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

footer/src/FernFooter.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ export const FernFooter: React.FC = () => {
284284
<a href="/learn/sdks/overview/introduction" className="footer-link">SDKs</a>
285285
<a href="/learn/docs/getting-started/overview" className="footer-link">Docs</a>
286286
<a href="/learn/ask-fern" className="footer-link">Ask Fern</a>
287-
<a href="/learn/openapi/overview" className="footer-link">OpenAPI</a>
288-
<a href="/learn/fern-def/overview" className="footer-link">Fern Definition</a>
287+
<a href="/learn/openapi-definition/overview" className="footer-link">OpenAPI</a>
288+
<a href="/learn/fern-definition/overview" className="footer-link">Fern Definition</a>
289289
<a href="/learn/cli-api-reference/cli-reference/overview" className="footer-link">CLI Reference</a>
290290
<a href="/learn/cli-api-reference/api-reference/overview" className="footer-link">API Reference</a>
291291
</div>
@@ -295,7 +295,7 @@ export const FernFooter: React.FC = () => {
295295
<h4 className="footer-column-title">Resources</h4>
296296
<div className="footer-column-links">
297297
<a href="https://buildwithfern.com/blog" className="footer-link">Blog</a>
298-
<a href="https://buildwithfern.com/learn/v2/home#help" className="footer-link">Support</a>
298+
<a href="learn/home#help" className="footer-link">Support</a>
299299
<a href="https://buildwithfern.com/pricing" className="footer-link">Pricing</a>
300300
<a href="https://buildwithfern.com/slack" className="footer-link">Slack</a>
301301
</div>

0 commit comments

Comments
 (0)