docs: 변환 파이프라인 단순화 구현 계획 #680
Merged
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
Description
현재 MDX 변환에 4개 명령이 필요합니다:
fetch_cli.py→ 데이터 수집translate_titles.py→ 제목 번역 (list.txt → list.en.txt)generate_commands_for_xhtml2markdown.py→ 셸 스크립트 생성bash xhtml2markdown.ko.sh→ 변환 실행pages.yaml에 이미 영어 breadcrumbs와 slugified path가 포함되어 있어, 2~4단계는 중복입니다.계획 요약
convert_all.py신규 작성:pages.yaml기반 일괄 변환--verify-translations: 번역 누락 검증 기능entrypoint.sh full워크플로우 단순화계획 문서:
docs/plan-simplify-convert-pipeline.mdAdded/updated tests?
🤖 Generated with Claude Code