Skip to content

Commit f2e4e71

Browse files
committed
fix dolphindb doc location error
1 parent 7a87d42 commit f2e4e71

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/configs/docsdev.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,6 @@ export default {
225225
title: 'Remote Shell',
226226
link: '/en-us/docs/dev/user_doc/guide/task/remoteshell.html',
227227
},
228-
{
229-
title: 'DolphinDB',
230-
link: '/en-us/docs/dev/user_doc/guide/datasource/dolphindb.html',
231-
},
232228
],
233229
},
234230
{
@@ -362,7 +358,11 @@ export default {
362358
{
363359
title: 'Vertica',
364360
link: '/en-us/docs/dev/user_doc/guide/datasource/vertica.html',
365-
}
361+
},
362+
{
363+
title: 'DolphinDB',
364+
link: '/en-us/docs/dev/user_doc/guide/datasource/dolphindb.html',
365+
},
366366
],
367367
},
368368
{
@@ -944,10 +944,6 @@ export default {
944944
title: 'Remote Shell',
945945
link: '/zh-cn/docs/dev/user_doc/guide/task/remoteshell.html',
946946
},
947-
{
948-
title: 'DolphinDB',
949-
link: '/zh-cn/docs/dev/user_doc/guide/datasource/dolphindb.html',
950-
},
951947
],
952948
},
953949
{
@@ -1066,6 +1062,10 @@ export default {
10661062
title: 'Vertica',
10671063
link: '/zh-cn/docs/dev/user_doc/guide/datasource/vertica.html',
10681064
},
1065+
{
1066+
title: 'DolphinDB',
1067+
link: '/zh-cn/docs/dev/user_doc/guide/datasource/dolphindb.html',
1068+
},
10691069
],
10701070
},
10711071
{

0 commit comments

Comments
 (0)