新增:《初识MyBatis | 快速入门》
This commit is contained in:
@@ -16,11 +16,18 @@ export const nav: DefaultTheme.Config['nav'] = [
|
||||
link: '/solutions/index',
|
||||
activeMatch: '/solutions/'
|
||||
},
|
||||
{
|
||||
text: '我的小课',
|
||||
items: [
|
||||
{ text: 'MyBatis快速入门', link: '/courses/mybatis/index' }
|
||||
],
|
||||
activeMatch: '/courses/'
|
||||
},
|
||||
{
|
||||
text: '关于',
|
||||
items: [
|
||||
{ text: '关于知识库', link: '/about/index' },
|
||||
{ text: '关于笔者', link: '/about/me' }
|
||||
{ text: '关于我', link: '/about/me' }
|
||||
],
|
||||
activeMatch: '/about/'
|
||||
}
|
||||
|
Reference in New Issue
Block a user