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>
3.1.0-release
sneh-wha 2 years ago committed by GitHub
parent
commit
fb8d0c858b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 32
      docs/configs/docsdev.js

32
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',
},
],

Loading…
Cancel
Save