Update localization overview: fern docs dev support#5181
Conversation
|
Requested by: devin |
| 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. |
There was a problem hiding this comment.
[FernStyles.Current] Avoid time-relative terms like 'latest' that become outdated
|
🌿 Preview your docs: https://fern-preview-fern-add-fern-docs-dev-translation-note.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
| --- | ||
|
|
||
| Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header, and each locale gets its own indexable URL for SEO. | ||
| Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header, each locale gets its own indexable URL for SEO, and Ask Fern indexes each language separately. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.URLFormat] Use 'of' (not 'for') to describe the relationship of the word URL to a resource.
| --- | ||
|
|
||
| Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header, and each locale gets its own indexable URL for SEO. | ||
| Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header, each locale gets its own indexable URL for SEO, and Ask Fern indexes each language separately. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Adverbs] Remove 'separately' if it's not important to the meaning of the statement.
| --- | ||
|
|
||
| Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header, and each locale gets its own indexable URL for SEO. | ||
| Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header and each locale gets its own indexable URL for SEO. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Microsoft.URLFormat] Use 'of' (not 'for') to describe the relationship of the word URL to a resource.
Summary
Updates the localization overview page with the latest feature support:
fern docs devas an option for previewing translations locally in the "Generate your docs" stepReview & Testing Checklist for Human
Notes
Requested by: Fern Support