@@ -2,21 +2,22 @@ import { defineConfig } from "vitepress";
2
2
3
3
// https://vitepress.dev/reference/site-config
4
4
export default defineConfig ( {
5
- title : "GUI for Cores Docs " ,
5
+ title : "GUI for Cores 文档 " ,
6
6
description : "GUI for Cores Docs" ,
7
7
themeConfig : {
8
8
// https://vitepress.dev/reference/default-theme-config
9
9
nav : [
10
- { text : "Home " , link : "/" } ,
11
- { text : "Guide " , link : "/guide/index.md" } ,
12
- { text : "TG Group " , link : "https://t.me/GUI_for_Cores" } ,
13
- { text : "TG Channel " , link : "https://t.me/GUI_for_Cores_Channel" } ,
10
+ { text : "主页 " , link : "/" } ,
11
+ { text : "指南 " , link : "/guide/index.md" } ,
12
+ { text : "群组 " , link : "https://t.me/GUI_for_Cores" } ,
13
+ { text : "频道 " , link : "https://t.me/GUI_for_Cores_Channel" } ,
14
14
] ,
15
15
16
16
sidebar : [
17
17
{
18
18
text : "通用文档" ,
19
19
items : [
20
+ { text : "项目指南" , link : "/guide/index.md" } ,
20
21
{ text : "安装" , link : "/guide/01-install.md" } ,
21
22
{ text : "卸载" , link : "/guide/02-uninstall.md" } ,
22
23
{ text : "更新" , link : "/guide/09-update.md" } ,
0 commit comments