diff --git a/fern/products/docs/pages/changelog/2026-05-11.mdx b/fern/products/docs/pages/changelog/2026-05-11.mdx new file mode 100644 index 000000000..64ff2817d --- /dev/null +++ b/fern/products/docs/pages/changelog/2026-05-11.mdx @@ -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. + +