This is an automated email from the ASF dual-hosted git repository.
wenjun 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 64d6b3ed0c [Fix-16692][Doc] Incorrect docs of howto (#16693)
64d6b3ed0c is described below
commit 64d6b3ed0c5399b764aad674bb6b2e1e1c44d3ed
Author: xiangzihao <[email protected]>
AuthorDate: Mon Oct 14 19:59:18 2024 +0800
[Fix-16692][Doc] Incorrect docs of howto (#16693)
---
docs/configs/docsdev.js | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 09906af1e3..d4c6fa5db3 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -509,11 +509,11 @@ export default {
},
{
title: 'General Setting',
- link:
'/en-us/docs/dev/user_doc/guide/howto/general-setting.html',
+ link:
'/en-us/docs/dev/user_doc/guide/installation/general-setting.html',
},
{
title: 'Datasource Setting',
- link:
'/en-us/docs/dev/user_doc/guide/howto/datasource-setting.html',
+ link:
'/en-us/docs/dev/user_doc/guide/installation/datasource-setting.html',
},
{
title: 'integration',
@@ -1208,11 +1208,11 @@ export default {
},
{
title: '通用设置',
- link:
'/zh-cn/docs/dev/user_doc/guide/howto/general-setting.html',
+ link:
'/zh-cn/docs/dev/user_doc/guide/installation/general-setting.html',
},
{
title: '数据源设置',
- link:
'/zh-cn/docs/dev/user_doc/guide/howto/datasource-setting.html',
+ link:
'/zh-cn/docs/dev/user_doc/guide/installation/datasource-setting.html',
},
{
title: '集成',
@@ -1346,10 +1346,6 @@ export default {
{
title: '设计文档',
children: [
- // TODO not support multiply level for now
- // {
- // title: 'SPI',
- // children: [
{
title: '架构设计',
link:
'/zh-cn/docs/dev/user_doc/contribute/architecture-design.html',