fix catalogue (#368)

This commit is contained in:
lvekee 2021-08-09 22:10:22 +08:00 committed by GitHub
parent 8a2dfcf3a5
commit d0d19c1f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 22 deletions

View File

@ -429,5 +429,5 @@ Error: A fatal exception has occurred. Program will exit.导致seata-server无
**A:** **A:**
请参考附录->[SQL参考](http://seata.io/zh-cn/docs/user/appendix/sqlreference/sql-restrictions.html) 请参考附录->[SQL参考](http://seata.io/zh-cn/docs/user/sqlreference/sql-restrictions.html)

View File

@ -216,6 +216,27 @@ export default {
title: '数据库类型支持', title: '数据库类型支持',
link: '/zh-cn/docs/user/datasource.html', link: '/zh-cn/docs/user/datasource.html',
}, },
{
title: 'SQL参考',
children: [
{
title: 'SQL限制',
link: '/zh-cn/docs/user/sqlreference/sql-restrictions.html',
},
{
title: 'DML语句',
link: '/zh-cn/docs/user/sqlreference/dml.html',
},
{
title: 'SQL修饰',
link: '/zh-cn/docs/user/sqlreference/sql-decoration.html',
},
{
title: '函数',
link: '/zh-cn/docs/user/sqlreference/function.html',
},
]
},
{ {
title: 'APM', title: 'APM',
children: [ children: [
@ -248,27 +269,6 @@ export default {
title: '事务状态', title: '事务状态',
link: '/zh-cn/docs/user/appendix/global-transaction-status.html', link: '/zh-cn/docs/user/appendix/global-transaction-status.html',
}, },
{
title: 'SQL参考',
children: [
{
title: 'SQL限制',
link: '/zh-cn/docs/user/appendix/sqlreference/sql-restrictions.html',
},
{
title: 'DML语句',
link: '/zh-cn/docs/user/appendix/sqlreference/dml.html',
},
{
title: 'SQL修饰',
link: '/zh-cn/docs/user/appendix/sql-decoration.html',
},
{
title: '函数',
link: '/zh-cn/docs/user/appendix/function.html',
},
]
},
] ]
}] }]
}, },