Skip to content

Commit b81c128

Browse files
authored
Merge branch 'main' into feature/add-libra-tag
2 parents 1484b25 + 68b625e commit b81c128

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

aria/lib/routes-config.ts

+27-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,33 @@ export const ROUTES: EachRoute[] = [
113113
{
114114
title: "Mono Module",
115115
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+
]
117143
},
118144
{ title: "Mega Module", href: "/mega" },
119145
],

0 commit comments

Comments
 (0)