We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf67e8 commit 9b6759fCopy full SHA for 9b6759f
docs/.vitepress/sidebar.ts
@@ -72,7 +72,7 @@ export const sidebar : DefaultTheme.Sidebar = {
72
text: "MNI框架",
73
items: [
74
{ text: "介绍", link: "/zh/quickstart/10mni/01mni-framework" },
75
- { text: "MNI框架的实现", link: "/zh/quickstart/10mni/02mni-framework-implementation" }
+ { text: "MNI框架的实现", link: "/zh/quickstart/10mni/02mni-framework-implementation" },
76
{ text: "直接使用java变量和函数", link: "/zh/quickstart/10mni/03javavar" },
77
]
78
},
0 commit comments