feat: 전 챕터 원문 핵심 섹션 추가 + 히어로 개선#13
Merged
jangwonyoon merged 6 commits intomainfrom Apr 20, 2026
Merged
Conversation
- HeroSection h1: FE 개발자 + Code Complete 2판 명시, 투표 메커니즘 강조 - subtitle: 내부용 AI 정책 문구 제거 → 독자 관점 문장으로 교체 - docusaurus.config.ts tagline 동일하게 업데이트 - docs/index.mdx: MemberGrid 중복 제거 (HeroSection 하단 그리드만 유지) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- HeroSection에서 MemberCard 그리드(링크 없는 버전) 제거 - docs/index.mdx에 MemberGrid 복구, HeroSection 바로 아래 배치 - HeroSection members 배열 + MemberCard import 정리 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
각 챕터 Verdict 앞에 ### 📖 원문 핵심 서브섹션 삽입. 책을 읽지 않은 독자도 McConnell 주장 파악 후 판정으로 이어질 수 있게. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Ch5-6 (2-design.mdx): 설계 원칙, ADT, 캡슐화 - Ch7-9 (1-routines.mdx): 루틴 품질, 방어적 프로그래밍, PPP - Ch20-23 (2-quality.mdx): 품질 전략, 협업 구축, 개발자 테스팅, 디버깅 - Ch24-26 (1-refactoring.mdx): 리팩터링, 코드 튜닝 전략/기법 - Ch31-34 (2-craftsmanship.mdx): 레이아웃, 자기문서화, 개인 성격, 장인정신 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- docs/plans/ 삭제 (로컬 개발서버가 픽업해 깨진 링크 에러) - docs/brainstorms/ 삭제 (docs/ 밖 plans/brainstorms/ 에 위치해야 함) - .gitignore에 /docs/plans/, /docs/brainstorms/ 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
### 📖 원문 핵심섹션 추가 (PDF 병렬 에이전트 활용)**개념명**: 설명포맷으로 정리변경 파일
docs/foundations/1-construction.mdx— Ch1-4 (4개 섹션)docs/foundations/2-design.mdx— Ch5-6 (2개 섹션)docs/good-code/1-routines.mdx— Ch7-9 (3개 섹션)docs/good-code/2-quality.mdx— Ch20-23 (4개 섹션)docs/growth/1-refactoring.mdx— Ch24-26 (3개 섹션)docs/growth/2-craftsmanship.mdx— Ch31-34 (4개 섹션)src/components/HeroSection.tsx— 타이틀 문구 수정Test plan
npm run build통과 확인### 📖 원문 핵심섹션이<Verdict>컴포넌트 위에 렌더링되는지 확인🤖 Generated with Claude Code