Browse Source

Merging general settings to faq (#10716)

* Merging general settings to faq

* also change the zh position

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
sneh-wha 2 years ago
parent
commit
fb8d0c858b
1 changed files with 11 additions and 21 deletions
  1. 11 21
      docs/configs/docsdev.js

+ 11 - 21
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',
                     },
                 ],