@@ -12,24 +12,24 @@ export const enSidebar: DefaultTheme.Sidebar = {
1212 {
1313 text : "APIs" ,
1414 items : [
15- { text : "Dashboard Data " , link : "/en/endpoints/overview" } ,
16- { text : "User Operations " , link : "/en/endpoints/user" } ,
17- { text : "Instance Operations " , link : "/en/endpoints/instance" } ,
18- { text : "Image Operations " , link : "/en/endpoints/image" } ,
19- { text : "File Operations " , link : "/en/endpoints/file" } ,
20- { text : "Node Operations " , link : "/en/endpoints/daemon" } ,
15+ { text : "Dashboard" , link : "/en/endpoints/overview" } ,
16+ { text : "User" , link : "/en/endpoints/user" } ,
17+ { text : "Instance" , link : "/en/endpoints/instance" } ,
18+ { text : "Image" , link : "/en/endpoints/image" } ,
19+ { text : "File" , link : "/en/endpoints/file" } ,
20+ { text : "Node" , link : "/en/endpoints/daemon" } ,
2121 ] ,
2222 } ,
2323 {
2424 text : "Models" ,
2525 collapsed : true ,
2626 items : [
27- { text : "Dashboard Related " , link : "/en/models/overview" } ,
28- { text : "User Related " , link : "/en/models/user" } ,
29- { text : "Instance Related " , link : "/en/models/instance" } ,
30- { text : "Image Related " , link : "/en/models/image" } ,
31- { text : "File Related " , link : "/en/models/file" } ,
32- { text : "Node Related " , link : "/en/models/daemon" } ,
27+ { text : "Dashboard Models " , link : "/en/models/overview" } ,
28+ { text : "User Models " , link : "/en/models/user" } ,
29+ { text : "Instance Models " , link : "/en/models/instance" } ,
30+ { text : "Image Models " , link : "/en/models/image" } ,
31+ { text : "File Models " , link : "/en/models/file" } ,
32+ { text : "Node Models " , link : "/en/models/daemon" } ,
3333 { text : "Common Models" , link : "/en/models/common" } ,
3434 ] ,
3535 } ,
0 commit comments