Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/components/FernFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export default function FernFooter() {
<div className="fern-cf-column-links">
<a href="/learn/sdks/overview/introduction" className="fern-cf-link">SDKs</a>
<a href="/learn/docs/getting-started/overview" className="fern-cf-link">Docs</a>
<a href="/learn/ask-fern" className="fern-cf-link">Ask Fern</a>
<a href="/learn/docs/ai-features/ask-fern/overview" className="fern-cf-link">Ask Fern</a>
<a href="/learn/cli-api-reference/cli-reference/overview" className="fern-cf-link">CLI Reference</a>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,8 @@ redirects:
destination: /learn/api-definitions/asyncapi/overrides
- source: /learn/api-definitions/openapi/automatic-updates
destination: /learn/api-definitions/openapi/sync-your-open-api-specification
- source: /api-definitions/openapi/automation
destination: /learn/api-definitions/openapi/sync-your-open-api-specification

# API Definition Fern specific redirects first
- source: /learn/api-definition/fern/endpoints
Expand Down Expand Up @@ -600,6 +602,10 @@ redirects:
- source: /learn/ask-fern/api-reference/overview
destination: /learn/docs/ai-features/ask-fern/api-reference/overview

# Bare /learn/ask-fern redirect
- source: /learn/ask-fern
destination: /learn/docs/ai-features/ask-fern/overview

# Legacy Ask Fern redirects
- source: /learn/ai-search/customer-showcase
destination: https://buildwithfern.com/customers
Expand Down
2 changes: 1 addition & 1 deletion fern/footer-dist/output.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ try-with-resources, calling `disconnect()` automatically on scope exit.
lets callers tune max retries, backoff delay, and queue size before
calling `connect()`.

**Generic `onMessage(`Consumer<String>`)` handler** — fires for every
**Generic `onMessage(Consumer<String>)` handler** — fires for every
incoming text frame with the raw JSON string, before type-specific
dispatch. Useful for logging or custom routing.

Expand Down
Loading