Skip to content

fix: 12개 포스트 섹션 번호 순차 정리#92

Merged
Twodragon0 merged 1 commit intomainfrom
fix/section-numbering-12-posts
Mar 7, 2026
Merged

fix: 12개 포스트 섹션 번호 순차 정리#92
Twodragon0 merged 1 commit intomainfrom
fix/section-numbering-12-posts

Conversation

@Twodragon0
Copy link
Owner

Summary

  • 12개 포스트에서 깨진 섹션 번호를 순차적으로 정리 (총 134개 헤더 수정)
  • h2 (##) 및 h3 (###) 서브헤더 번호를 부모 섹션에 맞게 일괄 수정
  • 스크립트 기반 일괄 처리로 일관성 확보

수정 대상

포스트 수정 전 수정 후
Amazon Q Developer 1→2→6→10 1→2→3→4
7Batch 7Week Docker 1→2→3→5 1→2→3→4
npm Security Breach 1→2→10 1→2→3
8Batch 1Week 1→2→4→5→8 1→2→3→4→5
8Batch 2Week 1→6→8 1→2→3
8Batch 3Week 1→7 1→2
Conference Review 1→2→3→9 1→2→3→4
8Batch 4Week 1→3→4→5→6→7 1→2→3→4→5→6
Blockchain 1→2→5→6→7→8→9→10 1→2→3→4→5→6→7→8
GCP Security 1→2→3→5→8→9 1→2→3→4→5→6
Postmortem NextJS 1→5→6→7→8→9 1→2→3→4→5→6
AI Coding Assistants 1→2→3→4→5→9 1→2→3→4→5→6

Test plan

  • check_posts.py 전체 검증 통과 (0 issues)
  • h2/h3 번호 순차 확인
  • Vercel 프리뷰에서 TOC 렌더링 확인

🤖 Generated with Claude Code

- Amazon Q Developer: 2→6→10 → 1→2→3→4
- 7Batch 7Week Docker: 3→5 → 3→4
- npm Security Breach: 2→10 → 2→3
- 8Batch 1Week: 2→4→5→8 → 2→3→4→5
- 8Batch 2Week: 1→6→8 → 1→2→3
- 8Batch 3Week: 1→7 → 1→2
- Conference Review: 3→결론→9 → 3→4
- 8Batch 4Week: 1→3→4→5→6→7 → 1→2→3→4→5→6
- Blockchain: 2→5→6→7→8→9→10 → 2→3→4→5→6→7→8
- GCP Security: 3→5→8→9 → 3→4→5→6
- Postmortem NextJS: 1→5→6→7→8→9 → 1→2→3→4→5→6
- AI Coding Assistants: 5→9 → 5→6
Copilot AI review requested due to automatic review settings March 7, 2026 15:28
@vercel
Copy link

vercel bot commented Mar 7, 2026

Deployment failed with the following error:

Resource is limited - try again in 12 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/twodragon0s-projects?upgradeToPro=build-rate-limit

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes broken section numbering across 12 blog posts, making h2 (##) and h3 (###) headers sequential. The posts had non-sequential numbering (e.g., 1→2→6→10) likely from content reorganization, and this PR corrects them to be sequential (e.g., 1→2→3→4). A total of 134 headers were updated across the 12 files.

Changes:

  • Renumbered h2 section headers to be sequential across all 12 posts
  • Updated h3 sub-headers to match their parent h2 section numbers
  • No content changes — only section numbering was modified

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
_posts/2025-05-24-Amazon_Q_DeveloperAnd_GitHub_Advanced_Security_Security_And_AWS.md Renumbered h2 from 6→3, 10→4 and corresponding h3 sub-headers
_posts/2025-05-30-Cloud_Security_Course_7Batch_-_7Week_Docker_And_Kubernetes_Understanding.md Renumbered h2 from 5→4 and corresponding h3 sub-headers
_posts/2025-09-10-npm_Ecosystem_Large_scale_Security_Breach_20_Download_Package_Malware_Infection.md Renumbered h2 from 10→3 and corresponding h3 sub-headers
_posts/2025-11-26-Cloud_Security_8Batch_1Week_Infrastructure_EssenceFrom_Security_FutureTo.md Renumbered h2 from 4→3, 5→4, 8→5
_posts/2025-12-05-Cloud_Security_8Batch_2Week_AWS_Security_Architecture_Core_VPCFrom_GuardDutyTo_Complete_Conquer.md Renumbered h2 from 6→2, 8→3 and corresponding h3 sub-headers
_posts/2025-12-12-Cloud_Security_8Batch_3Week_AWS_FinOps_ArchitectureFrom_ISMS-P_Security_AuditTo_Complete_Strategy.md Renumbered h2 from 7→2 and corresponding h3 sub-headers
_posts/2025-12-17-12_Conference_Review_AWSKRUG_OWASP_Datadog_Preview_See_2025_AIAnd_Security_Coexistence.md Renumbered h2 from 9→4 and corresponding h3 sub-headers
_posts/2025-12-19-Cloud_Security_8Batch_4Week_Integration_Security_Vulnerability_Inspection_And_ISMS-P_Certification_Response.md Renumbered h2 from 3→2, 4→3, 5→4, 6→5, 7→6 and corresponding h3 sub-headers
_posts/2026-01-08-Blockchain_Cryptocurrency_Security_Complete_Guide_DevSecOps_From_Perspective_View_GitHub_Security_Tools_And_Best_Practice.md Renumbered h2 from 5→3, 6→4, 7→5, 8→6, 9→7, 10→8 and corresponding h3 sub-headers
_posts/2026-01-14-GCP_Cloud_Security_Complete_Guide_IAMFrom_GKETo_Security_Architecture.md Renumbered h2 from 5→4, 8→5, 9→6 and corresponding h3 sub-headers
_posts/2026-01-16-Postmortem_NextJS_SSR_Error_Cloudflare_Blocking_ALB_5XX_Incident_Analysis.md Renumbered h2 from 5→2, 6→3, 7→4, 8→5, 9→6 and corresponding h3 sub-headers
_posts/2026-01-17-AI_Coding_Assistants_Comparison_Gemini_Claude_Code_ChatGPT_OpenCode_2025_2026_Research_Analysis.md Renumbered h2 from 9→6 and corresponding h3 sub-headers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +519 to +521
## 6. 실무 활용 체크리스트

### 9.1 AI 코딩 어시스턴트 선택 체크리스트
### 6.1 AI 코딩 어시스턴트 선택 체크리스트
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The h2 was renumbered from ## 9 to ## 6, and ### 6.1 was correctly updated. However, the next sub-header at line 532 is still ### 8.2 AI 생성 코드 검증 체크리스트 (old numbering). It should be updated to ### 6.2 to be consistent with the parent ## 6 section.

Copilot uses AI. Check for mistakes.
- **투자 회수 기간**: 약 **1.2개월**

### 6.4 한국 클라우드 환경 특화 설정
### 3.4 한국 클라우드 환경 특화 설정
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The h3 header was renumbered from ### 6.4 to ### 3.4, but the h4 sub-headers directly below it (#### 6.4.1 서울 리전 최적화 at line 502, #### 6.4.2 개인정보 보호법 준수 자동화 at line 504) still reference the old section number 6.4. These should be updated to #### 3.4.1 and #### 3.4.2 respectively to maintain consistency with the parent header.

Copilot uses AI. Check for mistakes.
Comment on lines +323 to +325
## 4. Cloud SQL 보안

### 5.1 데이터베이스 암호화
### 4.1 데이터베이스 암호화
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The h2 was renumbered from ## 5 to ## 4 and h3 from ### 5.1 to ### 4.1, but the sibling sub-headers immediately below (lines 327-338) — ### 6.2 Network Policy, ### 7.2 Cloud Monitoring, ### 7.3 Security Command Center 통합 — still carry old/inconsistent numbering. These should also be updated to match the parent ## 4 section (e.g., ### 4.2, ### 4.3, ### 4.4).

Copilot uses AI. Check for mistakes.
@Twodragon0 Twodragon0 merged commit 93ce658 into main Mar 7, 2026
12 of 13 checks passed
@Twodragon0 Twodragon0 deleted the fix/section-numbering-12-posts branch March 8, 2026 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants