mdx: en ja section fragment 링크를 바로잡습니다#1024
Merged
Merged
Conversation
영어와 일본어 문서의 내부 링크 fragment를 각 locale 대상 문서의 실제 heading id에 맞춥니다. Constraint: 한국어 원문 fragment와 en/ja heading id가 locale별로 다릅니다. Rejected: 한국어 percent-encoded fragment 유지 | en/ja 렌더링 heading id와 일치하지 않아 section jump가 동작하지 않습니다. Confidence: high Scope-risk: narrow Directive: localized 문서의 section 링크는 대상 locale의 rendered heading id를 기준으로 검증합니다. Tested: node 스크립트로 en/ja 내부 fragment 30개를 .next HTML id와 대조; rg --pcre2로 percent-encoded 비ASCII 내부 링크 잔여 없음 확인; git diff --check; npm run build Not-tested: 브라우저 수동 클릭 검증 Generated-with: Codex
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
문제 현상
수정 내용
dac-general-configurations.mdx의 Access Control 회수 링크를 포함해, user manual, databases, Okta, SAC, WAC quickstart 관련 fragment 링크를 정리했습니다.검증
node스크립트로 en/ja 내부 fragment 링크 30개를.next/server/appHTML id와 대조해misses: []확인했습니다.rg --pcre2로 percent-encoded 비ASCII 내부 링크 잔여 없음 확인했습니다.git diff --check를 통과했습니다.npm run build를 통과했습니다. 기존 Turbopack/NFT 경고와 sitemap 생성 단계의ENOBUFS경고는 있었지만 exit code는 0입니다.