Skip to content
Merged
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions fern/products/docs/pages/localization/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ fern generate --docs

When you regenerate your docs, Fern picks up the translations, renders the language switcher, and emits a sitemap entry per locale.

<Tip>
To preview translations locally before publishing, use `fern docs dev`. It supports localization on the latest CLI, so you can verify your translated content without running a full build.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[FernStyles.Current] Avoid time-relative terms like 'latest' that become outdated

</Tip>

</Step>

</Steps>
Expand Down
Loading