Skip to content

fix(docs): update translation image paths for cuav_x25-evo#26959

Merged
mrpollo merged 1 commit intomainfrom
mrpollo/fix-ko-cuav-x25-evo-image-path
Apr 3, 2026
Merged

fix(docs): update translation image paths for cuav_x25-evo#26959
mrpollo merged 1 commit intomainfrom
mrpollo/fix-ko-cuav-x25-evo-image-path

Conversation

@mrpollo
Copy link
Copy Markdown
Contributor

@mrpollo mrpollo commented Apr 2, 2026

PR #26882 (Update CUAV X25 Series Doc) renamed the hero image from X25-EVO.jpg to x25_evo.jpg and updated the English page, but the three Crowdin-managed translation files (ko, uk, zh) still reference the old filename. On Linux CI (case-sensitive FS), VitePress fails to resolve the deleted file. This has been breaking the T3 Build Site job on main since #26882 was merged.

Updates the image path in all three translation files to match.

Fixes #26958

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

No broken links found in changed files.

@mrpollo mrpollo force-pushed the mrpollo/fix-ko-cuav-x25-evo-image-path branch from 2e67fbe to 7d6d446 Compare April 2, 2026 23:05
@mrpollo mrpollo changed the title fix(docs): correct broken image path in Korean cuav_x25-evo page fix(docs): correct image path case mismatch in cuav_x25-evo pages Apr 2, 2026
The asset file was renamed from X25-EVO.jpg to x25_evo.jpg in git but
all four locale files (en, ko, uk, zh) still referenced the old name.
macOS hid this because its filesystem is case-insensitive, but Linux CI
(case-sensitive) intermittently failed to resolve the reference during
Rollup bundling.

Fixes #26958

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
@mrpollo mrpollo force-pushed the mrpollo/fix-ko-cuav-x25-evo-image-path branch from 7d6d446 to fbe7214 Compare April 2, 2026 23:14
@mrpollo mrpollo changed the title fix(docs): correct image path case mismatch in cuav_x25-evo pages fix(docs): update translation image paths for cuav_x25-evo Apr 2, 2026
@mrpollo mrpollo merged commit 4281faa into main Apr 3, 2026
15 of 18 checks passed
@mrpollo mrpollo deleted the mrpollo/fix-ko-cuav-x25-evo-image-path branch April 3, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(docs): broken image reference in ko/flight_controller/cuav_x25-evo.md fails VitePress build

1 participant