diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 247d9b6df5..9e645aaf84 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -107,7 +107,7 @@ function getGuideSidebarZhCN() { ] }, { - text: 'docker', + text: 'Docker', children: [ { text: '系统和硬件配置要求', link: '/guide/docker_precheck' }, { text: '主体安装', link: '/guide/docker_install' }, @@ -182,7 +182,7 @@ function getGuideSidebarEnUS() { ] }, { - text: 'docker', + text: 'Docker', children: [ { text: 'System and hardware configuration requirements', link: '/en_US/guide/docker_precheck' }, { text: 'Main installation', link: '/en_US/guide/docker_install' },