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";
|
import Link from "next/link";
|
||||||
|
|
||||||
const NAV = [
|
const NAV = [
|
||||||
{ label: "Getting Started", href: "/getting-started" },
|
{ label: "Docs", href: "https://github.com/alezmad/claudemesh-cli#readme" },
|
||||||
{ label: "Docs", href: "#docs" },
|
{ label: "Blog", href: "/blog" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Changelog", href: "#changelog" },
|
{ label: "Changelog", href: "/changelog" },
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
const OSS_REPO_URL = "https://github.com/alezmad/claudemesh-cli";
|
const OSS_REPO_URL = "https://github.com/alezmad/claudemesh-cli";
|
||||||
|
|||||||
Reference in New Issue
Block a user