mirror of
https://github.com/DevVoxel/VectorDNS.git
synced 2026-02-27 09:57:39 +00:00
Roadmap Added
This commit is contained in:
@@ -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 }],
|
||||
|
||||
Reference in New Issue
Block a user