diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index eb9d1201..82ec084a 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -11,8 +11,8 @@ export default defineConfig({ // logo: '/assets/images/logo02.png', themeConfig: { - outline:{ - label:"章节" + outline: { + label: "章节" }, search: { provider: 'local' @@ -30,7 +30,8 @@ export default defineConfig({ {text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'}, {text: '🆘 常见问题', link: '/zh/faq'}, {text: '周边 / 视频教程', link: '/zh/awesome-things'}, - {text: 'ChangeLog', link: '/zh/changes'}, + {text: '更新日志', link: '/zh/changes'}, + {text: 'JavaDoc', link: 'https://apidoc.gitee.com/mybatis-flex/mybatis-flex/'}, { text: '获取源码', items: [ {text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex'},