fix(web): header nav links → real pages (docs, blog, about, changelog)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import Link from "next/link";
|
||||
|
||||
const NAV = [
|
||||
{ label: "Getting Started", href: "/getting-started" },
|
||||
{ label: "Docs", href: "#docs" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Changelog", href: "#changelog" },
|
||||
{ label: "Docs", href: "https://github.com/alezmad/claudemesh-cli#readme" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Changelog", href: "/changelog" },
|
||||
] as const;
|
||||
|
||||
const OSS_REPO_URL = "https://github.com/alezmad/claudemesh-cli";
|
||||
|
||||
Reference in New Issue
Block a user