mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 11:17:54 +08:00
Merging general settings to faq (#10716)
* Merging general settings to faq * also change the zh position Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
This commit is contained in:
parent
ac275e8aa4
commit
97a78467f7
@ -25,15 +25,15 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Introduction',
|
||||
link: '/en-us/docs/3.0.0/user_doc/about/introduction.html',
|
||||
link: '/en-us/docs/dev/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
title: 'Hardware Environment',
|
||||
link: '/en-us/docs/3.0.0/user_doc/about/hardware.html',
|
||||
link: '/en-us/docs/dev/user_doc/about/hardware.html',
|
||||
},
|
||||
{
|
||||
title: 'Glossary',
|
||||
link: '/en-us/docs/3.0.0/user_doc/about/glossary.html',
|
||||
link: '/en-us/docs/dev/user_doc/about/glossary.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -42,11 +42,11 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Quick Start',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/start/quick-start.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/start/quick-start.html',
|
||||
},
|
||||
{
|
||||
title: 'Docker Deployment',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/start/docker.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/start/docker.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -54,31 +54,31 @@ export default {
|
||||
title: 'Introduction to Functions',
|
||||
children: [
|
||||
{
|
||||
title: 'Workflow Overview',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/homepage.html',
|
||||
title: 'Application Homepage',
|
||||
link: '/en-us/docs/dev/user_doc/guide/homepage.html',
|
||||
},
|
||||
{
|
||||
title: 'Project',
|
||||
children: [
|
||||
{
|
||||
title: 'Project List',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/project-list.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/project-list.html',
|
||||
},
|
||||
{
|
||||
title: 'Workflow Definition',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-definition.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/workflow-definition.html',
|
||||
},
|
||||
{
|
||||
title: 'Workflow Instance',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/workflow-instance.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/workflow-instance.html',
|
||||
},
|
||||
{
|
||||
title: 'Task Instance',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/project/task-instance.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/project/task-instance.html',
|
||||
},
|
||||
{
|
||||
title: 'Task Definition',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
|
||||
},
|
||||
]
|
||||
},
|
||||
@ -87,67 +87,87 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Shell',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/shell.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/shell.html',
|
||||
},
|
||||
{
|
||||
title: 'SubProcess',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/sub-process.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/sub-process.html',
|
||||
},
|
||||
{
|
||||
title: 'Dependent',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/dependent.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/dependent.html',
|
||||
},
|
||||
{
|
||||
title: 'Stored Procedure',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/stored-procedure.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/stored-procedure.html',
|
||||
},
|
||||
{
|
||||
title: 'SQL',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/sql.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/sql.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/spark.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/spark.html',
|
||||
},
|
||||
{
|
||||
title: 'MapReduce',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/map-reduce.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/map-reduce.html',
|
||||
},
|
||||
{
|
||||
title: 'Python',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/python.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/python.html',
|
||||
},
|
||||
{
|
||||
title: 'Flink',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/flink.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/flink.html',
|
||||
},
|
||||
{
|
||||
title: 'HTTP',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/http.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/http.html',
|
||||
},
|
||||
{
|
||||
title: 'DataX',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/datax.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/datax.html',
|
||||
},
|
||||
{
|
||||
title: 'Pigeon',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/pigeon.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/pigeon.html',
|
||||
},
|
||||
{
|
||||
title: 'Conditions',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/conditions.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/conditions.html',
|
||||
},
|
||||
{
|
||||
title: 'Switch',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/switch.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/switch.html',
|
||||
},
|
||||
{
|
||||
title: 'Amazon EMR',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/emr.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/emr.html',
|
||||
},
|
||||
{
|
||||
title: 'Apache Zeppelin',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/task/zeppelin.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/zeppelin.html',
|
||||
},
|
||||
{
|
||||
title: 'Jupyter',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/jupyter.html',
|
||||
},
|
||||
{
|
||||
title: 'Kubernetes',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/kubernetes.html',
|
||||
},
|
||||
{
|
||||
title: 'MLflow',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/mlflow.html',
|
||||
},
|
||||
{
|
||||
title: 'Openmldb',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/openmldb.html',
|
||||
},
|
||||
{
|
||||
title: 'DVC',
|
||||
link: '/en-us/docs/dev/user_doc/guide/task/dvc.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -156,23 +176,23 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Built-in Parameter',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/built-in.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/built-in.html',
|
||||
},
|
||||
{
|
||||
title: 'Global Parameter',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/global.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/global.html',
|
||||
},
|
||||
{
|
||||
title: 'Local Parameter',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/local.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/local.html',
|
||||
},
|
||||
{
|
||||
title: 'Parameter Context',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/context.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/context.html',
|
||||
},
|
||||
{
|
||||
title: 'Parameter Priority',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/parameter/priority.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/parameter/priority.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -181,23 +201,23 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Introduction',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/introduction.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/introduction.html',
|
||||
},
|
||||
{
|
||||
title: 'MySQL',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/mysql.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/mysql.html',
|
||||
},
|
||||
{
|
||||
title: 'PostgreSQL',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/postgresql.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/postgresql.html',
|
||||
},
|
||||
{
|
||||
title: 'HIVE',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/hive.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/hive.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/datasource/spark.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/datasource/spark.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -206,31 +226,31 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Alert Component User Guide ',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
},
|
||||
{
|
||||
title: 'Telegram',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/telegram.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/telegram.html',
|
||||
},
|
||||
{
|
||||
title: 'Ding Talk',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/dingtalk.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/dingtalk.html',
|
||||
},
|
||||
{
|
||||
title: 'Enterprise Wechat',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
|
||||
},
|
||||
{
|
||||
title: 'Enterprise Webexteams',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
},
|
||||
{
|
||||
title: 'Script',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/script.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/script.html',
|
||||
},
|
||||
{
|
||||
title: 'Http',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/alert/http.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/alert/http.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -239,50 +259,50 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Configuration',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/configuration.html'
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/configuration.html'
|
||||
},
|
||||
{
|
||||
title: 'File Manage',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/file-manage.html'
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/file-manage.html'
|
||||
},
|
||||
{
|
||||
title: 'UDF Manage',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/udf-manage.html'
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/udf-manage.html'
|
||||
},
|
||||
{
|
||||
title: 'Task Group Manage',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/resource/task-group.html'
|
||||
link: '/en-us/docs/dev/user_doc/guide/resource/task-group.html'
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Monitor',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/monitor.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/monitor.html',
|
||||
},
|
||||
{
|
||||
title: 'Security',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/security.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/security.html',
|
||||
},
|
||||
{
|
||||
title: 'How-To',
|
||||
title: 'Metrics',
|
||||
children: [
|
||||
{
|
||||
title: 'General Setting',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/howto/general-setting.html',
|
||||
title: 'Metrics',
|
||||
link: '/en-us/docs/dev/user_doc/guide/metrics/metrics.html',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Data Quality',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/data-quality.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/data-quality.html',
|
||||
},
|
||||
{
|
||||
title: 'Upgrade',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/upgrade.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/upgrade.html',
|
||||
},
|
||||
{
|
||||
title: 'Expansion and Reduction',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/expansion-reduction.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/expansion-reduction.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -291,19 +311,19 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Standalone Deployment',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/standalone.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/standalone.html',
|
||||
},
|
||||
{
|
||||
title: 'Pseudo Cluster Deployment',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
|
||||
},
|
||||
{
|
||||
title: 'Cluster Deployment',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/cluster.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/cluster.html',
|
||||
},
|
||||
{
|
||||
title: 'Kubernetes Deployment',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/installation/kubernetes.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/installation/kubernetes.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -312,27 +332,27 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Architecture Design',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/design.html',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/design.html',
|
||||
},
|
||||
{
|
||||
title: 'Metadata',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/metadata.html',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/metadata.html',
|
||||
},
|
||||
{
|
||||
title: 'Configuration File',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/configuration.html',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/configuration.html',
|
||||
},
|
||||
{
|
||||
title: 'Task Structure',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/task-structure.html',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/task-structure.html',
|
||||
},
|
||||
{
|
||||
title: 'Load Balance',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/load-balance.html',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/load-balance.html',
|
||||
},
|
||||
{
|
||||
title: 'Cache',
|
||||
link: '/en-us/docs/3.0.0/user_doc/architecture/cache.html',
|
||||
link: '/en-us/docs/dev/user_doc/architecture/cache.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -341,21 +361,29 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Open API',
|
||||
link: '/en-us/docs/3.0.0/user_doc/guide/open-api.html',
|
||||
link: '/en-us/docs/dev/user_doc/guide/open-api.html',
|
||||
},
|
||||
{
|
||||
title: 'PyDolphinScheduler',
|
||||
link: '/python/index.html',
|
||||
},
|
||||
{
|
||||
title: 'Health Check',
|
||||
link: '/en-us/docs/dev/user_doc/guide/healthcheck.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'FAQ',
|
||||
children: [
|
||||
{
|
||||
title: 'FAQ',
|
||||
link: '/en-us/docs/release/faq.html',
|
||||
title: 'General Setting',
|
||||
link: '/en-us/docs/dev/user_doc/guide/howto/general-setting.html',
|
||||
},
|
||||
{
|
||||
title: 'Others',
|
||||
link: '/en-us/docs/release/faq.html',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -377,15 +405,15 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '简介',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/about/introduction.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
title: '建议配置',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/about/hardware.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/about/hardware.html',
|
||||
},
|
||||
{
|
||||
title: '名词解释',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/about/glossary.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/about/glossary.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -394,11 +422,11 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '快速上手',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/start/quick-start.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/start/quick-start.html',
|
||||
},
|
||||
{
|
||||
title: 'Docker部署(Docker)',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/start/docker.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/start/docker.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -406,31 +434,31 @@ export default {
|
||||
title: '功能介绍',
|
||||
children: [
|
||||
{
|
||||
title: '指标总览',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/homepage.html',
|
||||
title: '应用首页',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/homepage.html',
|
||||
},
|
||||
{
|
||||
title: '项目管理',
|
||||
children: [
|
||||
{
|
||||
title: '项目列表',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/project-list.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/project-list.html',
|
||||
},
|
||||
{
|
||||
title: '工作流定义',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-definition.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-definition.html',
|
||||
},
|
||||
{
|
||||
title: '工作流实例',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/workflow-instance.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/workflow-instance.html',
|
||||
},
|
||||
{
|
||||
title: '任务实例',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-instance.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/task-instance.html',
|
||||
},
|
||||
{
|
||||
title: '任务定义',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/project/task-definition.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/project/task-definition.html',
|
||||
},
|
||||
]
|
||||
},
|
||||
@ -439,67 +467,87 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'Shell',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/shell.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/shell.html',
|
||||
},
|
||||
{
|
||||
title: 'SubProcess',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sub-process.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/sub-process.html',
|
||||
},
|
||||
{
|
||||
title: 'Dependent',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/dependent.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/dependent.html',
|
||||
},
|
||||
{
|
||||
title: 'Stored Procedure',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/stored-procedure.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/stored-procedure.html',
|
||||
},
|
||||
{
|
||||
title: 'SQL',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/sql.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/sql.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/spark.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/spark.html',
|
||||
},
|
||||
{
|
||||
title: 'MapReduce',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/map-reduce.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/map-reduce.html',
|
||||
},
|
||||
{
|
||||
title: 'Python',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/python.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/python.html',
|
||||
},
|
||||
{
|
||||
title: 'Flink',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/flink.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/flink.html',
|
||||
},
|
||||
{
|
||||
title: 'HTTP',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/http.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/http.html',
|
||||
},
|
||||
{
|
||||
title: 'DataX',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/datax.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/datax.html',
|
||||
},
|
||||
{
|
||||
title: 'Pigeon',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/pigeon.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/pigeon.html',
|
||||
},
|
||||
{
|
||||
title: 'Conditions',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/conditions.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/conditions.html',
|
||||
},
|
||||
{
|
||||
title: 'Switch',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/switch.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/switch.html',
|
||||
},
|
||||
{
|
||||
title: 'Amazon EMR',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/emr.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/emr.html',
|
||||
},
|
||||
{
|
||||
title: 'Apache Zeppelin',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/task/zeppelin.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html',
|
||||
},
|
||||
{
|
||||
title: 'Jupyter',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/jupyter.html',
|
||||
},
|
||||
{
|
||||
title: 'Kubernetes',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/kubernetes.html',
|
||||
},
|
||||
{
|
||||
title: 'MLflow',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/mlflow.html',
|
||||
},
|
||||
{
|
||||
title: 'Openmldb',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/openmldb.html',
|
||||
},
|
||||
{
|
||||
title: 'DVC',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/task/dvc.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -508,23 +556,23 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '内置参数',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/built-in.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/built-in.html',
|
||||
},
|
||||
{
|
||||
title: '全局参数',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/global.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/global.html',
|
||||
},
|
||||
{
|
||||
title: '本地参数',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/local.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/local.html',
|
||||
},
|
||||
{
|
||||
title: '参数传递',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/context.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/context.html',
|
||||
},
|
||||
{
|
||||
title: '参数优先级',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/parameter/priority.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/parameter/priority.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -533,23 +581,23 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '简介',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/introduction.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/introduction.html',
|
||||
},
|
||||
{
|
||||
title: 'MySQL',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/mysql.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/mysql.html',
|
||||
},
|
||||
{
|
||||
title: 'PostgreSQL',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/postgresql.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/postgresql.html',
|
||||
},
|
||||
{
|
||||
title: 'HIVE',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/hive.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/hive.html',
|
||||
},
|
||||
{
|
||||
title: 'Spark',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/datasource/spark.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/datasource/spark.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -558,31 +606,31 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '告警组件向导',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
|
||||
},
|
||||
{
|
||||
title: 'Telegram',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/telegram.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
|
||||
},
|
||||
{
|
||||
title: '钉钉告警',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/dingtalk.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/dingtalk.html',
|
||||
},
|
||||
{
|
||||
title: '企业微信',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-wechat.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
|
||||
},
|
||||
{
|
||||
title: 'Webexteams',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
|
||||
},
|
||||
{
|
||||
title: '脚本告警',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/script.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/script.html',
|
||||
},
|
||||
{
|
||||
title: 'Http告警',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/alert/http.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/alert/http.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -591,50 +639,50 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '配置详情',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/configuration.html'
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/configuration.html'
|
||||
},
|
||||
{
|
||||
title: '文件管理',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/file-manage.html'
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/file-manage.html'
|
||||
},
|
||||
{
|
||||
title: 'UDF 管理',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/udf-manage.html'
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/udf-manage.html'
|
||||
},
|
||||
{
|
||||
title: '任务组管理',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/resource/task-group.html'
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/resource/task-group.html'
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '监控中心',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/monitor.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/monitor.html',
|
||||
},
|
||||
{
|
||||
title: '安全中心',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/security.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/security.html',
|
||||
},
|
||||
{
|
||||
title: '常用指引',
|
||||
title: '指标相关',
|
||||
children: [
|
||||
{
|
||||
title: '通用设置',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/howto/general-setting.html',
|
||||
title: '指标',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '数据质量',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/data-quality.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/data-quality.html',
|
||||
},
|
||||
{
|
||||
title: '升级',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/upgrade.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/upgrade.html',
|
||||
},
|
||||
{
|
||||
title: '扩/缩容',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/expansion-reduction.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/expansion-reduction.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -643,19 +691,19 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '单机部署(Standalone)',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/standalone.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/standalone.html',
|
||||
},
|
||||
{
|
||||
title: '伪集群部署(Pseudo-Cluster)',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/pseudo-cluster.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html',
|
||||
},
|
||||
{
|
||||
title: '集群部署(Cluster)',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/cluster.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/cluster.html',
|
||||
},
|
||||
{
|
||||
title: 'Kubernetes部署(Kubernetes)',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/installation/kubernetes.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/installation/kubernetes.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -664,27 +712,27 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: '元数据文档',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/metadata.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/metadata.html',
|
||||
},
|
||||
{
|
||||
title: '架构设计',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/design.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/design.html',
|
||||
},
|
||||
{
|
||||
title: '配置文件',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/configuration.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/configuration.html',
|
||||
},
|
||||
{
|
||||
title: '任务结构',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/task-structure.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/task-structure.html',
|
||||
},
|
||||
{
|
||||
title: '负载均衡',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/load-balance.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/load-balance.html',
|
||||
},
|
||||
{
|
||||
title: '缓存',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/architecture/cache.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/architecture/cache.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -693,19 +741,27 @@ export default {
|
||||
children: [
|
||||
{
|
||||
title: 'API调用',
|
||||
link: '/zh-cn/docs/3.0.0/user_doc/guide/open-api.html',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/open-api.html',
|
||||
},
|
||||
{
|
||||
title: 'PyDolphinScheduler',
|
||||
link: '/python/index.html',
|
||||
},
|
||||
{
|
||||
title: '健康检查',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/healthcheck.html',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'FAQ',
|
||||
children: [
|
||||
{
|
||||
title: 'FAQ',
|
||||
title: '通用设置',
|
||||
link: '/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html',
|
||||
},
|
||||
{
|
||||
title: '其他',
|
||||
link: '/zh-cn/docs/release/faq.html',
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user