chore(ko): align built-in node page names with the English source casing - #1714
Conversation
Twelve ko/built-in-nodes pages used a different casing than their English sources (ClipTextEncodeSDXL vs ClipTextEncodeSdxl, ClipMergeAdd vs CLIPMergeAdd, and so on), which made tooling that maps translations by path treat them as files without an English source. Renamed to match English; the twelve matching docs.json navigation entries follow. Rename-only, page content untouched.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (13)
Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe Korean documentation navigation updates nine groups of built-in node page slugs. The changes apply ChangesKorean documentation navigation
Suggested reviewers: Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The documentation navigation casing updates are mergeable with no identified broken links or unresolved consistency risk. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Summary
Twelve
ko/built-in-nodes/pages were named with different casing than their English sources, so tooling that matches translations to sources by path (including the sync pipeline) treated them as orphans with no English page:ClipAttentionMultiply.mdxCLIPAttentionMultiply.mdxClipMergeAdd.mdxCLIPMergeAdd.mdxClipMergeSubtract.mdxCLIPMergeSubtract.mdxClipTextEncodeControlnet.mdxCLIPTextEncodeControlnet.mdxClipTextEncodeHiDream.mdxCLIPTextEncodeHiDream.mdxClipTextEncodeKandinsky5.mdxCLIPTextEncodeKandinsky5.mdxClipTextEncodeLumina2.mdxCLIPTextEncodeLumina2.mdxClipTextEncodePixArtAlpha.mdxCLIPTextEncodePixArtAlpha.mdxClipTextEncodeSD3.mdxCLIPTextEncodeSD3.mdxClipTextEncodeHunyuanDiT.mdxClipTextEncodeHunyuanDit.mdxClipTextEncodeSDXL.mdxClipTextEncodeSdxl.mdxClipTextEncodeSDXLRefiner.mdxClipTextEncodeSdxlRefiner.mdxRename-only change. The 12 matching
docs.jsonnavigation entries are updated to the new paths; page content, anchors andtranslationFromfrontmatter are untouched.The Korean pages stayed reachable before this change because the navigation matched the file names, so this is a consistency fix rather than a broken-page fix. On a case-insensitive filesystem (macOS) the mismatch is invisible locally, which is how it survived.
Verification
docs.jsonre-parsesvalidate-links.py --checkpasses over all 6770 documentation files