From 211f20eef42e8aa976ac865c220342ea712b2230 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 13 Mar 2026 16:30:27 +0800 Subject: [PATCH] =?UTF-8?q?config.js=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6b59636..424ef17 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,8 +11,8 @@ module.exports = { tagline:'gitlink帮助中心', url: 'https://help.gitlink.org.cn/', baseUrl: '/', - onBrokenLinks: 'ignore', - onBrokenMarkdownLinks: 'ignore', + onBrokenLinks: 'warn', + onBrokenMarkdownLinks: 'warn', favicon: 'img/icon.ico', organizationName: 'luffyZh', // Usually your GitHub org/user name. projectName: 'docusaurus-luffyzh-website', // Usually your repo name. @@ -76,11 +76,11 @@ module.exports = { // type: 'localeDropdown', // position: 'right', // }, - { - position: 'right', - component:'./src/components/LanguageSwitcher', + // { + // position: 'right', + // component:'./src/components/LanguageSwitcher', // label:"language", - to:"#" + // to:"#" // items: [ // { // label: 'English', @@ -91,7 +91,7 @@ module.exports = { // onClick: () => handleLocaleChange('zh-Hans') // } // ] - } + // } // { // href: 'https://github.com/boxyhq', // position: 'right',