docs: 优化英文文档格式和配置
This commit is contained in:
@@ -390,20 +390,20 @@ const productManagerSidebarEn = [
|
|||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
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/'
|
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/'
|
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/'
|
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: [
|
nav: [
|
||||||
{ text: 'Home', link: '/en/' },
|
{ text: 'Home', link: '/en/' },
|
||||||
{
|
{
|
||||||
text: 'Novice & PM',
|
text: 'Getting Started',
|
||||||
link: '/en/stage-0/',
|
link: '/en/stage-0/',
|
||||||
activeMatch: '/en/stage-[01]/'
|
activeMatch: '/en/stage-[01]/'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -97,20 +97,20 @@ Master the Vibe Coding workflow, learn to deconstruct requirements, and independ
|
|||||||
title="Where to Find Ideas"
|
title="Where to Find Ideas"
|
||||||
description="Use reference apps, trend sources, business signals, and VC lists to narrow down better product directions."
|
description="Use reference apps, trend sources, business signals, and VC lists to narrow down better product directions."
|
||||||
/>
|
/>
|
||||||
|
<NavCard
|
||||||
|
href="/en/stage-1/appendix-double-diamond/"
|
||||||
|
title="Double Diamond"
|
||||||
|
description="Learn when to explore the problem first and when to start comparing solutions and prototypes."
|
||||||
|
/>
|
||||||
<NavCard
|
<NavCard
|
||||||
href="/en/stage-1/appendix-jobs-to-be-done/"
|
href="/en/stage-1/appendix-jobs-to-be-done/"
|
||||||
title="Jobs to Be Done"
|
title="Jobs to Be Done"
|
||||||
description="Turn vague product ideas into clearer user scenarios, real needs, and better MVP directions."
|
description="Use JTBD to understand what users really want to get done and judge product direction more clearly."
|
||||||
/>
|
/>
|
||||||
<NavCard
|
<NavCard
|
||||||
href="/en/stage-1/appendix-mom-test/"
|
href="/en/stage-1/appendix-mom-test/"
|
||||||
title="The Mom Test"
|
title="The Mom Test"
|
||||||
description="Learn how to ask better interview questions and collect evidence instead of just encouragement."
|
description="Learn how to talk to users properly and avoid false-positive feedback like “that sounds good.”"
|
||||||
/>
|
|
||||||
<NavCard
|
|
||||||
href="/en/stage-1/appendix-double-diamond/"
|
|
||||||
title="Double Diamond"
|
|
||||||
description="Learn when to explore the problem first and when to start comparing solutions and prototypes."
|
|
||||||
/>
|
/>
|
||||||
</NavGrid>
|
</NavGrid>
|
||||||
|
|
||||||
|
|||||||
@@ -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.'
|
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 <strong>1.5 hours</strong>'
|
const duration = 'About <strong>1.5 hours</strong>'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
# Double Diamond: First Choose the Right Problem, Then Build the Right Solution
|
# Double Diamond: First Do the Right Thing, Then Do It Right
|
||||||
|
|
||||||
<a id="top-dd"></a>
|
<a id="top-dd"></a>
|
||||||
|
|
||||||
|
|||||||
@@ -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.'
|
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 <strong>1.5 hours</strong>'
|
const duration = 'About <strong>1.5 hours</strong>'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
# Where to Find Ideas: 3 Beginner-Friendly Sources
|
# Where to Find Ideas: 3 Reference Sources That Work Best for Beginners
|
||||||
|
|
||||||
<a id="top-idea-sources"></a>
|
<a id="top-idea-sources"></a>
|
||||||
|
|
||||||
|
|||||||
@@ -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.'
|
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 <strong>1.5 hours</strong>'
|
const duration = 'About <strong>1.5 hours</strong>'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
<a id="top-jtbd"></a>
|
<a id="top-jtbd"></a>
|
||||||
|
|
||||||
|
|||||||
@@ -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.'
|
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 <strong>1.5 hours</strong>'
|
const duration = 'About <strong>1.5 hours</strong>'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
# The Mom Test: How to Validate Demand Through User Interviews
|
# The Mom Test: A User Interview Method for Validating Demand
|
||||||
|
|
||||||
<a id="top-mom"></a>
|
<a id="top-mom"></a>
|
||||||
|
|
||||||
|
|||||||
@@ -788,7 +788,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-0/</loc>
|
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-0/</loc>
|
||||||
<lastmod>2026-03-25T15:06:25+08:00</lastmod>
|
<lastmod>2026-03-25T17:40:30+08:00</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.9</priority>
|
<priority>0.9</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-0/"/>
|
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-0/"/>
|
||||||
@@ -892,7 +892,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-double-diamond/</loc>
|
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-double-diamond/</loc>
|
||||||
<lastmod>2026-03-25T15:06:25+08:00</lastmod>
|
<lastmod>2026-03-25T17:40:30+08:00</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.9</priority>
|
<priority>0.9</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-double-diamond/"/>
|
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-double-diamond/"/>
|
||||||
@@ -900,7 +900,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-idea-sources/</loc>
|
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-idea-sources/</loc>
|
||||||
<lastmod>2026-03-25T17:13:40+08:00</lastmod>
|
<lastmod>2026-03-25T17:40:30+08:00</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.9</priority>
|
<priority>0.9</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-idea-sources/"/>
|
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-idea-sources/"/>
|
||||||
@@ -916,7 +916,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-jobs-to-be-done/</loc>
|
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-jobs-to-be-done/</loc>
|
||||||
<lastmod>2026-03-25T15:06:25+08:00</lastmod>
|
<lastmod>2026-03-25T17:40:30+08:00</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.9</priority>
|
<priority>0.9</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-jobs-to-be-done/"/>
|
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-jobs-to-be-done/"/>
|
||||||
@@ -924,7 +924,7 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-mom-test/</loc>
|
<loc>https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-mom-test/</loc>
|
||||||
<lastmod>2026-03-25T15:06:25+08:00</lastmod>
|
<lastmod>2026-03-25T17:40:30+08:00</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.9</priority>
|
<priority>0.9</priority>
|
||||||
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-mom-test/"/>
|
<xhtml:link rel="alternate" hreflang="zh-CN" href="https://datawhalechina.github.io/easy-vibe/zh-cn/stage-1/appendix-mom-test/"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user