Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions aria/contents/docs/components/aria/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Aria - GitMega Website
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/aries/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Aries
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/blackhole/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Blackhole
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/ceres/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Ceres
description:
---
41 changes: 0 additions & 41 deletions aria/contents/docs/components/code-block/index.mdx

This file was deleted.

38 changes: 0 additions & 38 deletions aria/contents/docs/components/custom/index.mdx

This file was deleted.

4 changes: 4 additions & 0 deletions aria/contents/docs/components/gateway/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Gateway
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/gemini/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Gemini
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/jupiter/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Jupiter
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/mega/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Mega
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/mercury/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Mercury
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/mono/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Mono
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/moon/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Moon
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/neptune/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Neptune
description:
---
44 changes: 0 additions & 44 deletions aria/contents/docs/components/note/index.mdx

This file was deleted.

4 changes: 4 additions & 0 deletions aria/contents/docs/components/saturn/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Saturn
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/scorpio/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Scorpio
description:
---
38 changes: 0 additions & 38 deletions aria/contents/docs/components/stepper/index.mdx

This file was deleted.

68 changes: 0 additions & 68 deletions aria/contents/docs/components/tabs/index.mdx

This file was deleted.

4 changes: 4 additions & 0 deletions aria/contents/docs/components/taurus/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Taurus
description:
---
4 changes: 4 additions & 0 deletions aria/contents/docs/components/vault/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Vault
description:
---
37 changes: 24 additions & 13 deletions aria/lib/routes-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,6 @@ export const ROUTES: EachRoute[] = [
{ title: "Quick Start Guide", href: "/quick-start-guide" },
],
},
{
title: "Components",
href: "/components",
items: [
{ title: "Project Structure", href: "/project-structure" },
{ title: "Stepper", href: "/stepper" },
{ title: "Tabs", href: "/tabs" },
{ title: "Note", href: "/note" },
{ title: "Code Block", href: "/code-block" },
{ title: "Image & Link", href: "/image-link" },
{ title: "Custom", href: "/custom" },
],
},
{
title: "Libra",
href: "/libra",
Expand Down Expand Up @@ -79,6 +66,30 @@ export const ROUTES: EachRoute[] = [
},
],
},
{
title: "Components",
href: "/components",
items: [
{ title: "Project Structure", href: "/project-structure" },
{ title: "Aria", href: "/aria" },
{ title: "Aries", href: "/aries" },
{ title: "Atlas", href: "/atlas" },
{ title: "Blackhole", href: "/blackhole" },
{ title: "Ceres", href: "/ceres" },
{ title: "Gateway", href: "/gateway" },
{ title: "Gemini", href: "/gemini" },
{ title: "Jupiter", href: "/jupiter" },
{ title: "Mega", href: "/mega" },
{ title: "Mercury", href: "/mercury" },
{ title: "Mono", href: "/mono" },
{ title: "Moon", href: "/moon" },
{ title: "Neptune", href: "/neptune" },
{ title: "Saturn", href: "/saturn" },
{ title: "Scorpio", href: "/scorpio" },
{ title: "Taurus", href: "/taurus" },
{ title: "Vault", href: "/vault" },
],
},
{
title: "Git",
href: "/git",
Expand Down