feat(vibe-stories): add new vibe stories section with interactive carousel

This commit is contained in:
sanbuphy
2026-03-28 23:26:53 +08:00
parent f42a633226
commit 7392d8a805
10 changed files with 778 additions and 17 deletions
+25
View File
@@ -1414,9 +1414,34 @@ Sitemap: ${siteUrl}/sitemap.xml
text: '附录知识库',
link: '/zh-cn/appendix/index',
activeMatch: '/zh-cn/appendix/'
},
{
text: 'Vibe 故事',
link: '/zh-cn/vibe-stories/story-1',
activeMatch: '/zh-cn/vibe-stories/'
}
],
sidebar: {
'/zh-cn/vibe-stories/': [
{
text: 'Vibe 故事',
collapsed: false,
items: [
{
text: '我的第一个全栈项目',
link: '/zh-cn/vibe-stories/story-1'
},
{
text: '从产品经理到独立开发者',
link: '/zh-cn/vibe-stories/story-2'
},
{
text: '用 AI 提效 10 倍',
link: '/zh-cn/vibe-stories/story-3'
}
]
}
],
'/zh-cn/stage-0/': productManagerSidebar,
'/zh-cn/stage-1/': productManagerSidebar,
'/zh-cn/stage-2/': [