Skip to content

Commit 9b6759f

Browse files
committed
fix build error
1 parent 6bf67e8 commit 9b6759f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const sidebar : DefaultTheme.Sidebar = {
7272
text: "MNI框架",
7373
items: [
7474
{ text: "介绍", link: "/zh/quickstart/10mni/01mni-framework" },
75-
{ text: "MNI框架的实现", link: "/zh/quickstart/10mni/02mni-framework-implementation" }
75+
{ text: "MNI框架的实现", link: "/zh/quickstart/10mni/02mni-framework-implementation" },
7676
{ text: "直接使用java变量和函数", link: "/zh/quickstart/10mni/03javavar" },
7777
]
7878
},

0 commit comments

Comments
 (0)