doc: changeLog 放到首页。

This commit is contained in:
Suomm 2023-07-10 23:53:03 +08:00
parent d161eb45ef
commit 6d65f19d89

View File

@ -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'},
]
},
],