From f6454b0342030c8f1b07279e68a782f15e2520e3 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Wed, 25 Mar 2026 23:02:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BC=98=E5=8C=96=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=A0=BC=E5=BC=8F=E5=92=8C=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mjs | 16 ++++++++-------- docs/en/stage-0/index.md | 14 +++++++------- docs/en/stage-1/appendix-double-diamond/index.md | 4 ++-- docs/en/stage-1/appendix-idea-sources/index.md | 4 ++-- .../en/stage-1/appendix-jobs-to-be-done/index.md | 4 ++-- docs/en/stage-1/appendix-mom-test/index.md | 4 ++-- docs/public/sitemap.xml | 10 +++++----- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 1e1d556..2005123 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -390,20 +390,20 @@ const productManagerSidebarEn = [ collapsed: false, items: [ { - text: 'Where to Find Ideas: 3 Beginner-Friendly Sources', + text: 'Where to Find Ideas: 3 Reference Sources That Work Best for Beginners', link: '/en/stage-1/appendix-idea-sources/' }, { - text: 'Jobs to Be Done', + text: 'Double Diamond: First Do the Right Thing, Then Do It Right', + link: '/en/stage-1/appendix-double-diamond/' + }, + { + text: 'Use Jobs to Be Done to Find What Users Really Want to Get Done', link: '/en/stage-1/appendix-jobs-to-be-done/' }, { - text: 'The Mom Test', + text: 'The Mom Test: A User Interview Method for Validating Demand', link: '/en/stage-1/appendix-mom-test/' - }, - { - text: 'Double Diamond', - link: '/en/stage-1/appendix-double-diamond/' } ] }, @@ -2197,7 +2197,7 @@ Sitemap: ${siteUrl}/sitemap.xml nav: [ { text: 'Home', link: '/en/' }, { - text: 'Novice & PM', + text: 'Getting Started', link: '/en/stage-0/', activeMatch: '/en/stage-[01]/' }, diff --git a/docs/en/stage-0/index.md b/docs/en/stage-0/index.md index c62304f..a340cb8 100644 --- a/docs/en/stage-0/index.md +++ b/docs/en/stage-0/index.md @@ -97,20 +97,20 @@ Master the Vibe Coding workflow, learn to deconstruct requirements, and independ title="Where to Find Ideas" description="Use reference apps, trend sources, business signals, and VC lists to narrow down better product directions." /> + - diff --git a/docs/en/stage-1/appendix-double-diamond/index.md b/docs/en/stage-1/appendix-double-diamond/index.md index 84f0b3f..02a85b7 100644 --- a/docs/en/stage-1/appendix-double-diamond/index.md +++ b/docs/en/stage-1/appendix-double-diamond/index.md @@ -1,5 +1,5 @@ --- -title: 'Double Diamond: First Choose the Right Problem, Then Build the Right Solution' +title: 'Double Diamond: First Do the Right Thing, Then Do It Right' description: 'A beginner-friendly introduction to the Double Diamond. Understand Discover, Define, Develop, and Deliver so you do not rush into prototypes before the real problem is clear.' --- @@ -7,7 +7,7 @@ description: 'A beginner-friendly introduction to the Double Diamond. Understand const duration = 'About 1.5 hours' -# Double Diamond: First Choose the Right Problem, Then Build the Right Solution +# Double Diamond: First Do the Right Thing, Then Do It Right diff --git a/docs/en/stage-1/appendix-idea-sources/index.md b/docs/en/stage-1/appendix-idea-sources/index.md index c0ba98e..b35d205 100644 --- a/docs/en/stage-1/appendix-idea-sources/index.md +++ b/docs/en/stage-1/appendix-idea-sources/index.md @@ -1,5 +1,5 @@ --- -title: 'Where to Find Ideas: 3 Beginner-Friendly Sources' +title: 'Where to Find Ideas: 3 Reference Sources That Work Best for Beginners' description: 'A beginner-friendly guide to product idea discovery. This appendix focuses on websites for browsing idea lists, trend sources, real business signals, and VC requests so you can find a more concrete direction faster.' --- @@ -7,7 +7,7 @@ description: 'A beginner-friendly guide to product idea discovery. This appendix const duration = 'About 1.5 hours' -# Where to Find Ideas: 3 Beginner-Friendly Sources +# Where to Find Ideas: 3 Reference Sources That Work Best for Beginners diff --git a/docs/en/stage-1/appendix-jobs-to-be-done/index.md b/docs/en/stage-1/appendix-jobs-to-be-done/index.md index 0894310..dafcce7 100644 --- a/docs/en/stage-1/appendix-jobs-to-be-done/index.md +++ b/docs/en/stage-1/appendix-jobs-to-be-done/index.md @@ -1,5 +1,5 @@ --- -title: 'Jobs to Be Done: Find What Users Are Really Trying to Get Done' +title: 'Use Jobs to Be Done to Find What Users Really Want to Get Done' description: 'A beginner-friendly introduction to Jobs to Be Done. Learn how to turn a vague idea into a clearer user scenario, a sharper need, and a more grounded MVP direction.' --- @@ -7,7 +7,7 @@ description: 'A beginner-friendly introduction to Jobs to Be Done. Learn how to const duration = 'About 1.5 hours' -# Jobs to Be Done: Find What Users Are Really Trying to Get Done +# Use Jobs to Be Done to Find What Users Really Want to Get Done diff --git a/docs/en/stage-1/appendix-mom-test/index.md b/docs/en/stage-1/appendix-mom-test/index.md index 7ebbabf..79a23cd 100644 --- a/docs/en/stage-1/appendix-mom-test/index.md +++ b/docs/en/stage-1/appendix-mom-test/index.md @@ -1,5 +1,5 @@ --- -title: 'The Mom Test: How to Validate Demand Through User Interviews' +title: 'The Mom Test: A User Interview Method for Validating Demand' description: 'A beginner-friendly introduction to The Mom Test. Learn how to avoid polite feedback, ask about real behavior and real costs, and turn “sounds good” into more reliable demand evidence.' --- @@ -7,7 +7,7 @@ description: 'A beginner-friendly introduction to The Mom Test. Learn how to avo const duration = 'About 1.5 hours' -# The Mom Test: How to Validate Demand Through User Interviews +# The Mom Test: A User Interview Method for Validating Demand diff --git a/docs/public/sitemap.xml b/docs/public/sitemap.xml index f67591b..04bc100 100644 --- a/docs/public/sitemap.xml +++ b/docs/public/sitemap.xml @@ -788,7 +788,7 @@ https://datawhalechina.github.io/easy-vibe/zh-cn/stage-0/ - 2026-03-25T15:06:25+08:00 + 2026-03-25T17:40:30+08:00 weekly 0.9 @@ -892,7 +892,7 @@ https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-double-diamond/ - 2026-03-25T15:06:25+08:00 + 2026-03-25T17:40:30+08:00 weekly 0.9 @@ -900,7 +900,7 @@ https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-idea-sources/ - 2026-03-25T17:13:40+08:00 + 2026-03-25T17:40:30+08:00 weekly 0.9 @@ -916,7 +916,7 @@ https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-jobs-to-be-done/ - 2026-03-25T15:06:25+08:00 + 2026-03-25T17:40:30+08:00 weekly 0.9 @@ -924,7 +924,7 @@ https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-mom-test/ - 2026-03-25T15:06:25+08:00 + 2026-03-25T17:40:30+08:00 weekly 0.9