Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alumopper committed May 21, 2024
1 parent 6bf67e8 commit 9b6759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const sidebar : DefaultTheme.Sidebar = {
text: "MNI框架",
items: [
{ text: "介绍", link: "/zh/quickstart/10mni/01mni-framework" },
{ text: "MNI框架的实现", link: "/zh/quickstart/10mni/02mni-framework-implementation" }
{ text: "MNI框架的实现", link: "/zh/quickstart/10mni/02mni-framework-implementation" },
{ text: "直接使用java变量和函数", link: "/zh/quickstart/10mni/03javavar" },
]
},
Expand Down

0 comments on commit 9b6759f

Please sign in to comment.