From 0de0e46411479671e876537480c21eec080a3330 Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Tue, 1 Mar 2022 23:05:11 +0800 Subject: [PATCH] update nav config --- docs/.vuepress/config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fbdb322..a33f885 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/': { // 多语言下拉菜单的标题 -- GitLab