We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1271526 commit e903135Copy full SHA for e903135
docs/.vitepress/config.mts
@@ -9,8 +9,8 @@ export default defineConfig({
9
nav: [
10
{ text: '主页', link: '/' },
11
{ text: '文档', link: '/start/about' },
12
- { text: '插件商店', link: '/ecosystem/plugins'}
13
- { text: 'LibAPI文档', link: 'https://mrb2api.xiaosu.icu' },
+ { text: '插件商店', link: '/ecosystem/plugins'},
+ { text: 'LibAPI文档', link: 'https://mrb2api.xiaosu.icu' }
14
],
15
16
sidebar: [
@@ -36,7 +36,7 @@ export default defineConfig({
36
{
37
text: '生态'
38
items: [
39
- { text: '插件商店', link: '/ecosystem/plugins' },
+ { text: '插件商店', link: '/ecosystem/plugins' }
40
]
41
42
0 commit comments