doc: update docs

This commit is contained in:
Michael Yang 2024-03-02 17:16:12 +08:00
parent 85c410f8ce
commit 83a5d6ba6a

View File

@ -30,7 +30,8 @@ export default defineConfig({
{text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'}, {text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'},
{text: '🆘 常见问题', link: '/zh/faq'}, {text: '🆘 常见问题', link: '/zh/faq'},
{text: '周边 / 视频教程', link: '/zh/awesome-things'}, {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: '获取源码', items: [
{text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex'}, {text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex'},