From 6d65f19d894493b69085ee15daaa0a3f7b1ad447 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Mon, 10 Jul 2023 23:53:03 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20changeLog=20=E6=94=BE=E5=88=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 09e3d79b..0364cfe1 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -28,13 +28,13 @@ export default defineConfig({ {text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'}, {text: '🔥常见问题', link: '/zh/faq'}, {text: '周边', link: '/zh/awesome-things'}, + {text: 'ChangeLog', link: 'https://gitee.com/mybatis-flex/mybatis-flex/blob/main/changes.md'}, { text: '获取源码', items: [ {text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex'}, {text: 'Github', link: 'https://github.com/mybatis-flex/mybatis-flex'}, {text: '示例代码', link: 'https://gitee.com/mybatis-flex/mybatis-flex-samples'}, {text: '性能测试代码', link: 'https://gitee.com/mybatis-flex/mybatis-benchmark'}, - {text: 'ChangeLog', link: 'https://gitee.com/mybatis-flex/mybatis-flex/blob/main/changes.md'}, ] }, ],