@@ -113,7 +113,33 @@ export const ROUTES: EachRoute[] = [
113
113
{
114
114
title : "Mono Module" ,
115
115
href : "/mono" ,
116
- items : [ { title : "Protocol API" , href : "/protocol" } ] ,
116
+ items : [
117
+ { title : "Git Protocol API" , href : "/protocol" } ,
118
+ {
119
+ title : "MR Management" ,
120
+ href : "/mergerequest" ,
121
+ noLink : true ,
122
+ items : [
123
+ { title : "Fetch MR List" , href : "/fetch-mr" } ,
124
+ { title : "Merge MR" , href : "/merge-mr" } ,
125
+ { title : "Close MR" , href : "/close-mr" } ,
126
+ { title : "Reopen MR" , href : "/reopen-mr" } ,
127
+ { title : "Files Changed" , href : "/files-changed" } ,
128
+ { title : "MR Deatil" , href : "/detail" } ,
129
+ { title : "Comment" , href : "/comment" } ,
130
+ { title : "Delete Comment" , href : "/delete-comment" } ,
131
+ ]
132
+ } ,
133
+ {
134
+ title : "Code Preview" ,
135
+ href : "/code-preview" ,
136
+ noLink : true ,
137
+ items : [
138
+ { title : "Tree" , href : "/tree" } ,
139
+ { title : "Blob" , href : "/blob" } ,
140
+ ]
141
+ }
142
+ ]
117
143
} ,
118
144
{ title : "Mega Module" , href : "/mega" } ,
119
145
] ,
0 commit comments