Skip to content

Commit

Permalink
Merge pull request #777 from benjamin-747/main
Browse files Browse the repository at this point in the history
add missing aria routes-config file
  • Loading branch information
genedna authored Dec 22, 2024
2 parents 2438440 + c82e588 commit 68b625e
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion aria/lib/routes-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,33 @@ export const ROUTES: EachRoute[] = [
{
title: "Mono Module",
href: "/mono",
items: [{ title: "Protocol API", href: "/protocol" }],
items: [
{ title: "Git Protocol API", href: "/protocol" },
{
title: "MR Management",
href: "/mergerequest",
noLink: true,
items: [
{ title: "Fetch MR List", href: "/fetch-mr" },
{ title: "Merge MR", href: "/merge-mr" },
{ title: "Close MR", href: "/close-mr" },
{ title: "Reopen MR", href: "/reopen-mr" },
{ title: "Files Changed", href: "/files-changed" },
{ title: "MR Deatil", href: "/detail" },
{ title: "Comment", href: "/comment" },
{ title: "Delete Comment", href: "/delete-comment" },
]
},
{
title: "Code Preview",
href: "/code-preview",
noLink: true,
items: [
{ title: "Tree", href: "/tree" },
{ title: "Blob", href: "/blob" },
]
}
]
},
{ title: "Mega Module", href: "/mega" },
],
Expand Down

1 comment on commit 68b625e

@vercel
Copy link

@vercel vercel bot commented on 68b625e Dec 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mega – ./

www.gitmega.dev
mega-git-main-gitmono.vercel.app
mega-gitmono.vercel.app
gitmega.dev

Please sign in to comment.