Merged
Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
This PR fixes internal navigation links in French documentation by adding the /fr/ locale prefix to all internal href paths.
Changes:
- Updated 63 internal documentation links across 22 French MDX files
- Fixed both Card component hrefs and markdown link syntax
[text](/path)to include/fr/prefix - Ensures proper routing within French localized documentation
- Maintains consistency with i18n documentation structure
Impact:
- Resolves broken internal links in French docs that were pointing to English versions
- Improves French documentation navigation user experience
- No code logic changes, purely documentation routing fixes
Confidence Score: 5/5
- This PR is completely safe to merge with zero risk
- All changes are purely documentation link updates adding
/fr/prefix for proper i18n routing. No code logic, no dependencies, no breaking changes. The pattern is consistent across all 22 files with identical transformation logic. - No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| packages/twenty-docs/fr/developers/introduction.mdx | 5/5 | Updated internal links to include /fr/ prefix for French localization |
| packages/twenty-docs/fr/user-guide/introduction.mdx | 5/5 | Fixed internal navigation links with /fr/ prefix for proper French docs routing |
| packages/twenty-docs/fr/user-guide/getting-started/what-is-twenty.mdx | 5/5 | Corrected internal documentation links to use localized /fr/ paths |
| packages/twenty-docs/fr/user-guide/workflows/getting-started-workflows.mdx | 5/5 | Updated workflow documentation links to French localized paths |
| packages/twenty-docs/fr/user-guide/crm-essentials/contact-and-account-management.mdx | 5/5 | Fixed CRM documentation internal links with /fr/ prefix |
Sequence Diagram
sequenceDiagram
participant GHA as GitHub Actions
participant Crowdin
participant Repo as Repository
participant Docs as French Docs
GHA->>Crowdin: Fetch translations
Crowdin->>GHA: Return updated translations
GHA->>GHA: Fix internal links (add /fr/ prefix)
GHA->>Repo: Create PR with updated files
Repo->>Docs: Deploy corrected French docs
Note over Docs: Users can now navigate<br/>French docs correctly
22 files reviewed, no comments
Contributor
Author
LogDetails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by Github action