Replace remote with local repo

This commit is contained in:
drjones
2026-04-26 22:28:40 -07:00
parent 04d64fb993
commit e7c9da944e
57 changed files with 3658 additions and 3971 deletions

View File

@@ -9,6 +9,7 @@ export const SITE_NAV_GROUPS: SiteNavGroup[] = [
title: "Hub & account",
items: [
{ label: "Hub", href: "/", icon: "⌂" },
{ label: "Master directory", href: "/directory", icon: "🧭" },
{ label: "Dashboard", href: "/dashboard", icon: "📊" },
{ label: "Sign in", href: "/sign-in", icon: "🔑" },
{ label: "Register", href: "/sign-up", icon: "✎" },
@@ -50,6 +51,18 @@ export const SITE_NAV_GROUPS: SiteNavGroup[] = [
{ label: "Barter", href: "/barter", icon: "♻️" },
],
},
{
title: "VOID Tools & Labs",
items: [
{ label: "VOID Tools (unlock)", href: "/tools", icon: "🔓" },
{ label: "Void Labs", href: "/labs", icon: "🧪" },
{ label: "Cipher Academy", href: "/academy", icon: "🎓" },
{ label: "The Codex", href: "/codex", icon: "📖" },
{ label: "The Oracle", href: "/oracle", icon: "🔮" },
{ label: "The Nexus", href: "/nexus", icon: "🕸️" },
{ label: "DarkHost", href: "/hosting", icon: "🖥️" },
],
},
{
title: "Intel & tools",
items: [