fix(docs): icon-xs issue and quick-start href

This commit is contained in:
rzmk 2025-10-14 06:39:59 -04:00
parent 451184a914
commit 1f2b68f4d2
3 changed files with 3 additions and 2 deletions

View file

@ -111,7 +111,7 @@ function Hero() {
<Cards>
<Card
icon={<ZapIcon />}
href="/docs/quick-start"
href="/docs"
title="Quick start"
>
Get started with ckan-devstaller and install CKAN within minutes

View file

@ -20,6 +20,7 @@ const buttonVariants = cva(
sm: "h-9 px-3",
lg: "h-11 px-6",
xs: "px-2 py-1.5 text-xs",
"icon-xs": "p-1 [&_svg]:size-4"
},
},
defaultVariants: {

View file

@ -14,7 +14,7 @@ There is now an interactive web GUI, the [Builder](/docs/builder), for users to
## Updated Quick Start page
The [Quick Start](/docs/quick-start) page now includes three options for suggested installation methods:
The [Quick Start](/docs) page now includes three options for suggested installation methods:
1. Use the interactive [Builder](/docs/builder).
2. Install the "CKAN-only" preset with a script which installs the latest stable version of CKAN and ckan-compose (with optional non-interactive script).