Roadmap Added

This commit is contained in:
Aiden Smith
2026-02-25 08:34:43 -05:00
parent 466fdd6ef8
commit 09787926f3
4 changed files with 434 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
import Link from "next/link";
import { usePathname } from "next/navigation";
import {
SquareKanban,
BookOpen,
Layers,
ArrowRightLeft,
@@ -13,6 +14,10 @@ import {
} from "lucide-react";
const sections = [
{
title: "Roadmap",
items: [{ title: "Project Roadmap", href: "/roadmap", icon: SquareKanban }],
},
{
title: "Getting Started",
items: [{ title: "Overview", href: "/docs", icon: BookOpen }],