mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
update docs
This commit is contained in:
parent
cdf46a537f
commit
30fb0b597a
@ -2,12 +2,14 @@ import { defineConfig } from 'vitepress'
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
lang: 'zh-CN',
|
||||
title: "Mybatis-Flex",
|
||||
description: "MyBatis-Flex Office website",
|
||||
description: "一个优雅的 Mybatis 增强框架",
|
||||
// logo: '/assets/images/logo02.png',
|
||||
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
// logo: '/assets/images/logo01.png',
|
||||
nav: [
|
||||
{ text: '首页', link: '/' },
|
||||
{ text: '帮助文档', link: '/zh/maven' },
|
||||
|
||||
11
readme_zh.md
11
readme_zh.md
@ -24,7 +24,7 @@
|
||||
|
||||
## 开始
|
||||
|
||||
- [Maven 依赖](./docs/zh/maven.md)
|
||||
- [快速开始](https://mybatis-flex.com/zh/getting-started.html)
|
||||
- 示例 1:[Mybatis-Flex 原生(非 Spring)](./mybatis-flex-test/mybatis-flex-native-test)
|
||||
- 示例 2:[Mybatis-Flex with Spring](./mybatis-flex-test/mybatis-flex-spring-test)
|
||||
- 示例 3:[Mybatis-Flex with Spring boot](./mybatis-flex-test/mybatis-flex-spring-boot-test)
|
||||
@ -588,14 +588,7 @@ public class Account {
|
||||
|
||||
## 更多文档
|
||||
|
||||
- [Maven依赖](./docs/zh/maven.md)
|
||||
- [主键设置](./docs/zh/id.md)
|
||||
- [列的设置](./docs/zh/column.md)
|
||||
- [逻辑删除](./docs/zh/logic_delete.md)
|
||||
- [乐观锁](./docs/zh/version.md)
|
||||
- [Db + Row](./docs/zh/db_row.md)
|
||||
- [APT](./docs/zh/apt.md)
|
||||
- [代码生成器](./docs/zh/codegen.md)
|
||||
- [https://mybatis-flex.com](https://mybatis-flex.com)
|
||||
|
||||
## 还有问题?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user