mdx: 11.5.8·11.6.6 Release Notes를 동기화합니다 - #1061
Merged
Merged
Conversation
## Summary Confluence에 게시된 최신 Release Notes를 다국어 문서와 route에 반영합니다. - 11.5.8과 11.6.6 Release Notes를 KO/EN/JA에 동기화합니다. - 이전 Release Notes route를 새 범위로 변경하고 8주 redirect를 추가합니다. - MongoDB 연산자를 inline code로 표시해 MDX 수식 해석을 방지합니다. ## Test plan - [x] 제목 번역 검증 - [x] KO/EN/JA targeted Skeleton 비교 - [x] `git diff --check` - [x] `npm run lint` - [x] `npm run build` - [x] 생성 HTML의 새 route와 Release heading 확인 🤖 Generated with Codex Constraint: Confluence recent fetch에서 실제 갱신된 Release Notes 두 페이지만 포함합니다. Rejected: 전체 변환 diff 포함 | 기존 수동 보정과 link fragment를 되돌리는 converter drift가 섞입니다. Confidence: high Scope-risk: narrow Directive: 최근 fetch 대상이 아닌 변환 diff는 converter drift 여부를 먼저 확인합니다. Tested: title translation, targeted skeleton, git diff --check, npm run lint, npm run build, generated HTML routes Not-tested: interactive browser navigation Co-Authored-By: Atlas <atlas@jk.agent>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 75f9e4efa2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
## Summary 임시 redirect 만료 후에도 Product Versions 문서에서 Release Notes를 열 수 있도록 새 route를 직접 연결합니다. - KO/EN/JA의 11.5 Release Notes 링크와 표시 범위를 11.5.8까지 확장합니다. - KO/EN/JA의 11.6 Release Notes 링크와 표시 범위를 11.6.6까지 확장합니다. ## Test plan - [x] EN/JA MDX skeleton 비교 - [x] git diff --check - [x] npm run lint - [x] npm run build - [x] 생성 HTML의 새 Release Notes href 확인 🤖 Generated with Codex Constraint: 2026-10-21에 이전 Release Notes route의 임시 redirect가 만료됩니다. Rejected: 임시 redirect에만 의존합니다. | 만료 후 내부 링크가 404를 반환합니다. Confidence: high Scope-risk: narrow Directive: Release Notes 범위 route를 변경할 때 세 언어의 유입 링크도 함께 갱신합니다. Tested: skeleton 비교, diff 검사, lint, production build, 생성 HTML href를 확인했습니다. Not-tested: 배포 Preview의 대화형 링크 이동은 확인하지 않았습니다. Co-Authored-By: Atlas <atlas@jk.agent>
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.
Summary
Confluence에 게시된 QueryPie 11.5.8과 11.6.6 Release Notes를 KO/EN/JA 문서에 동기화합니다.
Test plan
bin/convert_all.py --verify-translationsgit diff --checknpm run lintnpm run build#link-error, 임시.skel.mdx부재 확인Additional notes
ENOBUFS경고가 출력되지만 build는 성공합니다.🤖 Generated with Codex