update docs

This commit is contained in:
开源海哥 2023-04-01 16:25:52 +08:00
parent d2c526bb39
commit cdf227724e
2 changed files with 4 additions and 3 deletions

View File

@ -14,6 +14,7 @@ export default defineConfig({
{ text: '首页', link: '/' }, { text: '首页', link: '/' },
{ text: '帮助文档', link: '/zh/what-is-mybatisflex' }, { text: '帮助文档', link: '/zh/what-is-mybatisflex' },
{ text: '更新日志', link: 'https://gitee.com/mybatis-flex/mybatis-flex/releases' }, { text: '更新日志', link: 'https://gitee.com/mybatis-flex/mybatis-flex/releases' },
{ text: '示例代码', link: 'https://gitee.com/mybatis-flex/mybatis-flex-samples' },
{ text: '源码', items: [ { text: '源码', items: [
{ text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex' }, { text: 'Gitee', link: 'https://gitee.com/mybatis-flex/mybatis-flex' },
{ text: 'Github', link: 'https://github.com/mybatis-flex/mybatis-flex' } { text: 'Github', link: 'https://github.com/mybatis-flex/mybatis-flex' }

View File

@ -36,9 +36,9 @@
</exclude> </exclude>
</excludes> </excludes>
</resource> </resource>
<!-- <resource>--> <resource>
<!-- <directory>target/generated-sources</directory>--> <directory>target/generated-sources</directory>
<!-- </resource>--> </resource>
</resources> </resources>
<plugins> <plugins>