refactor(docs): consolidate stage-0 into stage-1 and update routing

- Update homepage links in zh-cn and zh-tw to point to stage-1
- Update internal navigation links within stage-1 index files
- Remove obsolete github-pages-deployment document
- Update sitemap generation script to reflect stage-0 removal
This commit is contained in:
sanbuphy
2026-04-02 13:48:55 +08:00
parent c74849757e
commit 80609bf277
983 changed files with 1902 additions and 2246 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ hero:
actions:
- theme: brand
text: 함께 vibe 시작!
link: /ko-kr/stage-0/
link: /ko-kr/stage-1/
- theme: alt
text: 과정 개요
link: /ko-kr/stage-0/
link: /ko-kr/stage-1/
---
<HomeFeatures />
+6 -6
View File
@@ -11,12 +11,12 @@
제품, 운영 및 비기술적 배경에 적합합니다. 게임을 통해 AI 프로그래밍 로직을 이해하고 자신감을 키웁니다:
<NavGrid>
<NavCard
href="/ko-kr/stage-0/0.1-learning-map/"
href="/ko-kr/stage-1/learning-map/"
title="학습 로드맵"
description="전체 학습 경로를 이해하고 각 단계의 목표와 결과를 명확히 합니다"
/>
<NavCard
href="/ko-kr/stage-0/0.2-ai-capabilities-through-games/"
href="/ko-kr/stage-1/ai-capabilities-through-games/"
title="AI 시대: 말할 수 있으면 프로그래밍할 수 있다"
description="뱀 게임 등을 통해 AI 프로그래밍의 매력을 경험하고 코딩에 대한 두려움을 극복합니다"
/>
@@ -28,22 +28,22 @@
Vibe Coding 워크플로우를 마스터합니다. 요구사항을 분해하고 고충실도 웹 애플리케이션 프로토타입을 독립적으로 완성하는 방법을 배웁니다:
<NavGrid>
<NavCard
href="/ko-kr/stage-1/1.1-introduction-to-ai-ide/"
href="/ko-kr/stage-1/introduction-to-ai-ide/"
title="AI IDE 도구 소개"
description="현재 주류 AI 프로그래밍 도구를 알아보고 가장 적합한 개발 파트너를 선택합니다"
/>
<NavCard
href="/ko-kr/stage-1/1.2-building-prototype/"
href="/ko-kr/stage-1/building-prototype/"
title="프로토타입 만들기"
description="제품 아이디어를 빠르게 시각적 프로토타입으로 변환하고 저비용으로 시행착오하는 방법을 배웁니다"
/>
<NavCard
href="/ko-kr/stage-1/1.3-integrating-ai-capabilities/"
href="/ko-kr/stage-1/integrating-ai-capabilities/"
title="AI 기능 통합"
description="간단한 AI API를 통합하여 프로토타입에 지능을 부여합니다"
/>
<NavCard
href="/ko-kr/stage-1/1.4-complete-project-practice/"
href="/ko-kr/stage-1/complete-project-practice/"
title="완전한 프로젝트 실습"
description="배운 내용을 종합적으로 적용하여 0부터 1까지 완전한 제품 프로토타입 개발을 완성합니다"
/>