i18n(fr): update docs for beta 17#130
Conversation
WalkthroughThis update removes the "badge" metadata from the sidebar configuration in several French documentation files, including those for translations and CLI guides. Additionally, it updates the description in the upgrade guide for version 0.1.0-beta-16 to standardize terminology and removes its sidebar badge. A new upgrade guide for version 0.1.0-beta-17 is introduced, detailing new features, bug fixes, enhancements, and an important note regarding password hashing changes. No changes are made to the main content or logic of the existing documents, except for the new guide addition. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Docs
participant Sidebar
User -> Docs: Accesses documentation page
Docs -> Sidebar: Loads sidebar configuration (without badge metadata)
User -> Docs: Views upgrade guide for 0.1.0-beta-17
Docs -> User: Displays new guide content and breaking change note
Possibly related PRs
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-17.mdx (1)
10-15: Remove unusedReadMoreimport
TheReadMorecomponent is imported but never used in this guide—removing it will clean up dead code and avoid potential linter warnings.--- a/src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-17.mdx +++ b/src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-17.mdx @@ -import ReadMore from '~/components/ReadMore.astro'
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
src/content/docs/fr/guides/contributing/translations.mdx(0 hunks)src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-16.mdx(1 hunks)src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-17.mdx(1 hunks)src/content/docs/fr/how-it-works/cli.mdx(0 hunks)
💤 Files with no reviewable changes (2)
- src/content/docs/fr/guides/contributing/translations.mdx
- src/content/docs/fr/how-it-works/cli.mdx
🧰 Additional context used
🪛 LanguageTool
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-17.mdx
[typographical] ~27-~27: Caractère d’apostrophe incorrect.
Context: ...min du fichier clé pour la commande CLI crypto gen-jwt....
(APOS_INCORRECT)
[uncategorized] ~29-~29: Le trait d’union doit être supprimé.
Context: ...ps://www.npmjs.com/package/lodash) par [deepmerge-ts](https://www.npmjs.com/package/deepmerg...
(MOT_TRAIT_MOT)
[style] ~30-~30: Un autre mot peut sembler plus précis et percutant.
Context: ...t traitement des niveaux d’autorisation mis à jour.
(METTRE_A_JOUR)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (1)
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-16.mdx (1)
4-7: Metadata normalized and badge removed
The frontmatter description has been correctly updated to use an unaccented “beta” with a dot, and the obsoletebadgemetadata undersidebarhas been removed to align with other French docs.
Description
Adds changes from #127 to the French translation of the docs.
Summary by CodeRabbit
New Features
Documentation