diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fbdb32251d0a17241f0821fc4d07e18fdac1b16a..a33f885dd93d8f0b2263ec31f1dd15cd273c7470 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -24,14 +24,14 @@ module.exports = { //logo: '/assets/img/logo.png', sidebarDepth: 3, activeHeaderLinks: true, - nav: [{ - text: '语言', - ariaLabel: 'Language', - items: [ - { text: '中文文档', link: '/' }, - { text: '英文原文', link: '/en/' } - ] - }], + // nav: [{ + // text: '语言', + // ariaLabel: 'Language', + // items: [ + // { text: '中文文档', link: '/' }, + // { text: '英文原文', link: '/en/' } + // ] + // }], locales: { '/en/': { // 多语言下拉菜单的标题