docs: update project description and navigation text

- Simplify description in config file and README
- Improve readability of learning path structure
- Update navigation menu text for better clarity
This commit is contained in:
sanbuphy
2026-01-12 22:57:59 +08:00
parent 2a521ac92f
commit a58b21d49d
2 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ const base = isVercel ? '/' : '/easy-vibe/'
export default defineConfig({
base: base,
title: 'Easy-Vibe Tutorial',
description: 'Easy-Vibe 中文实战课 - 零基础学会用 AI 干实际工作',
description: 'Easy-Vibe 中文实战课',
head: [
['link', { rel: 'icon', href: `${base}logo.png`.replace('//', '/') }]
],
@@ -22,7 +22,7 @@ export default defineConfig({
},
nav: [
{ text: '首页', link: '/' },
{ text: '新手', link: '/stage-0/0.1-learning-map/' },
{ text: '新手入门', link: '/stage-0/0.1-learning-map/' },
{ text: '产品经理', link: '/stage-1/1.1-introduction-to-ai-ide/' },
{
text: '初中级开发',