Skip to content

Commit 07e90cc

Browse files
authored
fix: menu (#400)
1 parent 6bad0ea commit 07e90cc

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/config/handbook.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,12 +2566,6 @@ export default [
25662566
'title.ja-JP': '終了',
25672567
link: '/handbook/workflow/nodes/end',
25682568
},
2569-
{
2570-
title: 'JSON Variable Mapping',
2571-
'title.zh-CN': 'JSON 变量映射',
2572-
'title.ja-JP': 'JSON 变量映射',
2573-
link: '/handbook/workflow/nodes/json-variable-mapping',
2574-
},
25752569
{
25762570
title: 'Loop',
25772571
'title.zh-CN': '循环',
@@ -2592,6 +2586,12 @@ export default [
25922586
},
25932587
'/handbook/workflow/nodes/subflow',
25942588
'/handbook/workflow/nodes/output',
2589+
{
2590+
title: 'Variable',
2591+
'title.zh-CN': '变量',
2592+
'title.ja-JP': '変数',
2593+
link: '/handbook/workflow/nodes/variable',
2594+
},
25952595
],
25962596
},
25972597
{
@@ -2625,6 +2625,12 @@ export default [
26252625
'title.ja-JP': 'JSONクエリ',
26262626
link: '/handbook/workflow/nodes/json-query',
26272627
},
2628+
{
2629+
title: 'JSON Variable Mapping',
2630+
'title.zh-CN': 'JSON 变量映射',
2631+
'title.ja-JP': 'JSON 变量映射',
2632+
link: '/handbook/workflow/nodes/json-variable-mapping',
2633+
},
26282634
],
26292635
},
26302636
{
@@ -2648,8 +2654,8 @@ export default [
26482654
},
26492655
{
26502656
title: 'Destroy',
2651-
'title.zh-CN': '销毁',
2652-
'title.ja-JP': '破壊',
2657+
'title.zh-CN': '删除',
2658+
'title.ja-JP': '删除',
26532659
link: '/handbook/workflow/nodes/destroy',
26542660
},
26552661
{
@@ -2730,12 +2736,6 @@ export default [
27302736
'title.ja-JP': 'レスポンスメッセージ',
27312737
link: '/handbook/workflow/nodes/response-message',
27322738
},
2733-
{
2734-
title: 'Variable',
2735-
'title.zh-CN': '变量',
2736-
'title.ja-JP': '変数',
2737-
link: '/handbook/workflow/nodes/variable',
2738-
},
27392739
],
27402740
},
27412741
],

0 commit comments

Comments
 (0)