Skip to content

Commit 98c3b99

Browse files
committed
Update config.mts
1 parent 74185d5 commit 98c3b99

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.vitepress/config.mts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@ import { defineConfig } from "vitepress";
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
title: "GUI for Cores Docs",
5+
title: "GUI for Cores 文档",
66
description: "GUI for Cores Docs",
77
themeConfig: {
88
// https://vitepress.dev/reference/default-theme-config
99
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" },
1414
],
1515

1616
sidebar: [
1717
{
1818
text: "通用文档",
1919
items: [
20+
{ text: "项目指南", link: "/guide/index.md" },
2021
{ text: "安装", link: "/guide/01-install.md" },
2122
{ text: "卸载", link: "/guide/02-uninstall.md" },
2223
{ text: "更新", link: "/guide/09-update.md" },

0 commit comments

Comments
 (0)