diff --git a/neutrino-proxy-vuepress/docs/.vuepress/config.js b/neutrino-proxy-vuepress/docs/.vuepress/config.js index 78599e89..40de34c6 100644 --- a/neutrino-proxy-vuepress/docs/.vuepress/config.js +++ b/neutrino-proxy-vuepress/docs/.vuepress/config.js @@ -101,8 +101,9 @@ module.exports = { ], sidebarDepth: 2, // 侧边栏显示深度,默认1,最大2(显示到h3标题) logo: '/img/logo.png', // 导航栏logo - repo: 'aoshiguchen/neutrino-proxy', // 导航栏右侧生成Github链接 - // repo: 'https://gitee.com/dromara/neutrino-proxy', // 导航栏右侧生成Github链接 + // repo: 'aoshiguchen/neutrino-proxy', // 导航栏右侧生成Github链接 + repo: 'https://gitee.com/dromara/neutrino-proxy', // 导航栏右侧生成Github链接 + repoLabel: 'Gitee地址', searchMaxSuggestions: 10, // 搜索结果显示最大数 lastUpdated: '上次更新', // 更新的时间,及前缀文字 string | boolean (取值为git提交时间)