fix bug
This commit is contained in:
parent
7a5385e940
commit
4eb5c18c9b
@ -1,12 +1,12 @@
|
|||||||
import {defineConfig} from "vitepress";
|
import { defineConfig } from "vitepress";
|
||||||
|
|
||||||
export const zh = defineConfig({
|
export const zh = defineConfig({
|
||||||
lang: 'zh-Hans',
|
lang: 'zh-Hans',
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{text: '用户指南', link: 'user_guide/client_docs'},
|
{ text: '用户指南', link: '/user_guide/client_docs' },
|
||||||
{text: '服务器指南', link: 'dev_guide/introduction'}
|
{ text: '服务器指南', link: '/dev_guide/introduction' }
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: {
|
sidebar: {
|
||||||
@ -17,13 +17,13 @@ export const zh = defineConfig({
|
|||||||
{
|
{
|
||||||
text: '安装',
|
text: '安装',
|
||||||
items: [
|
items: [
|
||||||
{text: 'IOS', link: 'user_guide/installation/ios'},
|
{ text: 'IOS', link: '/user_guide/installation/ios' },
|
||||||
{text: 'Android', link: 'user_guide/installation/android'},
|
{ text: 'Android', link: '/user_guide/installation/android' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{text: '游戏内使用说明', link: 'user_guide/client_docs'},
|
{ text: '游戏内使用说明', link: '/user_guide/client_docs' },
|
||||||
{text: 'WebUI使用说明', link: 'user_guide/user_webui'},
|
{ text: 'WebUI使用说明', link: '/user_guide/user_webui' },
|
||||||
{text: '游戏相关信息', link: 'user_guide/game_info'},
|
{ text: '游戏相关信息', link: '/user_guide/game_info' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -31,18 +31,18 @@ export const zh = defineConfig({
|
|||||||
{
|
{
|
||||||
text: '服务器指南',
|
text: '服务器指南',
|
||||||
items: [
|
items: [
|
||||||
{text: '介绍', link: 'dev_guide/introduction'},
|
{ text: '介绍', link: '/dev_guide/introduction' },
|
||||||
{
|
{
|
||||||
text: '安装',
|
text: '安装',
|
||||||
items: [
|
items: [
|
||||||
{text: 'Windows', link: 'dev_guide/installation/windows'},
|
{ text: 'Windows', link: '/dev_guide/installation/windows' },
|
||||||
{text: 'Linux', link: 'dev_guide/installation/linux'},
|
{ text: 'Linux', link: '/dev_guide/installation/linux' },
|
||||||
{text: 'docker', link: 'dev_guide/installation/docker'},
|
{ text: 'docker', link: '/dev_guide/installation/docker' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{text: 'WebUI', link: 'dev_guide/WebUI'},
|
{ text: 'WebUI', link: '/dev_guide/WebUI' },
|
||||||
{text: '游戏资源服务器配置', link: 'dev_guide/assets_docs'},
|
{ text: '游戏资源服务器配置', link: '/dev_guide/assets_docs' },
|
||||||
{text: '环境变量和命令行参数', link: 'dev_guide/variable-argument'},
|
{ text: '环境变量和命令行参数', link: '/dev_guide/variable-argument' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user