diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js index 615ae5cddf..c9411de031 100644 --- a/docs/configs/docsdev.js +++ b/docs/configs/docsdev.js @@ -50,27 +50,6 @@ export default { }, ], }, - { - title: 'Installation', - children: [ - { - title: 'Standalone Deployment', - link: '/en-us/docs/dev/user_doc/guide/installation/standalone.html', - }, - { - title: 'Pseudo Cluster Deployment', - link: '/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html', - }, - { - title: 'Cluster Deployment', - link: '/en-us/docs/dev/user_doc/guide/installation/cluster.html', - }, - { - title: 'Kubernetes Deployment', - link: '/en-us/docs/dev/user_doc/guide/installation/kubernetes.html', - }, - ], - }, { title: 'Introduction to Functions', children: [ @@ -267,10 +246,6 @@ export default { }, ], }, - { - title: 'Data Quality', - link: '/en-us/docs/dev/user_doc/guide/data-quality.html', - }, { title: 'Resource', children: [ @@ -310,8 +285,8 @@ export default { ], }, { - title: 'Open API', - link: '/en-us/docs/dev/user_doc/guide/open-api.html', + title: 'Data Quality', + link: '/en-us/docs/dev/user_doc/guide/data-quality.html', }, { title: 'Flink', @@ -327,6 +302,27 @@ export default { }, ], }, + { + title: 'Installation', + children: [ + { + title: 'Standalone Deployment', + link: '/en-us/docs/dev/user_doc/guide/installation/standalone.html', + }, + { + title: 'Pseudo Cluster Deployment', + link: '/en-us/docs/dev/user_doc/guide/installation/pseudo-cluster.html', + }, + { + title: 'Cluster Deployment', + link: '/en-us/docs/dev/user_doc/guide/installation/cluster.html', + }, + { + title: 'Kubernetes Deployment', + link: '/en-us/docs/dev/user_doc/guide/installation/kubernetes.html', + }, + ], + }, { title: 'Architecture Guide', children: [ @@ -356,6 +352,19 @@ export default { }, ], }, + { + title: 'API', + children: [ + { + title: 'Open API', + link: '/en-us/docs/dev/user_doc/guide/open-api.html', + }, + { + title: 'PyDolphinScheduler', + link: '/python/index.html', + }, + ], + }, { title: 'FAQ', children: [ @@ -409,27 +418,6 @@ export default { }, ], }, - { - title: '部署指南', - children: [ - { - title: '单机部署(Standalone)', - link: '/zh-cn/docs/dev/user_doc/guide/installation/standalone.html', - }, - { - title: '伪集群部署(Pseudo-Cluster)', - link: '/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html', - }, - { - title: '集群部署(Cluster)', - link: '/zh-cn/docs/dev/user_doc/guide/installation/cluster.html', - }, - { - title: 'Kubernetes部署(Kubernetes)', - link: '/zh-cn/docs/dev/user_doc/guide/installation/kubernetes.html', - }, - ], - }, { title: '功能介绍', children: [ @@ -626,10 +614,6 @@ export default { }, ], }, - { - title: '数据质量', - link: '/zh-cn/docs/dev/user_doc/guide/data-quality.html', - }, { title: '资源中心', children: [ @@ -660,7 +644,7 @@ export default { link: '/zh-cn/docs/dev/user_doc/guide/security.html', }, { - title: '常见操作', + title: '常用指引', children: [ { title: '通用设置', @@ -669,8 +653,8 @@ export default { ], }, { - title: 'API调用', - link: '/zh-cn/docs/dev/user_doc/guide/open-api.html', + title: '数据质量', + link: '/zh-cn/docs/dev/user_doc/guide/data-quality.html', }, { title: 'Flink调用', @@ -686,6 +670,27 @@ export default { }, ], }, + { + title: '部署指南', + children: [ + { + title: '单机部署(Standalone)', + link: '/zh-cn/docs/dev/user_doc/guide/installation/standalone.html', + }, + { + title: '伪集群部署(Pseudo-Cluster)', + link: '/zh-cn/docs/dev/user_doc/guide/installation/pseudo-cluster.html', + }, + { + title: '集群部署(Cluster)', + link: '/zh-cn/docs/dev/user_doc/guide/installation/cluster.html', + }, + { + title: 'Kubernetes部署(Kubernetes)', + link: '/zh-cn/docs/dev/user_doc/guide/installation/kubernetes.html', + }, + ], + }, { title: '架构设计', children: [ @@ -715,6 +720,19 @@ export default { }, ], }, + { + title: 'API', + children: [ + { + title: 'API调用', + link: '/zh-cn/docs/dev/user_doc/guide/open-api.html', + }, + { + title: 'PyDolphinScheduler', + link: '/python/index.html', + }, + ], + }, { title: 'FAQ', children: [ diff --git a/docs/configs/site.js b/docs/configs/site.js index a279ac01fe..982a32aa04 100644 --- a/docs/configs/site.js +++ b/docs/configs/site.js @@ -58,16 +58,6 @@ export default { text: 'Older Versions', link: '/en-us/docs/release/history-versions.html', }, - { - key: 'pythonAPI', - text: 'PyDolphinScheduler', - link: '/python/index.html', - }, - { - key: 'docsdev', - text: 'dev', - link: '/en-us/docs/dev/user_doc/about/introduction.html', - }, ], }, {