mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
update docs
This commit is contained in:
parent
d2c526bb39
commit
cdf227724e
@ -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' }
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user