docs: 11.5 릴리스 노트 링크 다국어 정렬#1010
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a342faf to
9c0d9a2
Compare
Restore the Korean 11.5 release-note link labels and align the English and Japanese product-version translations plus MDX skeleton whitespace to the Korean canonical files. Constraint: Korean MDX is canonical, including EOF blank-line skeleton shape Rejected: Omit EOF blank-line alignment in English and Japanese | blank-line-sensitive skeleton validation requires it Confidence: high Scope-risk: narrow Directive: Keep future translation updates structure-checked against Korean MDX before push Tested: npm run lint Tested: node @mdx-js/mdx compile for 24 ko/en/ja target MDX files Tested: blank-line-sensitive ko/en/ja skeleton validation for 8 MDX files and release-notes _meta keys Tested: EOF byte check confirms ko/en/ja target files end with 0a 0a Not-tested: full Next build Co-Authored-By: Atlas <atlas@jk.agent>
9c0d9a2 to
768b1b7
Compare
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.
Why
PR #1010의 한국어 MDX 변경을 canonical로 두고, 동일한 11.5 릴리스 노트 링크 범위와 MDX skeleton whitespace를 영어/일본어 문서에도 반영합니다.
What
product-versions.mdx를 정렬했습니다.Impact
Verification
git log --oneline origin/main..HEAD확인git diff --name-status origin/main...HEAD확인_meta.ts키 일치 확인0a 0a로 끝나는지 확인@mdx-js/mdx직접 컴파일: 대상 ko/en/ja 24개 MDX 통과npm run lint통과Known Issue
git diff --check origin/main...HEAD는 ko/en/ja 21개 파일에서new blank line at EOF를 보고합니다. 이는 한국어 canonical skeleton과 맞추기 위한 의도된 변경입니다.