chore(sidebar): simplify navigation structure

This commit is contained in:
cfngc4594 2025-03-30 20:46:19 +08:00
parent 99f6696fa2
commit daa7775862

View File

@ -2,7 +2,6 @@
import { import {
AudioWaveform, AudioWaveform,
BookOpen,
Bot, Bot,
Command, Command,
Frame, Frame,
@ -45,24 +44,10 @@ const data = {
], ],
navMain: [ navMain: [
{ {
title: "Playground", title: "Problemset",
url: "#", url: "/dashboard/problemset",
icon: SquareTerminal, icon: SquareTerminal,
isActive: true, isActive: true,
items: [
{
title: "History",
url: "#",
},
{
title: "Starred",
url: "#",
},
{
title: "Settings",
url: "#",
},
],
}, },
{ {
title: "Models", title: "Models",
@ -83,29 +68,6 @@ const data = {
}, },
], ],
}, },
{
title: "Documentation",
url: "#",
icon: BookOpen,
items: [
{
title: "Introduction",
url: "#",
},
{
title: "Get Started",
url: "#",
},
{
title: "Tutorials",
url: "#",
},
{
title: "Changelog",
url: "#",
},
],
},
{ {
title: "Settings", title: "Settings",
url: "/dashboard/settings", url: "/dashboard/settings",