We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48efacf commit 1a71717Copy full SHA for 1a71717
2 files changed
docs/.vitepress/config.mts
@@ -17,7 +17,6 @@ export default defineConfig({
17
// 导航栏配置
18
nav: [
19
{ text: '🏠 总览', link: '/overview' },
20
- { text: '📥 下载', link: '/download' },
21
{ text: '📚 指南',
22
items: [
23
{ text: '💻 下载与运行', link: '/guide/start' },
@@ -43,13 +42,14 @@ export default defineConfig({
43
42
},
44
{ text: '🛠️ 故障排除', link: '/trouble' },
45
{ text: '👥 团队', link: '/team' },
+ { text: '📥 下载', link: '/download' },
46
+ { text: '📋 版本历史', link: '/trouble' },
47
{ text: '💲 捐赠', link: '/donate' }
48
],
49
50
// 侧边栏配置
51
sidebar: [
52
53
54
collapsed: true,
55
@@ -78,6 +78,8 @@ export default defineConfig({
78
79
80
81
82
83
84
85
0 commit comments