Skip to content
Open
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
9 changes: 9 additions & 0 deletions fern/products/docs/pages/changelog/2026-05-11.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
tags: ["bug-fix", "navigation"]
---

## Fix: skip-slug tabs on versioned sites

Tabs with `skip-slug: true` on versioned documentation sites now render with the correct `href`. Previously, tabs on the default version could resolve to `href="/"` because the deep-copied default-version navigation tree was missing its redirect targets.

<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/navigation/tabs">Read the docs</Button>
Loading