mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-27 14:44:12 +00:00
docs(www): link get started to installation
This commit is contained in:
@@ -50,7 +50,7 @@ export default function IndexPage() {
|
||||
<PageHeaderDescription>{description}</PageHeaderDescription>
|
||||
<PageActions>
|
||||
<Button asChild size="sm">
|
||||
<Link href="/docs">Get Started</Link>
|
||||
<Link href="/docs/installation">Get Started</Link>
|
||||
</Button>
|
||||
<Button asChild size="sm" variant="ghost">
|
||||
<Link href="/blocks">Browse Blocks</Link>
|
||||
|
||||
@@ -20,10 +20,12 @@ export function MainNav() {
|
||||
</Link>
|
||||
<nav className="flex items-center gap-4 text-sm xl:gap-6">
|
||||
<Link
|
||||
href="/docs"
|
||||
href="/docs/installation"
|
||||
className={cn(
|
||||
"transition-colors hover:text-foreground/80",
|
||||
pathname === "/docs" ? "text-foreground" : "text-foreground/80"
|
||||
pathname === "/docs/installation"
|
||||
? "text-foreground"
|
||||
: "text-foreground/80"
|
||||
)}
|
||||
>
|
||||
Docs
|
||||
|
||||
Reference in New Issue
Block a user