fix catalogue (#368)
This commit is contained in:
parent
8a2dfcf3a5
commit
d0d19c1f50
|
@ -429,5 +429,5 @@ Error: A fatal exception has occurred. Program will exit.导致seata-server无
|
|||
|
||||
**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)
|
||||
|
||||
|
|
|
@ -216,6 +216,27 @@ export default {
|
|||
title: '数据库类型支持',
|
||||
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',
|
||||
children: [
|
||||
|
@ -248,27 +269,6 @@ export default {
|
|||
title: '事务状态',
|
||||
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',
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
}]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue