Skip to content

Commit d8d8d4c

Browse files
committed
默认指向v2.x版本文档
1 parent cde41ee commit d8d8d4c

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
nav: [
3232
{
3333
text: '快速上手',
34-
link: '/docs/v1.x/1.getting-started.html'
34+
link: '/docs/v2.x/1.getting-started.html'
3535
},
3636
{
3737
text: '深度指南',

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ heroText: MyBatis Mapper
55
tagline: 全新一代 MyBatis Mapper,简单易用,无需配置
66
footer: Apache License 2.0 | Copyright © 2021 Liuzh
77
actionText: 快速上手 →
8-
actionLink: /docs/v1.x/1.getting-started.html
8+
actionLink: /docs/v2.x/1.getting-started.html
99
features:
1010
- title: 开箱即用
1111
details: 无需任何配置,继承基类 Mapper 即可获得大量通用方法。

docs/v1.x/1.getting-started.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: 1.快速上手
33
---
44

5-
## 介绍
6-
75
这是一个不需要任何配置就可以直接使用的通用 Mapper,通过简单的学习就可以直接在项目中使用。
86

97
::: warning 版本说明

docs/v2.x/1.getting-started.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: 1.快速上手
33
---
44

5-
## 介绍
6-
75
这是一个不需要任何配置就可以直接使用的通用 Mapper,通过简单的学习就可以直接在项目中使用。
86

97
::: tip 版本说明

releases/1.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ MyBatis 有了真正意义上的通用 DAO 层,增删改查真的不用在手
3535

3636
这是一个全新的版本的,采用了新的包名 `io.mybatis`,采用了全新的实现,核心代码是独立的 [mybatis-provider](https://github.com/mybatis-mapper/provider) 项目,在此项目之上形成了 [mybaits-mapper](https://github.com/mybatis-mapper/mapper),这个版本不需要任何配置(不会再因为配置出错),可以简单快速的集成并使用。
3737

38-
关于新版本的特点,建议通过 [快速上手](/docs/v1.x/1.getting-started.md) 进行了解。
38+
关于新版本的特点,建议通过 [快速上手](/docs/v2.x/1.getting-started.md) 进行了解。
3939

4040
### 后续计划
4141

0 commit comments

Comments
 (0)