We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34e074 commit 23d0e5aCopy full SHA for 23d0e5a
docs/.vitepress/config/shared.ts
@@ -36,7 +36,7 @@ export const shared = defineConfig({
36
// 禁用页面历史
37
disableChangelog: true,
38
// 禁用贡献者
39
- disableContributors: false,
+ disableContributors: true,
40
},
41
}) as any,
42
PageProperties(),
docs/.vitepress/config/zh.ts
@@ -44,8 +44,8 @@ function nav(): DefaultTheme.NavItem[] {
44
return [
45
{
46
text: '关于我们',
47
- link: '/team',
48
- activeMatch: '/team'
+ link: '/project/team',
+ activeMatch: '/project/team'
49
}
50
]
51
0 commit comments