|
@@ -97,6 +97,10 @@ export default {
|
|
|
title: 'Task Instance',
|
|
|
link: '/en-us/docs/dev/user_doc/guide/project/task-instance.html',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: 'Task Definition',
|
|
|
+ link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -251,6 +255,15 @@ export default {
|
|
|
title: 'Security',
|
|
|
link: '/en-us/docs/dev/user_doc/guide/security.html',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: 'How-To',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: 'General Setting',
|
|
|
+ link: '/en-us/docs/dev/user_doc/guide/howto/general-setting.html',
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
title: 'Open API',
|
|
|
link: '/en-us/docs/dev/user_doc/guide/open-api.html',
|
|
@@ -398,6 +411,10 @@ export default {
|
|
|
title: '任务实例',
|
|
|
link: '/zh-cn/docs/dev/user_doc/guide/project/task-instance.html',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '任务定义',
|
|
|
+ link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -552,6 +569,15 @@ export default {
|
|
|
title: '安全中心',
|
|
|
link: '/zh-cn/docs/dev/user_doc/guide/security.html',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '常见操作',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ title: '通用设置',
|
|
|
+ link: '/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html',
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
title: 'API调用',
|
|
|
link: '/zh-cn/docs/dev/user_doc/guide/open-api.html',
|