Skip to content

Commit cfa96f6

Browse files
authored
[Improvement-17445] Fix dolphindb doc location error (#17444)
1 parent 0338e41 commit cfa96f6

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
@@ -221,10 +221,6 @@ export default {
221221
title: 'Remote Shell',
222222
link: '/en-us/docs/dev/user_doc/guide/task/remoteshell.html',
223223
},
224-
{
225-
title: 'DolphinDB',
226-
link: '/en-us/docs/dev/user_doc/guide/datasource/dolphindb.html',
227-
},
228224
],
229225
},
230226
{
@@ -358,7 +354,11 @@ export default {
358354
{
359355
title: 'Vertica',
360356
link: '/en-us/docs/dev/user_doc/guide/datasource/vertica.html',
361-
}
357+
},
358+
{
359+
title: 'DolphinDB',
360+
link: '/en-us/docs/dev/user_doc/guide/datasource/dolphindb.html',
361+
},
362362
],
363363
},
364364
{
@@ -936,10 +936,6 @@ export default {
936936
title: 'Remote Shell',
937937
link: '/zh-cn/docs/dev/user_doc/guide/task/remoteshell.html',
938938
},
939-
{
940-
title: 'DolphinDB',
941-
link: '/zh-cn/docs/dev/user_doc/guide/datasource/dolphindb.html',
942-
},
943939
],
944940
},
945941
{
@@ -1058,6 +1054,10 @@ export default {
10581054
title: 'Vertica',
10591055
link: '/zh-cn/docs/dev/user_doc/guide/datasource/vertica.html',
10601056
},
1057+
{
1058+
title: 'DolphinDB',
1059+
link: '/zh-cn/docs/dev/user_doc/guide/datasource/dolphindb.html',
1060+
},
10611061
],
10621062
},
10631063
{

0 commit comments

Comments
 (0)