You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zi...@apache.org on 2022/07/01 09:18:13 UTC

[dolphinscheduler] branch dev updated: Merging general settings to faq (#10716)

This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new fb8d0c858b Merging general settings to faq (#10716)
fb8d0c858b is described below

commit fb8d0c858bdcdd8291d00fdd29a1c0303c993d60
Author: sneh-wha <10...@users.noreply.github.com>
AuthorDate: Fri Jul 1 14:48:02 2022 +0530

    Merging general settings to faq (#10716)
    
    * Merging general settings to faq
    
    * also change the zh position
    
    Co-authored-by: Jiajie Zhong <zh...@gmail.com>
---
 docs/configs/docsdev.js | 32 +++++++++++---------------------
 1 file changed, 11 insertions(+), 21 deletions(-)

diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 1fa1492178..b2780e71af 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -292,15 +292,6 @@ export default {
                             }
                         ],
                     },
-                    {
-                        title: 'How-To',
-                        children: [
-                            {
-                                title: 'General Setting',
-                                link: '/en-us/docs/dev/user_doc/guide/howto/general-setting.html',
-                            }
-                        ],
-                    },
                     {
                         title: 'Data Quality',
                         link: '/en-us/docs/dev/user_doc/guide/data-quality.html',
@@ -386,9 +377,13 @@ export default {
                 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',
+                    }
                 ],
             },
             {
@@ -677,15 +672,6 @@ export default {
                             }
                         ],
                     },
-                    {
-                        title: '常用指引',
-                        children: [
-                            {
-                                title: '通用设置',
-                                link: '/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html',
-                            }
-                        ],
-                    },
                     {
                         title: '数据质量',
                         link: '/zh-cn/docs/dev/user_doc/guide/data-quality.html',
@@ -771,7 +757,11 @@ export default {
                 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',
                     },
                 ],